dec0dOS / zero-ui

ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
GNU General Public License v3.0
912 stars 146 forks source link

feat: deb/rpm/flatpak/snap #165

Open micush opened 1 year ago

micush commented 1 year ago

Hi,

It's great that a docker image is provided to resolve all the dependencies and provide sandboxing for deployment.

However, for some production environments docker installations are not appropriate. It's possible to provide another package format like deb/rpm/flatpak/snap or some instructions on how to deploy manually?

Regards, micush

dec0dOS commented 1 year ago

Hello, @micush. Currently, another packaging format is out of scope for ZeroUI. It's hard to create all the necessary scripts to pack the application in the CI in all the required linux formats. If you're willing to contribute, I could review the PR.