Hey, i just migrated all my services to a local only Pangolin from Zoraxy.
In Zoraxy, NPM, Caddy and so on i was able to add a local domain for some services that i only use locally, something like start.lan to access my homepage docker or music.lan for the music assistant. I'm not really sure how to replicate this with Pangolin, has anyone done that?
Originally created by @ExXxtr3me on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/689
Hey, i just migrated all my services to a local only Pangolin from Zoraxy.
In Zoraxy, NPM, Caddy and so on i was able to add a local domain for some services that i only use locally, something like start.lan to access my homepage docker or music.lan for the music assistant. I'm not really sure how to replicate this with Pangolin, has anyone done that?
Ok i figured it out, had to add the domain like this:
domain4:
base_domain: lan
cert_resolver: letsencrypt
prefer_wildcard_cert: false
<!-- gh-comment-id:2857652854 -->
@ExXxtr3me commented on GitHub (May 7, 2025):
Ok i figured it out, had to add the domain like this:
```
domain4:
base_domain: lan
cert_resolver: letsencrypt
prefer_wildcard_cert: false
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ExXxtr3me on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/689
Hey, i just migrated all my services to a local only Pangolin from Zoraxy.
In Zoraxy, NPM, Caddy and so on i was able to add a local domain for some services that i only use locally, something like start.lan to access my homepage docker or music.lan for the music assistant. I'm not really sure how to replicate this with Pangolin, has anyone done that?
@ExXxtr3me commented on GitHub (May 7, 2025):
Ok i figured it out, had to add the domain like this: