This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
selfoss/.env.sample

28 lines
884 B
Plaintext

TYPE=selfoss
DOMAIN=reader.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.selfoss.example.com`'
LETS_ENCRYPT_ENV=production
# Selfoss options, see https://www.selfoss.aditu.de/#configuration
# Options are sqlite, pgsql, mysql; currently sqlite and pgsql are supported
# If you choose pgsql, uncomment the COMPOSE_FILE line
SELFOSS_DB_TYPE=sqlite
#COMPOSE_FILE="compose.yml:compose.postgres.yml"
# Set these two variables to enable authentication
SELFOSS_USERNAME=
SELFOSS_PASSWORD=
# The recommended /password hash script currently seems broken; use this instead:
# http://www.passwordtool.hu/php5-password-hash-generator
# Options are EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG, None
SELFOSS_LOGGER_LEVEL=ERROR
DB_PASSWORD_VERSION=v1
# Not required yet, see
# https://git.autonomic.zone/compose-stacks/selfoss/issues/3
#SELFOSS_PASSWORD_VERSION=v1