mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-24 00:48:43 +00:00
Compare commits
No commits in common. "5ac02a8918c7c618d50f3c210190a9d66da27072" and "52afaf7c3a1ac8436893c3d8ea79bde42109a78d" have entirely different histories.
5ac02a8918
...
52afaf7c3a
@ -98,14 +98,10 @@ docker compose up
|
||||
- [Openspeedtest](examples/openspeedtest) - A free and open-source HTML5 network performance estimation tool written in vanilla JavaScript and only uses built-in web APIs like XHR, HTML, CSS, JS and SVG.
|
||||
- [Goaccess](examples/nginx-proxy-manager-goaccess) - Real-time web log analyzer and interactive viewer that visualizes various logs of popular reverse proxies such as Nginx, Nginx Proxy Manager and Traefik.
|
||||
- [WatchYourLAN](examples/watchyourlan) - Lightweight network IP scanner with web GUI.
|
||||
- [Network-Multitool](examples/network-multitool) - Multi-arch multitool for container network troubleshooting.
|
||||
- [Home Assistant](examples/homeassistant) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
|
||||
- [dockcheck-web](examples/dockcheck-web) - A webpage showing available image updates for your running containers.
|
||||
|
||||
### Tools & Helpers
|
||||
- [Network-Multitool](examples/network-multitool) - Multi-arch multitool for container network troubleshooting.
|
||||
- [IT-Tools](examples/it-tools) - Collection of handy online tools for developers, with great UX.
|
||||
- ~~[GCHQ CyberChef](https://gchq.github.io/CyberChef/)~~ - The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis.
|
||||
|
||||
### Recipe Managers
|
||||
- [Tandoor](examples/tandoor) - Django application to manage, tag and search recipes using either built-in models or external storage providers hosting PDFs, Images or other files.
|
||||
- [Mealie](examples/mealie) - Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app.
|
||||
|
@ -1,3 +0,0 @@
|
||||
# References
|
||||
|
||||
- https://github.com/CorentinTh/it-tools
|
@ -1,23 +0,0 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools
|
||||
container_name: it-tools
|
||||
hostname: it-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:80/tcp
|
||||
#networks:
|
||||
# - proxy # or use dev for testing purposes
|
||||
#labels:
|
||||
# - traefik.enable=true
|
||||
# - traefik.http.routers.it-tools.rule=Host(`tools.example.com`)
|
||||
# - traefik.http.services.it-tools.loadbalancer.server.port=80
|
||||
# - traefik.docker.network=proxy # or use dev for testing purposes
|
||||
## # Part for optional traefik middlewares
|
||||
# - traefik.http.routers.it-tools.middlewares=local-ipwhitelist@file
|
||||
|
||||
#networks:
|
||||
# proxy: # or use dev for testing purposes
|
||||
# external: true
|
@ -1,3 +1,3 @@
|
||||
# References
|
||||
|
||||
- https://github.com/wbitt/Network-MultiTool
|
||||
- https://hub.docker.com/r/praqma/network-multitool
|
||||
|
@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
network-multitool:
|
||||
image: wbitt/network-multitool:alpine-extra
|
||||
image: praqma/network-multitool:alpine-extra
|
||||
container_name: network-multitool
|
||||
environment:
|
||||
- HTTP_PORT=9988 # useful to daemonize the container; see https://hub.docker.com/r/praqma/network-multitool
|
||||
|
Loading…
x
Reference in New Issue
Block a user