diff --git a/.gitignore b/.gitignore index cf136b0..e76e344 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ docker-compose.override.yml # 系统文件 .DS_Store Thumbs.db +test/ +tests/ # 日志文件 *.log diff --git a/memos/env.cfg b/memos/env.cfg index 88b8233..4eaa9ea 100644 --- a/memos/env.cfg +++ b/memos/env.cfg @@ -1,2 +1,2 @@ -IMAGE_TAG=neosmemo/memos:0.24.2 +IMAGE_TAG=neosmemo/memos:0.24.3 Volumes_Path=/data/volumes/memos diff --git a/mynat/config.toml b/mynat/config.toml index 9d893a2..9fd7886 100644 --- a/mynat/config.toml +++ b/mynat/config.toml @@ -9,16 +9,6 @@ url = 'https://google.com' name = 'Baidu' url = 'https://baidu.com' -[[categories]] -name = '社交网络' - -[[categories.links]] -name = 'Twitter' -url = 'https://twitter.com' - -[[categories.links]] -name = 'Facebook' -url = 'https://facebook.com' [[categories]] name = '编程工具' @@ -45,6 +35,8 @@ output = 'stdout' [security] cors = true +username = "admin" +password = "your_secure_password" [server] # mode :: debug(开发模式) 或 release(生产模式) diff --git a/mynat/env.cfg b/mynat/env.cfg index 681aeb7..1e4065d 100644 --- a/mynat/env.cfg +++ b/mynat/env.cfg @@ -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