App Submission: Networking Toolbox (#3844)

Co-authored-by: al-lac <lackner.alex@gmail.com>
This commit is contained in:
Denny Subke 2025-11-21 12:51:12 +01:00 committed by GitHub
parent e7609259e6
commit 3f49db4609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,22 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: networkingtoolbox_app_1
APP_PORT: 3000
app:
image: ghcr.io/lissy93/networking-toolbox:1.6.0@sha256:4e97330fb310e1a5fbe185b1bf859270902ddef7934b88cecc6b3def98d21eaa
user: "1000:1000"
restart: on-failure
environment:
NODE_ENV: production
PORT: 3000
HOST: 0.0.0.0
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3000/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s

View File

@ -0,0 +1,36 @@
manifestVersion: 1
id: networkingtoolbox
name: Networking Toolbox
tagline: The all-in-one offline-first networking toolbox for sysadmins
category: developer
version: "1.6.0"
port: 3686
description: >-
🌐 Networking Toolbox is a comprehensive suite of web-based utilities built to make network analysis, configuration, and troubleshooting more accessible. It brings together a wide range of technical functions that help professionals and enthusiasts understand and manage digital communication systems more efficiently. By combining analytical precision with an intuitive interface, it allows users to explore, calculate, and visualize complex network relationships in real time.
At its core, Networking Toolbox focuses on the essential building blocks of the internet and private networks. It provides tools for IP address management, subnet and CIDR calculations, and DNS diagnostics, helping users perform operations that would normally require multiple specialized applications. It supports both IPv4 and IPv6 standards, enabling users to test and validate configurations, identify errors, and understand how data flows between devices and services.
The application also offers capabilities for working with network security and performance. Users can inspect SSL and TLS certificates, verify domain configurations, analyze ports, and decode network headers to ensure that systems operate safely and efficiently. Each function is designed to deliver clear, accurate results without unnecessary complexity, allowing deeper technical insight into network infrastructure.
Networking Toolbox is ideal for anyone who needs to explore how networks function on a detailed level. Whether used for learning, debugging, or system optimization, it provides the necessary foundation for mastering the principles of networking and ensuring that every layer of communication remains transparent, reliable, and secure.
developer: Alicia Sykes
website: https://www.networkingtoolbox.net/
submitter: dennysubke
submission: https://github.com/getumbrel/umbrel-apps/pull/3844
repo: https://github.com/Lissy93/networking-toolbox
support: https://github.com/Lissy93/networking-toolbox/issues
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
- 6.jpg
releaseNotes: ""
dependencies: []
path: ""
defaultUsername: ""
defaultPassword: ""