mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 00:48:20 -05:00
Update readme
This commit is contained in:
parent
7ccadce2f5
commit
03c66debc2
18
README.md
18
README.md
@ -1,10 +1,20 @@
|
|||||||
# Peertube setup with Ansible and Docker-Compose
|
# Peertube setup with Ansible and Docker-Compose
|
||||||
|
|
||||||
|
This repo lets you easily setup a Peertube server based on docker-compose.
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
Clone the repo onto your local machine.
|
||||||
|
|
||||||
Copy `inventory.example` to `inventory`, and configure the hosts you want to work with.
|
Copy `inventory.example` to `inventory`, and configure the hosts you want to work with.
|
||||||
|
|
||||||
Install Python and Ansible:
|
Install Python and Ansible on your local machine:
|
||||||
|
|
||||||
apt install python
|
apt install python
|
||||||
pip2 install ansible
|
pip2 install ansible
|
||||||
@ -13,4 +23,8 @@ Run the playbook:
|
|||||||
|
|
||||||
ansible-playbook --become peertube.yml
|
ansible-playbook --become peertube.yml
|
||||||
|
|
||||||
Note: If you run this on an existing server, make sure the file `passwords/*your-server*/postgres` exists and contains the correct password. Otherwise Ansible will change the password in Peertube, and it won't be able to connect to the database.
|
The first time you run it, Ansible will output the root password.
|
||||||
|
|
||||||
|
Note: If you use this for an existing Peertube instance, make sure the file
|
||||||
|
`passwords/*your-server*/postgres` exists and contains the correct password. Otherwise
|
||||||
|
Ansible will change the password in Peertube, and it won't be able to connect to the database.
|
||||||
|
Loading…
Reference in New Issue
Block a user