https://github.com/hall/postmerkos-ui
A basic UI for meraki-builder
https://github.com/hall/postmerkos-ui
Last synced: 6 months ago
JSON representation
A basic UI for meraki-builder
- Host: GitHub
- URL: https://github.com/hall/postmerkos-ui
- Owner: hall
- Created: 2021-11-08T02:32:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T08:19:24.000Z (over 3 years ago)
- Last Synced: 2025-04-10T05:45:36.263Z (over 1 year ago)
- Language: JavaScript
- Size: 1.06 MB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# postmerkOS UI
A basic web interface for [meraki-builder](https://github.com/halmartin/meraki-builder) firmware.

## Installation
> **NOTE**: the [`configd`](https://github.com/halmartin/meraki-builder/pull/18)
daemon must currently be manually started (and, given the alpha nature of this
program, it's not recommended to automate it at boot)
Download the latest release
wget https://github.com/hall/postmerkos-ui/releases/latest/download/postmerkos-ui.zip
Move it onto your switch
scp -O postmerkos-ui.zip :
Unzip and update the permissions
unzip postmerkos-ui.zip
chmod o+r -R ./postmerkos-ui
chmod o+x -R ./postmerkos-ui/cgi-bin
Start `uhttpd` on port 80
uhttpd -p 80 -h ./postmerkos-ui
Open http:// in your browser and use your PAM login credentials.
## Credits
- Original implementation by WriteCodeEveryday at https://github.com/WriteCodeEveryday/freeraki-ui
- Icons by https://github.com/danklammer/bytesize-icons