Ticket: Docker+Caddy setup login issue; no browser error on access
@Doron Katz Just created a ticket
Question: Issue Setting up on Docker and Caddy
Attempted: HI folks * Goal: Setup and login to local instance of service * Environment: MacOS running Docker, and caddy * Changed: Installed via docker-compose, setting environment in docker-compose.yml, on port 5001:5000. Caddyfile: :443 { bind tailscale/social tls { get_certificate tailscale } tailscale_auth reverse_proxy * localhost:5001 } ``` * * Results*: While I can access the URL, and register even, when I login, it doesn’t do anything. Doesn’t give me a browser error or anything.
Working On: Just for fun exploring
Using Postiz On: Docker-compose
Take it from here @Postiz
Question: Issue Setting up on Docker and Caddy
Attempted: HI folks * Goal: Setup and login to local instance of service * Environment: MacOS running Docker, and caddy * Changed: Installed via docker-compose, setting environment in docker-compose.yml, on port 5001:5000. Caddyfile: :443 { bind tailscale/social tls { get_certificate tailscale } tailscale_auth reverse_proxy * localhost:5001 } ``` * * Results*: While I can access the URL, and register even, when I login, it doesn’t do anything. Doesn’t give me a browser error or anything.
Working On: Just for fun exploring
Using Postiz On: Docker-compose
Take it from here @Postiz
3 Replies
Complete set of steps and log:
HI folks
* Goal: Setup and login to local instance of service
* Environment: MacOS running Docker, and caddy
* Changed: Installed via docker-compose, setting environment in docker-compose.yml, on port 5001:5000.
Caddyfile:
* * Results*: While I can access the URL, and register even, when I login, it doesn’t do anything. Doesn’t give me a browser error or anything. The log is as follows:
@Postiz please help @Doron Katz
Hi bro, you are using postiz from your Mac right? So you can use http://localhost:5000/ and don't need the reversed proxy cause you are hosting it on the device itself. I would reccomend a always on server though.