Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
|
f13289d254 | ||
|
9e780f2fd9 | ||
|
aee2c3a375 | ||
|
31f0e86125 |
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue