Skip to content

Commit

Permalink
feat: Differenciate backend & frontend hostnames
Browse files Browse the repository at this point in the history
* Route the backend server with a certresolver for automatic TLS
  certificate provisioning and the frontend without the certresolver
  set.

* Plain text is kept responding to all hosts.
  • Loading branch information
josegomezr committed Feb 26, 2025
1 parent dc52db7 commit 9df1f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env/netbox.env
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ RELEASE_CHECK_URL=https://api.github.com/repos/netbox-community/netbox/releases
SECRET_KEY='r(m)9nLGnz$(_q3N4z1k(EFsMCjjjzx08x9VhNVcfd%6RF#r!6DE@+V5Zk2X'
SKIP_SUPERUSER=true
WEBHOOKS_ENABLED=true
NETBOX_FRONTEND_HOST=netbox-front.localhost
NETBOX_BACKEND_HOST=netbox-back.localhost

0 comments on commit 9df1f6f

Please sign in to comment.