-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user
Description
NetBox version
v4.0.3
Feature type
New functionality
Proposed functionality
Add uwsgi.ini in .gitignore, just like gunicorn.py already is.
Use case
Current uWSGI install instructions at https://netboxlabs.com/docs/netbox/en/stable/installation/4b-uwsgi/ suggest creating the uWSGI config file as /opt/netbox/uwsgi.ini, which will cause git status to "complain" about it, causing confusion for the user:
root@netbox-lab:/opt/netbox# git status
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
uwsgi.ini
nothing added to commit but untracked files present (use "git add" to track)
Database changes
None
External dependencies
None
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user