Skip to content
Discussion options

You must be logged in to vote

We got it working by creating a wildcard Type A DNS record for "*.pigsty.myorg.com", then configuring a server for it on our local reverse proxy and redirecting the root location "/" to Pigsty's NGINX at its internal IP. We then modified the infra_portal section in pigsty.yml as follows:

infra_portal:
  home         : { domain: h.pigsty.myorg.com}
  grafana      : { domain: g.pigsty.myorg.com, endpoint: "${admin_ip}:3000" , websocket: true }

Now the home page and all its links work as expected.
Thank you for your guidance!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@VadimJCA
Comment options

Answer selected by VadimJCA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants