-
Hi, We've heard about PGSTY and really liked the concept! We're now trying to implement it for our clusters but are having some difficulty understanding the front-end access URL design. We've completed the installation and assigned an FQDN for the PGSTY host through our on-site NGINX, which successfully serves the Home Page. However, the page contains links to other front-ends like:
We noticed these hostnames were added to Our installation was basic - we simply specified an inventory with a meta host and a 2-node PostgreSQL cluster, then ran What are we missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Here are some releated content that may be helpful https://doc.pgsty.com/docs/admin/portal/ |
Beta Was this translation helpful? Give feedback.
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:Now the home page and all its links work as expected.
Thank you for your guidance!