freshrss: Initial commit

This commit is contained in:
PorridgePi
2022-09-24 12:58:46 +01:00
parent b637789816
commit ef3e441b15
2 changed files with 59 additions and 0 deletions

11
freshrss/.env.example Normal file
View File

@@ -0,0 +1,11 @@
# set IS_ARM to :arm for ARM version
IS_ARM=
FRESHRSS_DOMAIN=freshrss.ykz.app
CRON_MIN=2,32
# Variables below are only used at the very first run
ADMIN_USERNAME=admin_username_goes_here
ADMIN_EMAIL=admin_email_goes_here
ADMIN_PASSWORD=admin_password_goes_here
ADMIN_API_PASSWORD=admin_api_password_goes_here