Version: 0.9.83.dev.260508

后端:
1.关闭了注册接口

前端:
1.改造了主页

仓库:
1.对部署做了一些改善
This commit is contained in:
Losita
2026-05-08 18:29:49 +08:00
parent 25a608eaeb
commit cc98b62ad8
11 changed files with 854 additions and 346 deletions

View File

@@ -7,6 +7,8 @@ x-backend-common: &backend-common
environment:
TZ: Asia/Shanghai
SMARTFLOW_CONFIG_FILE: /app/backend/config.docker.yaml
ARK_API_KEY: ${ARK_API_KEY:-}
SMARTFLOW_USERAUTH_ALLOWREGISTER: ${SMARTFLOW_USERAUTH_ALLOWREGISTER:-}
SMARTFLOW_NOTIFICATION_FRONTENDBASEURL: ${SMARTFLOW_NOTIFICATION_FRONTENDBASEURL:-}
SMARTFLOW_CORS_ALLOWEDORIGINS: ${SMARTFLOW_CORS_ALLOWEDORIGINS:-}
volumes:
@@ -288,6 +290,9 @@ services:
restart: unless-stopped
ports:
- "${SMARTFLOW_FRONTEND_PORT:-80}:80"
- "${SMARTFLOW_FRONTEND_HTTPS_PORT:-443}:443"
volumes:
- ./deploy/certs:/etc/nginx/certs:ro
depends_on:
api:
condition: service_started