Add info on federation protocol.

This commit is contained in:
Kavin 2022-11-14 01:36:05 +00:00 committed by GitHub
parent cb5ac4f69d
commit a28164838f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@ Now, create A records to your server's public IP with the hostnames you had fill
Finally, run `docker-compose up -d` and you're done!
Consider joining the federation protocol at https://github.com/TeamPiped/piped-federation#how-to-join
## Docker-Compose Nginx AIO script
Note: This setup requires you to have your own reverse proxy in addition to the one provide, and requires you to configure TLS manually.
@ -51,6 +53,8 @@ server {
Finally, configure your TLS certificates if you need to!
Consider joining the federation protocol at https://github.com/TeamPiped/piped-federation#how-to-join
# Manually updating
Run `docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once piped-frontend piped-backend ytproxy varnish nginx caddy postgres watchtower`