feat: add more

This commit is contained in:
Sun-ZhenXing
2025-10-06 21:48:39 +08:00
parent f330e00fa0
commit 3c609b5989
120 changed files with 7698 additions and 59 deletions

13
src/openlist/.env.example Normal file
View File

@@ -0,0 +1,13 @@
# OpenList version
OPENLIST_VERSION="latest"
# User and group IDs
PUID=0
PGID=0
UMASK=022
# Timezone
TZ="Asia/Shanghai"
# Port override
OPENLIST_PORT_OVERRIDE=5244