forgejo: fix config option and re-add missing handler
This commit is contained in:
parent
0c4105f918
commit
d9f60b5511
2 changed files with 5 additions and 1 deletions
|
@ -10,3 +10,7 @@
|
|||
state: restarted
|
||||
notify: wait for forgejo
|
||||
when: '"handler" not in ansible_skip_tags'
|
||||
|
||||
- name: wait for forgejo
|
||||
wait_for:
|
||||
path: /var/lib/forgejo/socket
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
- { section: oauth2_client, option: USERNAME, value: email }
|
||||
- { section: service, option: ALLOW_ONLY_EXTERNAL_REGISTRATION, value: true }
|
||||
- { section: service, option: DEFAULT_USER_VISIBILITY, value: public }
|
||||
- { section: service.explore, option: DEFAULT_USERS_PAGE, value: private }
|
||||
- { section: service.explore, option: DISABLE_USERS_PAGE, value: true }
|
||||
- { section: database, option: SQLITE_JOURNAL_MODE, value: WAL }
|
||||
- { section: log, option: ROOT_PATH, value: /var/lib/forgejo/log }
|
||||
- { section: server, option: ROOT_URL, value: 'https://{{ dns_name }}/' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue