This repository has been archived on 2025-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
homelab/Docker/seafile/.env
2025-01-27 22:25:44 +01:00

10 lines
386 B
Bash

MYSQL_ROOT_PASSWORD=root_pass
SEAFILE_DB_PASSWORD=user_pass
INIT_SEAFILE_ADMIN_EMAIL=mail@example.com
INIT_SEAFILE_ADMIN_PASSWORD=password
SEAFILE_SERVER_HOSTNAME=seafile.example.com
JWT_PRIVATE_KEY=random_string_32_char # pwgen -s 40 1
MYSQL_DATA_VOLUME=/path/to/data/mariadb
SEAFILE_DATA_VOLUME=/path/to/data/seafile_data
TIME_ZONE=Europe/Warsaw
SEAFILE_SERVER_PROTOCOL=https