From 8f57858461e77650b386ae051c0bb6433f0db8c6 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 15 Jul 2019 20:54:44 +0200 Subject: [PATCH] Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ed89f9..15e2617 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,12 @@ This project is based on the [Peertube docker-compose example](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md). You can contact me on the Fediverse about this project: -[https://radical.town/@felix](https://radical.town/@felix). +[@felix@radical.town](https://radical.town/@felix). ## Features -- automatic Let's Encrypt certificate handling via Traefik +- easy, automatic setup +- integrated Let's Encrypt certificate handling - file caching with nginx (to limit backend access and Peertube CPU usage) - email sending works out of the box @@ -27,7 +28,7 @@ Copy `inventory.example` to `inventory`, and configure the hosts you want to wor Install Python and Ansible on your local machine: - apt install python + apt install python2-pip pip2 install ansible Run the playbook: