linzh commited on
Commit
2e94064
1 Parent(s): e4c5c6e

fix: server

Browse files
Files changed (2) hide show
  1. .dockerignore +0 -57
  2. README.md +6 -4
.dockerignore DELETED
@@ -1,57 +0,0 @@
1
- /.idea
2
- /node_modules
3
- /data*
4
- /cypress
5
- /out
6
- /test
7
- /kubernetes
8
- /.do
9
- **/.dockerignore
10
- /private
11
- **/.git
12
- **/.gitignore
13
- **/docker-compose*
14
- **/[Dd]ockerfile*
15
- LICENSE
16
- README.md
17
- .editorconfig
18
- .vscode
19
- .eslint*
20
- .stylelint*
21
- /.devcontainer
22
- /.github
23
- yarn.lock
24
- app.json
25
- CODE_OF_CONDUCT.md
26
- CONTRIBUTING.md
27
- CNAME
28
- install.sh
29
- SECURITY.md
30
- tsconfig.json
31
- .env
32
- /tmp
33
- /ecosystem.config.js
34
- /extra/healthcheck.exe
35
- /extra/healthcheck
36
- /extra/exe-builder
37
- /extra/push-examples
38
- /extra/uptime-kuma-push
39
-
40
- # Comment the following line if you want to rebuild the healthcheck binary
41
- /extra/healthcheck-armv7
42
-
43
-
44
- ### .gitignore content (commented rules are duplicated)
45
-
46
- #node_modules
47
- .DS_Store
48
- #dist
49
- dist-ssr
50
- *.local
51
- #.idea
52
-
53
- #/data
54
- #!/data/.gitkeep
55
- #.vscode
56
-
57
- ### End of .gitignore content
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Uptime
3
- emoji: 🏃
4
- colorFrom: pink
5
- colorTo: indigo
6
  sdk: docker
7
  pinned: false
 
 
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Uptime Kuma
3
+ emoji: 🐨
4
+ colorFrom: green
5
+ colorTo: gray
6
  sdk: docker
7
  pinned: false
8
+ license: mit
9
+ app_port: 3001
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference