Readme update

This commit is contained in:
Felix Ableitner 2020-04-02 11:03:12 +02:00
parent 95ade544eb
commit 8dcd5f75eb
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
This repo contains the Ansible playbook and configuration used on [peertube.social](https://peertube.social).
Use this repo to report any technical issues with peertube.social.
## Usage
Just run the following command:
@ -11,4 +13,4 @@ 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.
you can run the playbook to deploy your instance.