The configuration for peertube.social
Go to file
Felix Ableitner 8dcd5f75eb Readme update 2020-04-02 11:03:12 +02:00
files Various improvements 2020-04-01 18:37:31 +02:00
group_vars Various improvements 2020-04-01 18:37:31 +02:00
templates Various improvements 2020-04-01 18:37:31 +02:00
.gitignore Various improvements 2020-04-01 18:37:31 +02:00
LICENSE Add AGPL license 2019-05-15 12:00:52 +00:00
README.md Readme update 2020-04-02 11:03:12 +02:00
ansible.cfg Various improvements 2020-04-01 18:37:31 +02:00
migration.sh Add comment to migration.sh 2019-05-15 14:03:49 +02:00
peertube.yml Update readme 2020-04-01 18:51:42 +02:00

README.md

peertube.social

This repo contains the Ansible playbook and configuration used on peertube.social.

Use this repo to report any technical issues with peertube.social.

Usage

Just run the following command:

ansible-playbook peertube.yml --ask-vault-pass

If you want to use this configuration for your own instance, you need to fork this repo and enter your own domain in prod and in group_vars/prod.yml. You also need to change the encrypted variables in the latter file. After that, you can run the playbook to deploy your instance.