Dieses Repository wurde am 2020-09-13 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
cae337094f062223c49e40c2bbce1da77e0c2629
Magic App
A swarm of dreams.
Proof Of Concept
- List apps from an
app.json
(points to https://git.autonomic.zone/compose-stacks) - Clone selected app template and parse configuration for inputs (env vars and secrets)
- Generate a form so those values can be filled out and allow it to be saved
- Save the form inputs to a
db.json
- Deploy an applicaiton to a local swarm (assumes access to local docker socket)
- Create an "edit app" page where the
db.json
is re-called and can be updated - Make sure re-deploy works (taking care of updating secret and app versions)
Development
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python first.py / second.py / third.py
Beschreibung
Sprachen
Python
75.4%
HTML
23.5%
Dockerfile
1.1%