How to setup a "Reverse Proxy" for Docker installation. #927
-
My apologies I am not a Linux web guy at all. I have my PartDB Server on a Pi running Bookworm. Are there any good instructions out there for setting up a reverse proxy for HTTPS access to use the camera and DigiKey connections? Preferably step by step. Thanks in advance. Edit Update: I Didn't figure out the reverse proxy. Added the Client_ID and Client_Secret to docker-compose.yaml and use the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I use caddy-docker-proxy with mine. Setup is fairly simple once the hostname is provisioned...add this to your PartDB service in docker-compose.yml
Note that the service is connected to an external network named "www," which is provisioned in the docker-compose file for caddy-docker-proxy. You'll also need this in the PartDB docker-compose:
|
Beta Was this translation helpful? Give feedback.
I use caddy-docker-proxy with mine. Setup is fairly simple once the hostname is provisioned...add this to your PartDB service in docker-compose.yml
Note that the service is connected to an external network named "www," which is provisioned in the docker-compose file for caddy-docker-proxy. You'll also need this in the PartDB docker-compose: