Piped-Docker
Piped-Docker copied to clipboard
The default port instantiated by the self-hosting system sues port 8080. There might be users who already use that port for something else. As such, this should allow for an...
Hi. Thanks for your work. I would want something like #6. Run it locally and use my own global reverse-proxy to make it available from the outside. I would also...
Hello, Here is my DNS records :  I've run ./configure-instance.sh I get this error:  Additional infos from https://ready.chair6.net/  I was wondering can Piped with Docker work with...
### Official Instance - [ ] The bug is reproducible on the [official hosted instance](http://piped.video/), or is API-related. ### Describe the bug After running configure-instance.sh, the docker-compose file generated via...
Currently a hard coded resolver address `127.0.0.11` is set in [`nginx.conf`](https://github.com/TeamPiped/Piped-Docker/blob/49b98cbeb3a1d8042ccd384b81976793bcd06a53/template/nginx.conf#L30) It works in typical Docker setup, however it fails in setups using Podman with an implicit IPAM ``` piped-nginx...
Hey Team, Came across this cool project last night and got a personal instance running using a Swarm with Traefik to link things together. Had to figure out a lot...
I know it's a lot of stuff to take in one go, but this install process dispenses with scripts and uses only the docker-compose.yml to start the containers, while all...
I'm a bit concerned about bandwidth use. It seems technically possible[^test] to run just the frontend image without command to change the instance URLs. I'm assuming the proxy service will...
Asking for full urls in `configure-instance.sh` and extracting hosts improve portability of the script On nginx backend this enable plain http support, while with caddy the requests on http are...