mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-28 21:35:22 -05:00
Closed
opened 2026-04-16 07:57:04 -05:00 by GiteaMirror
·
6 comments
No Branch/Tag Specified
main
refactor/batch-status-requests
dependabot/npm_and_yarn/js-yaml-4.3.0
dependabot/npm_and_yarn/next-16.2.11
dependabot/docker/docker-dependencies-4faa477378
dev
dependabot/npm_and_yarn/npm-dependencies-76d5d691d3
dependabot/github_actions/github-actions-dependencies-3a33fbbccd
dependabot/npm_and_yarn/fast-uri-3.1.4
dependabot/go_modules/install/go-install-dependencies-3804ca7238
dependabot/npm_and_yarn/body-parser-2.3.0
dependabot/npm_and_yarn/axios-1.18.0
crowdin_dev
fix/labels-dropdown-flicker
feat/remember-last-idp-on-smart-login-form
dependabot/npm_and_yarn/multi-5f1280885e
fix/non-semver-version-error
private-resource-page
resource-launcher
backhaul
exit-node-reconnect
feat/command-palette
ssh
delete-account
msg-delivery
org-only-idp
cicd
patch
site-targets-auto-login
1.21.0
1.21.0-rc.0
1.20.0
1.20.0-rc.0
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.19.0-rc.1
1.19.0-rc.0
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.18.0-rc.0
1.17.1
1.17.0
1.17.0-rc.0
1.16.2
1.16.1
1.16.0
1.16.0-rc.0
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.15.0-rc.0
1.14.1
1.14.0
1.14.0-rc.0
1.13.1
1.13.0
1.13.0-rc.0
1.12.3
1.12.2
1.12.1
1.12.0
1.12.0-rc.0
1.11.1
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-beta.15
1.0.0-beta.14
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.11
1.0.0-beta.10
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Labels
Clear labels
api
authentication
bug
config
dependencies
docker
documentation
enhancement
good first issue
help wanted
Improvement
Look Into
needs investigating
networking
new feature
non-critical bug
potential bug
pull-request
question
reverse proxy
Security
stale
ui
wontfix
Mirrored from GitHub Pull Request
No labels
new feature
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pangolin#1306
Reference in New Issue
Block a user
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 @miloschwartz on GitHub (Feb 1, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/140
Originally assigned to: @miloschwartz on GitHub.
Discussed in https://github.com/orgs/fosrl/discussions/68
Originally posted by maieredv-manuel January 16, 2025
Hey!
ive installed pangolin right now - looks nice :-) Great work!
Only downside i have until now is, that i cant add multiple Base Domains.
Im using different base domains for different services
Is there any way to do this?
@dmull commented on GitHub (Mar 31, 2025):
I see that this is marked done but not seeing any documentation on how to add the additional domains. Just wondering if I am overlooking things.
@jibsaram commented on GitHub (Mar 31, 2025):
I'm not sure if this is mentioned in more detail elsewhere, but the documentation here describes the
domainsconfiguration section. If you manually edit yourconfig.ymlfile you'll find that there's already one domain configured (the one you set up with your Pangolin installation). There you can add additional domains, each with a unique key. E.g.:I hope this helps!
@dmull commented on GitHub (Mar 31, 2025):
Oh, I will check this out tomorrow. Thanks for the quick response!Sent from my iPhoneOn Mar 30, 2025, at 8:53 PM, Dave Jansen @.***> wrote:
I see that this is marked done but not seeing any documentation on how to add the additional domains. Just wondering if I am overlooking things.
I'm not sure if this is mentioned in more detail elsewhere, but the documentation here describes the domains configuration section. If you manually edit your config.yml file you'll find that there's already one domain configured (the one you set up with your Pangolin installation). There you can add additional domains, each with a unique key. E.g.:
(...snip...)
domains:
domain1:
base_domain: yourdomain.com
cert_resolver: letsencrypt
prefer_wildcard_cert: false
domain2:
base_domain: myseconddomain.com
cert_resolver: letsencrypt
prefer_wildcard_cert: false
I hope this helps!—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
jibsaramnim left a comment (fosrl/pangolin#140)
I see that this is marked done but not seeing any documentation on how to add the additional domains. Just wondering if I am overlooking things.
I'm not sure if this is mentioned in more detail elsewhere, but the documentation here describes the domains configuration section. If you manually edit your config.yml file you'll find that there's already one domain configured (the one you set up with your Pangolin installation). There you can add additional domains, each with a unique key. E.g.:
(...snip...)
domains:
domain1:
base_domain: yourdomain.com
cert_resolver: letsencrypt
prefer_wildcard_cert: false
domain2:
base_domain: myseconddomain.com
cert_resolver: letsencrypt
prefer_wildcard_cert: false
I hope this helps!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
@dmull commented on GitHub (Mar 31, 2025):
This did in fact work, and flawless at that! Thank you for showing me how to add the multiple domains. I did see it in the link you provided, but was worried about how to do it. I followed your screenshot and it worked flawless!
I think I am going to snag the lifetime support for this project as I can really see myself using this in my homelab and looking down ports.
Thanks again for the clearification!
@orhanveli commented on GitHub (Apr 3, 2025):
Hey guys,
This is a great feature, thanks for the great job. I added the second domain, and it seems working with
letsencryptcertificate provider.I tried to use an already existing wildcard certificate for the domain I added, but couldn't make it work. Is there an any example config that you can share for inspiration?
@miloschwartz commented on GitHub (Apr 3, 2025):
@orhanveli You may need to define a second cert resolver for your other domain. The way this works is you define the resolver with Traefik in the
traefik_config.ymlfile, then reference that resolver when defining the domain in Pangolin'sconfig.ymlfile.https://doc.traefik.io/traefik/reference/install-configuration/tls/certificate-resolvers/acme/
https://docs.fossorial.io/Pangolin/Configuration/config#domains