update 26.7.27
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
# Copy this file to .env and adjust the values.
|
||||
|
||||
# Server
|
||||
PORT=3600
|
||||
PORT=2700
|
||||
NODE_ENV=production
|
||||
# LOG_LEVEL=info # debug, info, warn, error (default: info)
|
||||
|
||||
# Container host port mapping (compose maps OIKOS_HTTP_PORT:3000).
|
||||
# The app inside the container always listens on 3000; change only the host port here.
|
||||
OIKOS_HTTP_PORT=3600
|
||||
OIKOS_HTTP_PORT=2700
|
||||
# Host bind address for the published port (podman-compose.yml only; default 0.0.0.0).
|
||||
# Set to 127.0.0.1 for rootless Podman behind a reverse proxy on the same host.
|
||||
# OIKOS_HTTP_BIND=0.0.0.0
|
||||
@@ -17,9 +17,9 @@ OIKOS_HTTP_PORT=3600
|
||||
# # reports no time zone of its own.
|
||||
|
||||
# Container storage paths (bind mounts)
|
||||
DATA_DIR=/volume1/docker/docker_projects/yuvomi/data
|
||||
DATA_DIR=/volume2/docker/docker_projects/yuvomi/data
|
||||
# Host folder for the database and stored app data
|
||||
BACKUP_DIR=/volume1/docker/docker_projects/yuvomi/backups
|
||||
BACKUP_DIR=/volume2/docker/docker_projects/yuvomi/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=/volume1/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=/volume1/docker/docker_projects/yuvomi/modules
|
||||
DOCUMENT_STORAGE_LOCAL_DIR=/volume1/docker/docker_projects/yuvomi/documents
|
||||
MODULES_DIR=/volume2/docker/docker_projects/yuvomi/modules
|
||||
DOCUMENT_STORAGE_LOCAL_DIR=/volume2/docker/docker_projects/yuvomi/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=/volume1/docker/docker_projects/yuvomi/data/yuvomi.db
|
||||
DB_PATH=/volume2/docker/docker_projects/yuvomi/data/yuvomi.db
|
||||
DB_ENCRYPTION_KEY=7wGeb6jm3KAoe
|
||||
|
||||
# NOTE: The optional integrations below (weather, Google/OIDC, WebDAV backup) may
|
||||
Reference in New Issue
Block a user