Changes between Version 5 and Version 6 of Nmm2022/Agenda/Netbox
- Timestamp:
- Jun 1, 2022, 2:10:12 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/Netbox
v5 v6 107 107 === Create the NetBox System User === 108 108 Create a system user account named ''' netbox '''. We'll configure the WSGI and HTTP services to run under this account. We'll also assign this user ownership of the media directory. This ensures that NetBox will be able to save uploaded files. 109 {{{ 110 # sudo adduser --system --group netbox 111 # sudo chown --recursive netbox /opt/netbox/netbox/media/ 112 }}}