Skip to content

hall/postmerkos-ui

Repository files navigation

postmerkOS UI

A basic web interface for meraki-builder firmware.

screenshot

Installation

NOTE: the configd 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 <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 uhttpd on port 80

uhttpd -p 80 -h ./postmerkos-ui

Open http:// in your browser and use your PAM login credentials.

Credits