mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Move display name to Ansible config
This commit is contained in:
parent
59c67ddf60
commit
dec10f2ea1
2 changed files with 4 additions and 1 deletions
|
@ -43,3 +43,6 @@ gitea_url: /gitea
|
||||||
gitea_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ gitea_url }}"
|
gitea_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ gitea_url }}"
|
||||||
|
|
||||||
gitea_port: 61734 # leet for GITEA
|
gitea_port: 61734 # leet for GITEA
|
||||||
|
|
||||||
|
# Extra configuration
|
||||||
|
gitea_display_name: Internet-in-a-Box Gitea
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
; see https://docs.gitea.io/en-us/config-cheat-sheet/ for additional documentation.
|
; see https://docs.gitea.io/en-us/config-cheat-sheet/ for additional documentation.
|
||||||
|
|
||||||
; App name that shows in every page title
|
; App name that shows in every page title
|
||||||
APP_NAME = Internet-in-a-Box Gitea
|
APP_NAME = {{ gitea_display_name }}
|
||||||
; Change it if you run locally
|
; Change it if you run locally
|
||||||
RUN_USER = {{ gitea_user }}
|
RUN_USER = {{ gitea_user }}
|
||||||
; Either "dev", "prod" or "test", default is "dev"
|
; Either "dev", "prod" or "test", default is "dev"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue