forked from DevOps/deploy.stack
Merge branch 'main' of 6t7.net:cnphpbb/deploy.stack
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -12,6 +12,8 @@ docker-compose.override.yml
|
|||||||
# 系统文件
|
# 系统文件
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
test/
|
||||||
|
tests/
|
||||||
|
|
||||||
# 日志文件
|
# 日志文件
|
||||||
*.log
|
*.log
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
IMAGE_TAG=neosmemo/memos:0.24.2
|
IMAGE_TAG=neosmemo/memos:0.24.3
|
||||||
Volumes_Path=/data/volumes/memos
|
Volumes_Path=/data/volumes/memos
|
||||||
|
|||||||
@@ -9,16 +9,6 @@ url = 'https://google.com'
|
|||||||
name = 'Baidu'
|
name = 'Baidu'
|
||||||
url = 'https://baidu.com'
|
url = 'https://baidu.com'
|
||||||
|
|
||||||
[[categories]]
|
|
||||||
name = '社交网络'
|
|
||||||
|
|
||||||
[[categories.links]]
|
|
||||||
name = 'Twitter'
|
|
||||||
url = 'https://twitter.com'
|
|
||||||
|
|
||||||
[[categories.links]]
|
|
||||||
name = 'Facebook'
|
|
||||||
url = 'https://facebook.com'
|
|
||||||
|
|
||||||
[[categories]]
|
[[categories]]
|
||||||
name = '编程工具'
|
name = '编程工具'
|
||||||
@@ -45,6 +35,8 @@ output = 'stdout'
|
|||||||
|
|
||||||
[security]
|
[security]
|
||||||
cors = true
|
cors = true
|
||||||
|
username = "admin"
|
||||||
|
password = "your_secure_password"
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
# mode :: debug(开发模式) 或 release(生产模式)
|
# mode :: debug(开发模式) 或 release(生产模式)
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
IMAGE_TAG=hub.wesais.cn/cnphpbb/mynat:v250511
|
IMAGE_TAG=hub.wesais.cn/cnphpbb/mynat:v250603
|
||||||
Volumes_Path=/data/volumes/mynat
|
Volumes_Path=/data/volumes/mynat
|
||||||
|
|||||||
Reference in New Issue
Block a user