devolo / cockpit_open_frontend

A rewrite of the devolo Cockpit front end in Flutter
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Cockpit Open Frontend

pipeline status coverage report



Cockpit Open Frontend is an alternative frontend for devolo Cockpit application. It uses the existing backend of devolo Cockpit application. It is written in Flutter and supports all desktops: Windows, macOS, and Linux. Here are some highlights of this app:

Installation

Tips

Building and Running the App

To build and run the app on command-line, use the following commands:

$ cd cockpit_open_frontend
$ flutter run -d <platform>

where platform is windows, macos, or linux.

To build and run the app on programming IDEs, see instructions from Flutter for Android Studio and IntelliJ, and Visual Studio Code.
For Visual Studio Code and Linux users we provide a devcontainer which allows you to start developing inside a container. You need the devolo Cockpit application on your host system and you need to run xhost +local: if you want to see the UI while debugging.

Building Releases

Contributing

If you are interested in contributing to this project, check out Contributions Guide.