Merge branch 'main' of 6t7.net:cnphpbb/deploy.stack

This commit is contained in:
cnphpbb
2025-06-04 13:28:51 +08:00
4 changed files with 6 additions and 12 deletions

2
.gitignore vendored
View File

@@ -12,6 +12,8 @@ docker-compose.override.yml
# 系统文件 # 系统文件
.DS_Store .DS_Store
Thumbs.db Thumbs.db
test/
tests/
# 日志文件 # 日志文件
*.log *.log

View File

@@ -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

View File

@@ -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(生产模式)

View File

@@ -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