: add freshrss webapps

This commit is contained in:
VC
2025-02-14 13:59:48 +01:00
parent e05e592ed4
commit b131cede70
12 changed files with 171 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
---
freshrss_version: "1.25.0"
freshrss_url: "https://github.com/FreshRSS/FreshRSS/archive/refs/tags/{{ freshrss_version }}.tar.gz"
freshrss_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'freshrss') | map(attribute='host') | first }}"
freshrss_local_path: "/srv/http/{{ freshrss_access_url }}"
freshrss_config_path: "{{ freshrss_local_path }}/data/config.php"