Compare commits

..

No commits in common. "10fa1168a3aae191b9ba80112c45256c14bb6fab" and "7c128e98a046cd7cfe7c7ea4a67a3cbf050bcc5e" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -141,5 +141,4 @@
fullchain_dest: "/etc/ssl-acme/certs/fullchain_{{ cert_name }}.crt"
chain_dest: "/etc/ssl-acme/certs/chain_{{ cert_name }}.crt"
data: "{{ acme_challenge }}"
remaining_days: 21
when: to_regen is defined

View File

@ -268,7 +268,7 @@ FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
; The protocol the server listens on. One of 'http', 'https', 'unix' or 'fcgi'.
PROTOCOL = http
DOMAIN = {{ server_blocks.gitea.domain }}
ROOT_URL = https://{{ server_blocks.gitea.domain }}{{ nginx_services.gitea.path }}
ROOT_URL = http://{{ server_blocks.gitea.domain }}{{ nginx_services.gitea.path }}
; when STATIC_URL_PREFIX is empty it will follow ROOT_URL
STATIC_URL_PREFIX =
; The address to listen on. Either a IPv4/IPv6 address or the path to a unix socket.
@ -299,7 +299,7 @@ START_SSH_SERVER = true
; Username to use for the builtin SSH server. If blank, then it is the value of RUN_USER.
BUILTIN_SSH_SERVER_USER =
; Domain name to be exposed in clone URL
SSH_DOMAIN = {{ server_blocks.gitea.domain }}
SSH_DOMAIN = {{ domain }}
; The network interface the builtin SSH server should listen on
SSH_LISTEN_HOST =
; Port number to be exposed in clone URL