selfoss/.envrc.sample

29 lines
994 B
Plaintext
Raw Normal View History

2020-10-29 17:42:07 +00:00
export APP=selfoss
export DOMAIN=reader.example.com
## Domain aliases
2020-10-05 23:52:01 +00:00
#export EXTRA_DOMAINS=', `www.selfoss.example.com`'
2020-09-22 15:48:14 +00:00
export LETS_ENCRYPT_ENV=production
2020-09-23 11:53:34 +00:00
# Selfoss options, see https://www.selfoss.aditu.de/#configuration
# Options are sqlite, pgsql, mysql; currently sqlite and pgsql are supported
2020-09-23 14:57:11 +00:00
# If you choose pgsql, uncomment the COMPOSE_FILE line
2020-09-23 11:53:34 +00:00
export SELFOSS_DB_TYPE=sqlite
2020-09-23 14:57:11 +00:00
#export COMPOSE_FILE="compose.yml:compose.postgres.yml"
2020-09-23 11:53:34 +00:00
# Set these two variables to enable authentication
export SELFOSS_USERNAME=
export SELFOSS_PASSWORD=
# The recommended /password hash script currently seems broken; use this instead:
# http://www.passwordtool.hu/php5-password-hash-generator
2020-09-23 12:21:22 +00:00
# Options are EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG, None
export SELFOSS_LOGGER_LEVEL=ERROR
2020-09-23 11:53:34 +00:00
export ENTRYPOINT_CONF_VERSION=v7
export DB_PASSWORD_VERSION=v1
# Not required yet, see
# https://git.autonomic.zone/compose-stacks/selfoss/issues/3
#export SELFOSS_PASSWORD_VERSION=v1