Compare commits

...

4 commits

Author SHA1 Message Date
ibuxxi
f13289d254 „files/email-template.txt“ ändern 2020-11-05 20:04:51 +00:00
ibuxxi
9e780f2fd9 „templates/peertube-production.yaml.j2“ ändern 2020-11-05 20:03:38 +00:00
ibuxxi
aee2c3a375 „group_vars/test.yml“ ändern 2020-11-05 20:01:42 +00:00
ibuxxi
31f0e86125 „group_vars/prod.yml“ ändern 2020-11-05 20:01:02 +00:00
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
subject:email to all users subject:email to all users
from:info@your-instance.com from:info@mojotube.net
this is a test email. this is a test email.

View file

@ -1,4 +1,4 @@
domain: peertube.social domain: mojotube.net
cache_size_gb: 15 cache_size_gb: 15
letsencrypt_contact_email: !vault | letsencrypt_contact_email: !vault |
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256

View file

@ -1,4 +1,4 @@
domain: test.peertube.social domain: test.mojotube.net
cache_size_gb: 15 cache_size_gb: 15
letsencrypt_contact_email: !vault | letsencrypt_contact_email: !vault |
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256

View file

@ -5,7 +5,7 @@ listen:
# Correspond to your reverse proxy "listen" configuration # Correspond to your reverse proxy "listen" configuration
webserver: webserver:
https: true https: true
hostname: 'peertube.social' hostname: 'mojotube.net'
port: 443 port: 443
# Proxies to trust to get real client IP # Proxies to trust to get real client IP