Just a small flutter dashboard to view my local proxmox server
 
 
 
 
 
Go to file
Felix Bruns a6a683989f Centered screenshot on readme 10 months ago
assets/images Initial commit 10 months ago
lib log error if dimming backlight fails 10 months ago
linux Initial commit 10 months ago
test Initial commit 10 months ago
.gitignore Initial commit 10 months ago
LICENSE Initial commit 10 months ago
README.md Centered screenshot on readme 10 months ago
Screenshot.gif Added screenshot to README 10 months ago
analysis_options.yaml Initial commit 10 months ago
pi_dashboard.iml Initial commit 10 months ago
proxmox-dash.service Included service file 10 months ago
pubspec.yaml Included logging 10 months ago

README.md

proxmox-dashboard

A very minimal dashboard to display on my Raspberry Pi using flutter-pi.

Building

Just as any other flutter project build it using

flutter build linux

Currently, only linux is supported because that's what I am building on and targetting.

Running the app can be done via

flutter run

Deploying

To run the app on the raspberrypi boot it into CLI and follow the instructions from flutter-pi.

Copy the build over to the pi and start it using:

flutter-pi <path-to-flutter-package>