forked from DevOps/deploy.stack
Merge branch 'main' of 6t7.net:cnphpbb/deploy.stack
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
IMAGE_TAG=vaultwarden/server:1.33.2-alpine
|
IMAGE_TAG_VER=1.34.3-alpine
|
||||||
|
IMAGE_TAG=vaultwarden/server:${IMAGE_TAG_VER}
|
||||||
Volumes_Path=/data/volumes/VaultWarden
|
Volumes_Path=/data/volumes/VaultWarden
|
||||||
Domain=https://passd.6t7.net
|
Domain=https://passd.6t7.net
|
||||||
ADMIN_TOKEN=WVslcLMfxXxzU631CFsU2gLwtfYIvxosQbPTxFL5MVikdcSAc9v6GxbFeiICFoMHcyBA7KFO6v1k
|
ADMIN_TOKEN=WVslcLMfxXxzU631CFsU2gLwtfYIvxosQbPTxFL5MVikdcSAc9v6GxbFeiICFoMHcyBA7KFO6v1k
|
||||||
0
crontab/autoApt.job
Executable file → Normal file
0
crontab/autoApt.job
Executable file → Normal file
0
crontab/timeUpdate.job
Executable file → Normal file
0
crontab/timeUpdate.job
Executable file → Normal file
@@ -1,2 +1,3 @@
|
|||||||
IMAGE_TAG=mouday/domain-admin:v1.6.71
|
IMAGE_TAG_VER=v1.6.73
|
||||||
Volumes_PATH=/data/volumes/domain-admin
|
IMAGE_TAG=mouday/domain-admin:${IMAGE_TAG_VER}
|
||||||
|
Volumes_PATH=/data/volumes/domain-admin
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
IMAGE_TAG=pubuzhixing/drawnix:v0.2.0
|
IMAGE_TAG_VER=v0.3.0
|
||||||
|
IMAGE_TAG=pubuzhixing/drawnix:${IMAGE_TAG_VER}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#IMAGE_TAG=sigoden/dufs:v0.43.0
|
#IMAGE_TAG=sigoden/dufs:v0.43.0
|
||||||
IMAGE_TAG=sigoden/dufs:v0.45.0
|
IMAGE_TAG_VER=v0.45.0
|
||||||
|
IMAGE_TAG=sigoden/dufs:${IMAGE_TAG_VER}
|
||||||
Volumes_Path=/data/volumes/dufs
|
Volumes_Path=/data/volumes/dufs
|
||||||
Config_Path=/data/mygit/config
|
Config_Path=/data/mygit/config
|
||||||
@@ -16,6 +16,7 @@
|
|||||||
"max-size": "10m",
|
"max-size": "10m",
|
||||||
"max-file": "3"
|
"max-file": "3"
|
||||||
},
|
},
|
||||||
|
"min-api-version": "1.24",
|
||||||
"insecure-registries": [
|
"insecure-registries": [
|
||||||
"hub.tp229.com:3500"
|
"hub.tp229.com:3500"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
IMAGE_TAG=neosmemo/memos:0.25.1
|
IMAGE_TAG_VER=0.25.2
|
||||||
|
IMAGE_TAG=neosmemo/memos:${IMAGE_TAG_VER}
|
||||||
Volumes_Path=/data/volumes/memos
|
Volumes_Path=/data/volumes/memos
|
||||||
|
|||||||
0
n9e/compose-mysql/etc-nightingale/script/notify.py
Executable file → Normal file
0
n9e/compose-mysql/etc-nightingale/script/notify.py
Executable file → Normal file
@@ -1,2 +1,4 @@
|
|||||||
IMAGE_TAG=binwiederhier/ntfy:v2.14
|
|
||||||
|
IMAGE_TAG_VER=v2.15
|
||||||
|
IMAGE_TAG=binwiederhier/ntfy:${IMAGE_TAG_VER}
|
||||||
Volumes_Path=/data/volumes/ntfy
|
Volumes_Path=/data/volumes/ntfy
|
||||||
9
shell/up.bash
Normal file
9
shell/up.bash
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
## RUN:: bash ./shell/up.bash
|
||||||
|
|
||||||
|
func_up() {
|
||||||
|
chmod +x ./crontab/*.job
|
||||||
|
}
|
||||||
|
|
||||||
|
func_up
|
||||||
Reference in New Issue
Block a user