[PR #254] [CLOSED] Enable serving NetBox from non-root location #12020

Closed
opened 2025-12-29 22:19:10 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/254
Author: @pkorovin
Created: 7/11/2016
Status: Closed

Base: developHead: urlprefix


📝 Commits (3)

  • 627b7fa Enable serving NetBox from non-root location with URL_PREFIX configuration option
  • ed39179 Fix PEP8 formatting errors
  • f114ffd Fix PEP8 blank line formatting errors

📊 Changes

7 files changed (+94 additions, -61 deletions)

View changed files

📝 netbox/circuits/forms.py (+8 -3)
📝 netbox/dcim/forms.py (+19 -14)
📝 netbox/ipam/forms.py (+8 -3)
📝 netbox/netbox/configuration.example.py (+9 -0)
📝 netbox/netbox/settings.py (+13 -9)
📝 netbox/netbox/urls.py (+35 -30)
📝 netbox/templates/_base.html (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/254 **Author:** [@pkorovin](https://github.com/pkorovin) **Created:** 7/11/2016 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `urlprefix` --- ### 📝 Commits (3) - [`627b7fa`](https://github.com/netbox-community/netbox/commit/627b7fa7639a8e652d28d292560702fdec1eefd9) Enable serving NetBox from non-root location with URL_PREFIX configuration option - [`ed39179`](https://github.com/netbox-community/netbox/commit/ed3917914f8dda33e59f6916299c2f765cb00383) Fix PEP8 formatting errors - [`f114ffd`](https://github.com/netbox-community/netbox/commit/f114ffd10d6eae585e084bfd924e870bdeb929a8) Fix PEP8 blank line formatting errors ### 📊 Changes **7 files changed** (+94 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/forms.py` (+8 -3) 📝 `netbox/dcim/forms.py` (+19 -14) 📝 `netbox/ipam/forms.py` (+8 -3) 📝 `netbox/netbox/configuration.example.py` (+9 -0) 📝 `netbox/netbox/settings.py` (+13 -9) 📝 `netbox/netbox/urls.py` (+35 -30) 📝 `netbox/templates/_base.html` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:19:10 +01:00
adam closed this issue 2025-12-29 22:19:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12020