Hello!
I want to deploy penpot on a server in a local network to use it with other people from the same network.
I looked at Deploy Free Figma Alternative Penpot With Docker
But i don’t want to use let’s encrypt ( we have our our certificate ) .
Do you know how to proceed?
Hello @tfondrat, did you take a look into our documentation?
And maybe this link also can help you:
Let me know if you have any more questions.
Solved!
I used traefik docker vm and commented
in docker-compose.yaml the lines
##- “–certificatesresolvers.letsencrypt.acme.tlschallenge=true”
##- “–certificatesresolvers.letsencrypt.acme.email=tfondrat@btsciel.re”
##- “–certificatesresolvers.letsencrypt.acme.storage=/traefik/acme.json”
May be it’ll help someone!
1 Like