Updates for tt-rss 2:r12866.fbed63e44-1

This commit is contained in:
2026-07-15 11:21:12 -05:00
parent 5a89b54ca2
commit 5238bf62f4
2 changed files with 29 additions and 0 deletions
@@ -8,4 +8,9 @@
putenv('TTRSS_DB_PASS={{ secrets['Singularity']['db'] }}');
putenv('TTRSS_DB_PORT=5432');
putenv('TTRSS_LOG_DESTINATION=syslog');
putenv('TTRSS_LOCK_DIRECTORY=/var/lib/tt-rss/lock');
putenv('TTRSS_CACHE_DIR=/var/lib/tt-rss/cache');
putenv('TTRSS_LOCAL_PLUGINS_DIR=/var/lib/tt-rss/plugins.local');
putenv('TTRSS_LOCAL_TEMPLATES_DIR=/var/lib/tt-rss/templates.local');
putenv('TTRSS_LOCAL_THEMES_DIRECTORY=/var/lib/tt-rss/themes.local');
putenv('TTRSS_SELF_URL_PATH=https://singularity.{{ external_domain }}');