Skip to content

Commit 50ae732

Browse files
committed
add netbox
1 parent b2c98f2 commit 50ae732

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

BY_PLATFORM.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ segmentation by distribution (i.e., Docker, etc.)
3030
1. <a href="#tag-console">Console</a> *(10)*
3131
1. <a href="#tag-mobile">Mobile</a> *(0)*
3232
1. <a href="#tag-browser">Browser</a> *(0)*
33-
1. <a href="#tag-server">Server</a> *(93)*
33+
1. <a href="#tag-server">Server</a> *(94)*
3434
1. <a href="#tag-server.docker">Docker</a> *(6)*
3535
1. <a href="#tag-server.flatpak">Flatpak</a> *(1)*
3636
1. <a href="#tag-server.appimage">Appimage</a> *(0)*
37-
1. <a href="#tag-server-other">Other Server projects</a> *(86)*
37+
1. <a href="#tag-server-other">Other Server projects</a> *(87)*
3838

3939
<!-- ANOTHER NOTE: This file is automatically generated, see projects.yaml -->
4040

@@ -480,6 +480,7 @@ segmentation by distribution (i.e., Docker, etc.)
480480
1. **Mopidy** - ([Repo](https://github.com/mopidy/mopidy), [Home](https://www.mopidy.com/)) Extensible music player server with plugin support for a wide range of services. `(audio)`
481481
1. **MozDef** - ([Repo](https://github.com/mozilla/MozDef), [Docs](https://mozdef.readthedocs.io/en/latest/?badge=latest)) Security incident automation with metrics and collaboration tools for defenders. `(security)`
482482
1. **NBGrader** - ([Repo](https://github.com/jupyter/nbgrader), [Docs](https://nbgrader.readthedocs.io/en/stable/)) Jupyter-based application which enables educators to create, assign, and grade assignments in notebook form. `(education)`
483+
1. **netbox** - ([Repo](https://github.com/netbox-community/netbox), [Docs](https://netbox.readthedocs.io/en/stable/)) IP address management (IPAM) and data center infrastructure management (DCIM) tool, conceived at Digital Ocean. `(ops, django)`
483484
1. **NewsBlur** - ([Repo](https://github.com/samuelclay/NewsBlur), [Home](https://www.newsblur.com/)) Web-based personal news reader. `(internet, django)`
484485
1. **Octoprint** - ([Repo](https://github.com/foosel/OctoPrint), [Home](https://octoprint.org/), [Fund](https://www.patreon.com/foosel)) Web-based controller for consumer 3D printers. `(graphics, flask, hardware)`
485486
1. **Odoo** - ([Repo](https://github.com/odoo/odoo), [Home](https://www.odoo.com/), [WP](https://en.wikipedia.org/wiki/Odoo)) Web-based ERP and CRM with many built-in modules, plus thousands of apps to suit any business. `(erp)`

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
1515
production application is worth a thousand blog posts and Stack
1616
Overflow answers.
1717

18-
This document is an always-growing list of **253**
18+
This document is an always-growing list of **254**
1919
open-source Python applications arranged by topic, with links to
2020
repositories, docs, and more. If you have one to add or find some
2121
information missing, [please let us
@@ -43,10 +43,10 @@ thereof), see Architectures. -->
4343
1. <a href="#tag-cms">CMS</a> *(9)*
4444
1. <a href="#tag-erp">ERP</a> *(4)*
4545
1. <a href="#tag-static_site">Static Site</a> *(7)*
46-
1. <a href="#tag-dev">Dev</a> *(110)*
46+
1. <a href="#tag-dev">Dev</a> *(111)*
4747
1. <a href="#tag-dev.scm">SCM</a> *(12)*
4848
1. <a href="#tag-dev.code_review">Code Review</a> *(3)*
49-
1. <a href="#tag-dev.ops">Ops</a> *(23)*
49+
1. <a href="#tag-dev.ops">Ops</a> *(24)*
5050
1. <a href="#tag-dev.security">Security</a> *(13)*
5151
1. <a href="#tag-dev.docs">Docs</a> *(6)*
5252
1. <a href="#tag-dev.editor">Editor</a> *(11)*
@@ -282,6 +282,7 @@ Projects related to software development and adjacent technical areas.
282282
1. **Gunicorn** - ([Repo](https://github.com/benoitc/gunicorn), [Home](https://gunicorn.org/), [PyPI](https://pypi.python.org/pypi/gunicorn)) Pluggable, pre-fork WSGI server, started as the counterpart to [Unicorn](https://en.wikipedia.org/wiki/Unicorn_(web_server)). `(server)`
283283
1. **Iris** - ([Repo](https://github.com/linkedin/iris), [Home](https://iris.claims/)) Flexible automated incident paging system, developed by and used at LinkedIn. `(server, corp)`
284284
1. **NColony** - ([Repo](https://github.com/ncolony/ncolony), [Home](http://ncolony.org/en/latest/)) Process manager and monitor. `(linux, mac)`
285+
1. **netbox** - ([Repo](https://github.com/netbox-community/netbox), [Docs](https://netbox.readthedocs.io/en/stable/)) IP address management (IPAM) and data center infrastructure management (DCIM) tool, conceived at Digital Ocean. `(server, django)`
285286
1. **Oncall** - ([Repo](https://github.com/linkedin/oncall), [Home](https://oncall.tools/)) Calendar tool designed for on-call management and scheduling, developed by and used at LinkedIn. `(server, corp)`
286287
1. **OpenStack** - ([Repo](https://git.openstack.org/cgit/openstack/openstack/tree/), [Home](https://www.openstack.org/), [Docs](https://docs.openstack.org/)) Cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, manageable through a web-based dashboard. `(server, corp)`
287288
1. **OpsMop** - ([Repo](https://github.com/opsmop/opsmop), [Home](https://opsmop.io/), [Docs](https://docs.opsmop.io/)) Agentless distributed SSH control plane, with a focus on runtime performance and developer efficiency. `(linux, mac)`

projects.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,11 @@ projects:
14811481
wp_url: https://en.wikipedia.org/wiki/Mesosphere,_Inc.#Mesosphere_DC/OS
14821482
desc: Management platform for hardware and software resources in datacenters, built on [Apache Mesos](https://en.wikipedia.org/wiki/Apache_Mesos).
14831483
tags: ["ops", "server", "corp"]
1484+
- name: netbox
1485+
repo_url: https://github.com/netbox-community/netbox
1486+
docs_url: https://netbox.readthedocs.io/en/stable/
1487+
desc: IP address management (IPAM) and data center infrastructure management (DCIM) tool, conceived at Digital Ocean.
1488+
tags: ["ops", "server", "django"]
14841489

14851490
## Misc / To File
14861491
- name: JARVIS on Messenger

0 commit comments

Comments
 (0)