Support flexible base paths and thin proxies

This commit is contained in:
Codex
2026-07-08 06:38:41 +00:00
parent bbe7b6f562
commit 49e9f5e640
10 changed files with 233 additions and 29 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ services:
restart: unless-stopped
user: "1001:1001"
environment:
AISHARE_BASE_URL: ${AISHARE_BASE_URL:-https://xcel.me/aishare}
AISHARE_BASE_PATH: ${AISHARE_BASE_PATH:-/aishare}
AISHARE_ADMIN_TOKEN: ${AISHARE_ADMIN_TOKEN:?set AISHARE_ADMIN_TOKEN}
AISHARE_DATA_DIR: /data
AISHARE_PORT: 8080