export SERVICE=selfoss export DOMAIN=reader.example.com export STACK_NAME=selfoss export 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 export SELFOSS_DB_TYPE=sqlite # 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 # Options are ERROR, WARNING, INFO, DEBU export SELFOSS_LOGGER_LEVEL=DEBUG 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