There are several dependent layers of flatpaks:
- eu.tiliado.NuvolaCdk.yml:
Nuvola Core Developer Kit
contains all dependencies to build and run Nuvola.
- eu.tiliado.NuvolaAdk.yml: Nuvola App Developer Kit contains prebuilt Nuvola and all tools needed to develop web app scripts for Nuvola.
- eu.tiliado.NuvolaBase.yml:
Base image with prebuilt Nuvola to build Nuvola Service and individual Nuvola apps.
- eu.tiliado.Nuvola.yml: Nuvola Apps Service is an optional background service that provides individual Nuvola apps with global shared resources such as a global configuration storage, global keyboard shortcuts, a HTTP remote control server, and a command-line controller.
- eu.tiliado.NuvolaApp.yml: Individual Nuvola apps.
- Install:
python3 -m venv ~/.virtualenvs/flatpaks
~/.virtualenvs/flatpaks/bin/pip install -r requirements.txt
- Run:
. ~/.virtualenvs/flatpaks/bin/activate
./nufbctl --help
./nufbctl buildall --help
./nufbctl buildall experimental
./nufbctl buildall experimental,master,stable
Copyright 2018-2020 Jiří Janoušek [email protected]
Unless noted otherwise, the content of this repository is licensed under BSD-2-Clause.