[Bug 295430] www/tt-rss: recent changes maybe should have a /usr/ports/UPDATING entry
Date: Wed, 20 May 2026 02:08:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295430
--- Comment #1 from Derek Schrock <dereks@lifeofadishwasher.com> ---
Look at the example config.
You just need to point to the new locations in /var/ttrss/.
Most likely you're config.php is missing:
putenv('TTRSS_CACHE_DIR=/var/tt-rss/cache');
putenv('TTRSS_ICONS_DIR=/var/tt-rss/feed-icons');
putenv('TTRSS_LOCK_DIRECTORY=/var/tt-rss/lock');
putenv('TTRSS_LOCAL_PLUGINS_DIR=/var/tt-rss/local/plugins.local');
putenv('TTRSS_LOCAL_TEMPLATES_DIR=/var/tt-rss/local/templates.local');
putenv('TTRSS_LOCAL_THEMES_DIR=/var/tt-rss/local/themes.local');
--
You are receiving this mail because:
You are the assignee for the bug.