1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Skip install screen on first run; configure this in Ansible

This commit is contained in:
Aidan Fitzgerald 2019-03-07 18:41:10 -05:00
parent 30381872df
commit c4aa784b8c
2 changed files with 2 additions and 1 deletions

View file

@ -54,3 +54,4 @@ gitea_log_root: "{{ gitea_root_directory }}/log"
# Extra configuration # Extra configuration
gitea_display_name: Internet-in-a-Box Gitea gitea_display_name: Internet-in-a-Box Gitea
skip_install_screen: true

View file

@ -249,7 +249,7 @@ DISABLE_REGULAR_ORG_CREATION = false
[security] [security]
; Whether the installer is disabled ; Whether the installer is disabled
INSTALL_LOCK = false INSTALL_LOCK = {{ skip_install_screen }}
; !!CHANGE THIS TO KEEP YOUR USER DATA SAFE!! ; !!CHANGE THIS TO KEEP YOUR USER DATA SAFE!!
SECRET_KEY = !#@FDEWREWR&*( SECRET_KEY = !#@FDEWREWR&*(
; How long to remember that an user is logged in before requiring relogin (in days) ; How long to remember that an user is logged in before requiring relogin (in days)