Just a small flutter dashboard to view my local proxmox server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Felix Bruns 0adde37cf1
Prevent VSCode alert
1 year ago
.vscode Prevent VSCode alert 1 year ago
android require internet access for android 1 year ago
assets/images Initial commit 2 years ago
lib Remove misleading settings prompt 1 year ago
linux Initial commit 2 years ago
test Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Centered screenshot on readme 2 years ago
Screenshot.gif Added screenshot to README 2 years ago
analysis_options.yaml Initial commit 2 years ago
pi_dashboard.iml Initial commit 2 years ago
proxmox-dash.service Included service file 2 years ago
pubspec.yaml Included logging 2 years 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>