Explorar el Código

fix https checkout url in gitea, don't want port in there

Thomas Buck hace 5 años
padre
commit
4477b5c22a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      roles/gitea/templates/etc_gitea_app_ini.j2

+ 2
- 0
roles/gitea/templates/etc_gitea_app_ini.j2 Ver fichero

15
 DOMAIN = {{ gitea_domain }}
15
 DOMAIN = {{ gitea_domain }}
16
 HTTP_ADDR = 127.0.0.1
16
 HTTP_ADDR = 127.0.0.1
17
 HTTP_PORT = 3000
17
 HTTP_PORT = 3000
18
+LANDING_PAGE = explore
19
+ROOT_URL = https://{{ gitea_domain }}/
18
 
20
 
19
 [database]
21
 [database]
20
 DB_TYPE = postgres
22
 DB_TYPE = postgres

Loading…
Cancelar
Guardar