From 8dcd5f75eb8e3a68b25cbc9bfe80436633593d06 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 2 Apr 2020 11:03:12 +0200 Subject: [PATCH] Readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05aea9e..1c225b6 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +you can run the playbook to deploy your instance.