mirror of
https://github.com/jcreek/OpenNetworkDiagram.git
synced 2026-07-14 03:23:44 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3615c38794 | |||
| 3ce0adfa0b | |||
| a7dbcf426f | |||
| b1fb4fc141 |
@@ -123,10 +123,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Update Docker Hub repository overview
|
- name: Update Docker Hub repository overview
|
||||||
uses: peter-evans/dockerhub-description@v4
|
uses: peter-evans/dockerhub-description@v5
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
repository: ${{ env.IMAGE_NAME }}
|
repository: ${{ env.IMAGE_NAME }}
|
||||||
short-description: ${{ github.event.repository.description }}
|
readme-filepath: ./README.md
|
||||||
enable-url-completion: true
|
enable-url-completion: true
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Open Network Diagram helps you document your infrastructure in a visual UI while
|
|||||||
|
|
||||||
- Homelab-friendly: run it in minutes with Docker.
|
- Homelab-friendly: run it in minutes with Docker.
|
||||||
- Practical: edit in the UI and autosave to `network.json`.
|
- Practical: edit in the UI and autosave to `network.json`.
|
||||||
- Declarative: keep your topology in Git if you want.
|
- Declarative: keep your topology in Git if you wish.
|
||||||
|
|
||||||
[Docker Hub](https://hub.docker.com/r/jcreek23/open-network-diagram) | [Live Demo (Read-Only)](https://opennetworkdiagram.jcreek.co.uk) | [GitHub Releases](https://github.com/jcreek/OpenNetworkDiagram/releases)
|
[Docker Hub](https://hub.docker.com/r/jcreek23/open-network-diagram) | [Live Demo (Read-Only)](https://opennetworkdiagram.jcreek.co.uk) | [GitHub Releases](https://github.com/jcreek/OpenNetworkDiagram/releases)
|
||||||
|
|
||||||
@@ -74,8 +74,8 @@ docker rm open-network-diagram
|
|||||||
|
|
||||||
## What It Looks Like
|
## What It Looks Like
|
||||||
|
|
||||||
| Network view with ethernet labels | Non-network view with VMs expanded | Modal editing a machine |
|
| Network view with ethernet labels | Non-network view with VMs expanded | Modal editing a machine |
|
||||||
| -------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------- |
|
| -------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|
|
||||||
## Docker Compose Option
|
## Docker Compose Option
|
||||||
|
|||||||
Reference in New Issue
Block a user