A basic web interface for meraki-builder firmware.
NOTE: the
configddaemon 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 <switch>:
-
Unzip and update the permissions
unzip postmerkos-ui.zip chmod o+r -R ./postmerkos-ui chmod o+x -R ./postmerkos-ui/cgi-bin
-
Start
uhttpdon port 80uhttpd -p 80 -h ./postmerkos-ui
-
Open http://$switch in your browser and use your PAM login credentials.
- original implementation by WriteCodeEveryday at https://github.com/WriteCodeEveryday/freeraki-ui
- icons by https://github.com/danklammer/bytesize-icons
