16 lines
525 B
YAML
16 lines
525 B
YAML
---
|
|
|
|
freshrss_version: "1.26.2"
|
|
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 }}"
|
|
|
|
# Access path
|
|
freshrss_app_home: "/var/www/{{ freshrss_access_url }}"
|
|
freshrss_data_home: "/srv/www-data/{{ freshrss_access_url }}"
|
|
freshrss_config_path: "{{ freshrss_app_home }}/data/config.php"
|
|
|
|
# App dirs
|
|
freshrss_userdata_app_dirs:
|
|
- data
|