Has anyone been able to get penpot to work with nginx proxy manager?.
Using:
- docker desktop on a mac
- default docker via the default docker-compose.yaml: tried updating the URI to my external URI
- Using Nginx Proxy Manager (GitHub - NginxProxyManager/nginx-proxy-manager: Docker container for managing Nginx proxy hosts with a simple, powerful interface) with a letsencrypt SSL cert for the URL.
I can access via http://localhost:9001, but not my external URL. It tries for a long time, but then gives me a 502: bad gateway. I have nginx proxy manager working successfully on 8 other docker containers. If anyone has this working, could you share the configuration you have that makes it work? TIA.