ansible-playbooks/peertube-server/variables.yaml

27 lines
1.1 KiB
YAML
Raw Normal View History

2025-02-05 21:37:28 +02:00
base_directory: "/peertube"
2025-02-05 19:39:03 +02:00
peertube:
2025-02-05 21:18:32 +02:00
env_file: "environment_file"
backups_directory: "/peertube/backups"
2025-02-05 19:39:03 +02:00
image_name: "docker.io/chocobozzz/peertube:v7.0.1-bookworm"
2025-02-05 21:37:28 +02:00
data_directory: "/peertube/data"
config_directory: "/peertube/config"
2025-02-05 22:40:11 +02:00
environment:
# replace with: openssl rand -hex 32
secret: "cff9ea5880b72f16d426059e0f3182ca478c580304967f476f242e583b06173f"
db_user: "batman"
db_pass: "batman"
webserver:
2025-02-06 22:51:14 +02:00
hostname: "peertube-testing.local"
port: 80
tls: "false"
2025-02-05 22:40:11 +02:00
trust_proxy: '["127.0.0.1", "loopback", "192.168.0.0/24", "172.18.0.0/16", "10.0.0.0/16", "173.245.48.0/20", "103.21.244.0/22","103.22.200.0/22","103.31.4.0/22","141.101.64.0/18","108.162.192.0/18","190.93.240.0/20","188.114.96.0/20","197.234.240.0/22","198.41.128.0/17","162.158.0.0/15","104.16.0.0/13","104.24.0.0/14","172.64.0.0/13","131.0.72.0/22"]'
smtp:
user: ""
pass: ""
2025-02-06 23:10:41 +02:00
email: "no-reply@peertube.local"
2025-02-05 22:40:11 +02:00
hostname: "smtp.gmail.com"
2025-02-05 19:39:03 +02:00
postgres:
postgres_directory: "/peertube/postgres"
image_name: "docker.io/postgres:13-alpine"
redis:
image_name: "docker.io/redis:6-alpine"