Piped-Docker icon indicating copy to clipboard operation
Piped-Docker copied to clipboard

Results 17 Piped-Docker issues
Sort by recently updated
recently updated
newest added

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 : ![image](https://github.com/TeamPiped/Piped-Docker/assets/2255433/bd53cd9e-c2ce-4815-b3b1-66e4b6edb3de) I've run ./configure-instance.sh I get this error: ![image](https://github.com/TeamPiped/Piped-Docker/assets/2255433/2e027219-7a7f-419b-8c21-a85104763762) Additional infos from https://ready.chair6.net/ ![image](https://github.com/TeamPiped/Piped-Docker/assets/2255433/b5fded3a-96f6-493a-b1ee-da9995da2118) 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...

bug

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...

Or alternatively, haproxy.

help wanted

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...