From fc3adeb339901bb0886d2e2efa1b9c0a06780678 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 22 May 2019 13:55:34 +0000 Subject: [PATCH] add page about peertube-ansible-compose project --- Peertube-setup-with-Ansible-and-Docker-Compose.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Peertube-setup-with-Ansible-and-Docker-Compose.md diff --git a/Peertube-setup-with-Ansible-and-Docker-Compose.md b/Peertube-setup-with-Ansible-and-Docker-Compose.md new file mode 100644 index 0000000..44509c8 --- /dev/null +++ b/Peertube-setup-with-Ansible-and-Docker-Compose.md @@ -0,0 +1,11 @@ +This is a project that lets you automatically install Peertube with Ansible, using docker-compose. + +The project is maintained by [@nutomic](https://github.com/Nutomic) and used on [peertube.social](https://peertube.social). + +Features: +- automatic Let's Encrypt certificate handling via Traefik +- file caching with nginx (to limit backend access and Peertube CPU usage) +- email sending works out of the box + +Project Link: +https://gitlab.com/Nutomic/peertube-compose/ \ No newline at end of file -- 2.25.1