Files
hassio-addons/seafile/rootfs/defaults/.env.example
2025-06-10 09:12:33 +00:00

45 lines
926 B
Plaintext

### Compose parameters
NOSWAG=0
SQLITE=0
# Port on which the noswag nginx container is listening
# You don't have to bother about this if you use the swag version
NOSWAG_PORT=80
### Run parameters
PGID=0
PUID=0
TZ=Europe/Zurich
URL=your.domain
### Init parameters
SEAFILE_ADMIN_EMAIL=you@your.email
SEAFILE_ADMIN_PASSWORD=secret
USE_HTTPS=1
# You don't have to bother about this if you use SQLite
MYSQL_HOST=db
MYSQL_PORT=3306
MYSQL_ROOT_PASSWD=secret
MYSQL_USER=seafile
MYSQL_USER_PASSWD=secret
### Volume parameters
SEAFILE_CONF_DIR=./seafile/conf
SEAFILE_DATA_DIR=./seafile/seafile-data
SEAFILE_LOGS_DIR=./seafile/logs
SEAFILE_SEAHUB_DIR=./seafile/seahub-data
# You don't have to bother about this if you use SQLite
DATABASE_DIR=./db
# You don't have to bother about this if you use MariaDB
SEAFILE_SQLITE_DIR=./seafile/sqlite
# You don't have to bother about this if you use the noswag version
SWAG_DIR=./swag