Changeset 7400a38a in darkpeak-services
- Timestamp:
- Sep 24, 2020, 9:12:22 AM (6 months ago)
- Branches:
- master
- Parents:
- 1d1868f0
- git-author:
- Caolan McMahon <caolan@…> (09/24/20 09:10:45)
- git-committer:
- Caolan McMahon <caolan@…> (09/24/20 09:12:22)
- Location:
- roles/ttrss
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
roles/ttrss/defaults/main.yml
r1d1868f0 r7400a38a 22 22 # now follows a rolling release model based on the master branch: 23 23 # https://tt-rss.org/oldforum/viewtopic.php?f=10&t=3262 24 ttrss_tag: "1.15.3" 24 #ttrss_tag: "1.15.3" 25 ttrss_tag: "master" -
roles/ttrss/templates/config.php.j2
r1d1868f0 r7400a38a 19 19 // *********************************** 20 20 21 define('SELF_URL_PATH', ' {{ domain }}');21 define('SELF_URL_PATH', 'https://{{ domain }}/'); 22 22 // Full URL of your tt-rss installation. This should be set to the 23 23 // location of tt-rss directory, e.g. http://example.org/tt-rss/ … … 198 198 // *************************************** 199 199 200 define('CHECK_FOR_ NEW_VERSION', true);200 define('CHECK_FOR_UPDATES', true); 201 201 // Check for new versions of tt-rss automatically. 202 202
Note: See TracChangeset
for help on using the changeset viewer.