blob: 7265ac27d869406d103738750048f960f9c97dd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
# defaults file for MicroJoe.ttrss
ttrss_repository: https://git.tt-rss.org/git/tt-rss.git
ttrss_base: /var/www/ttrss
ttrss_user: ttrss
ttrss_group: ttrss
ttrss_home: /var/lib/ttrss
ttrss_db_user: ttrss
ttrss_db_password: ttrss
ttrss_db_name: ttrss
nginx_domain: ttrss.localhost
nginx_certbot_webroot: /var/www/letsencrypt
nginx_ssl: true
letsencrypt_domain: "{{ nginx_domain }}"
|