Skip to content

Instantly share code, notes, and snippets.

View kimsible's full-sized avatar
🎯
Focusing

Ms Kimsible kimsible

🎯
Focusing
  • Nantes
View GitHub Profile
@kimsible
kimsible / .env
Created January 24, 2020 02:56
Docker-compose for a peertube production instance
PEERTUBE_DB_USERNAME=postgres_user
PEERTUBE_DB_PASSWORD=postgres_password
PEERTUBE_WEBSERVER_HOSTNAME=domain.tld
# If you need more than one IP as trust_proxy
# pass them as a comma separated array:
PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
#PEERTUBE_SMTP_USERNAME=
#PEERTUBE_SMTP_PASSWORD=
PEERTUBE_SMTP_HOSTNAME=postfix
PEERTUBE_SMTP_PORT=25
@kimsible
kimsible / README.md
Last active January 24, 2020 02:56
get-peertube

Setup PeerTube

Automatic production setup with docker-compose for a PeerTube instance.

Requirements

You must install docker and docker-compose.

You also must be logged as root for a full setup with systemd.