diff options
author | Pjotr Prins | 2024-11-19 11:48:43 +0100 |
---|---|---|
committer | Pjotr Prins | 2024-11-19 11:48:43 +0100 |
commit | 768b5ca64e46a78e5938cac80a1f1d362b81b88f (patch) | |
tree | 00947f79fb88c4aa8123b56f7afd130c34936483 /issues/systems/apps.gmi | |
parent | 2dd4a95bd3d13efbdc0cae4e3a5e90939192a3d4 (diff) | |
download | gn-gemtext-768b5ca64e46a78e5938cac80a1f1d362b81b88f.tar.gz |
Machine room: working on apps
Diffstat (limited to 'issues/systems/apps.gmi')
-rw-r--r-- | issues/systems/apps.gmi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/issues/systems/apps.gmi b/issues/systems/apps.gmi new file mode 100644 index 0000000..0bfc40c --- /dev/null +++ b/issues/systems/apps.gmi @@ -0,0 +1,28 @@ +# Apps + +GeneNetwork.org retains a number of apps. Currently they are managed by shepherd as `guix shell` services, but we should really move them to system containers. + +# Tags + +* assigned: pjotrp +* type: enhancement +* status: in progress +* priority: medium +* keywords: system, sheepdog, shepherd + +# List of apps + +Current apps managed by shepherd on tux02 are + +* [ ] genecup +* [ ] bnw +* [ ] genome-browser +* [ ] hrdp-project +* [ ] pluto +* [ ] power +* [ ] rn6app +* [ ] root +* [ ] singlecell +* [ ] xusheng app + +To fix them we need to validate the sheepdog monitor and make sure they are working in either shepherd, or as a system container. |