Add uwsgi.ini in .gitignore #9746

Closed
opened 2025-12-29 21:22:00 +01:00 by adam · 1 comment
Owner

Originally created by @markkuleinio on GitHub (May 25, 2024).

Originally assigned to: @markkuleinio on GitHub.

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

Originally created by @markkuleinio on GitHub (May 25, 2024). Originally assigned to: @markkuleinio on GitHub. ### 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
adam added the status: acceptedtype: housekeeping labels 2025-12-29 21:22:00 +01:00
adam closed this issue 2025-12-29 21:22:00 +01:00
Author
Owner

@markkuleinio commented on GitHub (May 25, 2024):

I can send the PR if accepted.

@markkuleinio commented on GitHub (May 25, 2024): I can send the PR if accepted.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9746