AppManager: Add API endpoint to install dodo app
Refactors cue definitions.
Next steps:
* Needs some cleanup, namespace is hard coded ...
* Maybe merge with regular install API
* Support exposing ports across clusters
Change-Id: Ibfc3c3f742b61f2c5874012fe6c77b958eae81d9
diff --git a/apps/canvas/server/front/index.html b/apps/canvas/server/front/index.html
new file mode 100644
index 0000000..4e6cd67
--- /dev/null
+++ b/apps/canvas/server/front/index.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>dodo: Canvas</title>
+ <script type="module" crossorigin src="/assets/index-DRnLehre.js"></script>
+ <link rel="stylesheet" crossorigin href="/assets/index-DITJ3yy7.css">
+ </head>
+ <body>
+ <div id="root"></div>
+ </body>
+</html>