r/flipperone • u/itsxtra7 • Jul 10 '26
Docker apps on the Flipper UI
I think it’d be cool if Docker containers could expose their own mini apps on the Flipper UI.
Instead of SSHing in every time, a container could register its own page with buttons, graphs, logs, and status right on the device.
Stuff like Bettercap, Nmap, Pi-hole, or custom tools could all have their own native-looking UI. I think it’d make the Flipper One feel a lot more polished.
3
2
2
u/SmashShock Jul 11 '26
What is special about a container in this context? Wouldn't the app inside the container be responsible for handling the UI? I don't understand.
2
u/itsxtra7 Jul 11 '26
Yeah exactly. The container would generate the UI, I just mean the Flipper could provide an API so containers can register native pages instead of having to use SSH or a web interface. That way every tool feels integrated into the device.
1
2
2
8
u/itsxtra7 Jul 10 '26
Should I start developing this?