This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from mattkasun/develop
Changes from Develop Branch for v0.1.0
- Loading branch information
Showing
22 changed files
with
1,036 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*.bak | ||
netmaker-gui | ||
config/* | ||
data/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,42 @@ | ||
# netmaker-gui | ||
Alternative UI for netmaker (see github.com/gravitl/netmaker | ||
A responsive alternative UI for netmaker (https://github.com/gravitl/netmaker) | ||
|
||
Built with go and html/templates. | ||
Missing following features compared to netmaker-ui (https://github.com/gravitl/netmaker-ui) | ||
- DNS | ||
- Netmaker v0.8.0 changes: in particular Relay Gateways | ||
|
||
You can use netmaker-gui at the same time as netmaker-ui. For example, one one running as dashboard.netmaker.example.com and the other at control.netmaker.example.com | ||
|
||
![both](https://github.com/mattkasun/netmaker-gui/raw/develop/screenshots/netmaker-gui-ui.png "GUI and UI") | ||
|
||
|
||
## Installation: | ||
To use along side of your existing netmaker installation insert the following to your docker-compose.yml file | ||
|
||
``` | ||
netmaker-gui | ||
container-name: netmaker-gui | ||
image: nusak/netmaker-gui:v0.1.0 | ||
restart: unless-stopped | ||
ports: | ||
- "8080:8080" | ||
environment: | ||
DATABASE: sqlite | ||
volumes: | ||
- sqldata:/data | ||
``` | ||
|
||
and add an appropriate entry to your proxy relay. | ||
|
||
## Screenshots | ||
### Browser | ||
![netmaker-gui with browser](https://github.com/mattkasun/netmaker-gui/raw/develop/screenshots/netmaker-gui-browser.png "Netmaker-GUI with Browser") | ||
|
||
### Mobile | ||
![netmaker-gui with phone](https://github.com/mattkasun/netmaker-gui/raw/develop/screenshots/netmaker-gui-phone.png "Netmaker-GUI with Phone") | ||
|
||
## Third Party Tools | ||
- CSS - W3Schools https://w3.schools.com/w3css | ||
- Icons - Material Icons https://fonts.google.com/icons | ||
- Netmaker https://github.com/gravitl/netmaker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.