mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 01:48:20 -05:00
Use variable for letsencrypt contact email
This commit is contained in:
parent
bbfc78ad26
commit
5ecf8a2212
@ -1,8 +1,8 @@
|
|||||||
[peertube]
|
[peertube]
|
||||||
# define the username and hostname that you use for ssh connection, and specify the domain
|
# define the username and hostname that you use for ssh connection, and specify the domain
|
||||||
myuser@example.com domain=example.com cache_size_gb=15
|
myuser@example.com domain=example.com cache_size_gb=15 letsencrypt_contact_email=your@email.com
|
||||||
# you can also use a host that is defined in your ssh config
|
# you can also use a host that is defined in your ssh config
|
||||||
myserver domain=example.com cache_size_gb=15
|
myserver domain=example.com cache_size_gb=15 letsencrypt_contact_email=your@email.com
|
||||||
|
|
||||||
[all:vars]
|
[all:vars]
|
||||||
ansible_connection=ssh
|
ansible_connection=ssh
|
||||||
|
@ -34,7 +34,7 @@ defaultEntryPoints = ["http", "https"]
|
|||||||
#
|
#
|
||||||
# Required
|
# Required
|
||||||
#
|
#
|
||||||
email = "me@nutomic.com"
|
email = "{{ letsencrypt_contact_email }}"
|
||||||
|
|
||||||
# File or key used for certificates storage.
|
# File or key used for certificates storage.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user