update 26.7.27

This commit is contained in:
kun
2026-07-27 10:38:25 +08:00
parent 778c30df7a
commit 14e61e8075
+5 -5
View File
@@ -17,9 +17,9 @@ OIKOS_HTTP_PORT=2700
# # reports no time zone of its own.
# Container storage paths (bind mounts)
DATA_DIR=/volume2/docker/docker_projects/yuvomi/data
DATA_DIR=/volume2/docker/docker_projects/yvm/data
# Host folder for the database and stored app data
BACKUP_DIR=/volume2/docker/docker_projects/yuvomi/backups
BACKUP_DIR=/volume2/docker/docker_projects/yvm/backups
# Host folder for scheduled backups
# These two are HOST paths, used only by docker-compose.yml / podman-compose.yml to
# build the volume mapping. Inside the container the app always writes to /data and
@@ -28,8 +28,8 @@ BACKUP_DIR=/volume2/docker/docker_projects/yuvomi/backups
# the app at /app/backups, which is outside the mounted volume and not writable.
# On SELinux systems (RHEL/Fedora/CentOS Stream) use podman-compose.yml — it adds
# the :Z relabel automatically so the container can access these folders.
MODULES_DIR=/volume2/docker/docker_projects/yuvomi/modules
DOCUMENT_STORAGE_LOCAL_DIR=/volume2/docker/docker_projects/yuvomi/documents
MODULES_DIR=/volume2/docker/docker_projects/yvm/modules
DOCUMENT_STORAGE_LOCAL_DIR=/volume2/docker/docker_projects/yvm/documents
# Session
@@ -38,7 +38,7 @@ SESSION_SECRET=6JHynEHERoq8F
# Database (SQLite/SQLCipher)
# Legacy installs may still have /data/oikos.db — the app auto-migrates it to yuvomi.db on boot.
DB_PATH=/volume2/docker/docker_projects/yuvomi/data/yuvomi.db
DB_PATH=/volume2/docker/docker_projects/yvm/data/yuvomi.db
DB_ENCRYPTION_KEY=7wGeb6jm3KAoe
# NOTE: The optional integrations below (weather, Google/OIDC, WebDAV backup) may