From c51683a41dc36bf43b8910a2ffd5810e8a574c62 Mon Sep 17 00:00:00 2001 From: j-tirelli Date: Tue, 30 Jan 2024 23:07:24 -0500 Subject: [PATCH] Removes hello world --- sparkles-hello-world/docker-compose.yml | 14 ------------ sparkles-hello-world/umbrel-app.yml | 30 ------------------------- 2 files changed, 44 deletions(-) delete mode 100644 sparkles-hello-world/docker-compose.yml delete mode 100644 sparkles-hello-world/umbrel-app.yml diff --git a/sparkles-hello-world/docker-compose.yml b/sparkles-hello-world/docker-compose.yml deleted file mode 100644 index a575385..0000000 --- a/sparkles-hello-world/docker-compose.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: "3.7" - -services: - - app_proxy: - environment: - # The format here is: __1 - APP_HOST: sparkles-hello-world_server_1 - APP_PORT: 3000 - - server: - image: getumbrel/community-app-store-hello-world:latest - user: "1000:1000" - init: true diff --git a/sparkles-hello-world/umbrel-app.yml b/sparkles-hello-world/umbrel-app.yml deleted file mode 100644 index 0a12013..0000000 --- a/sparkles-hello-world/umbrel-app.yml +++ /dev/null @@ -1,30 +0,0 @@ -manifestVersion: 1 -id: sparkles-hello-world -name: Hello World -tagline: Replace this tagline with your app's tagline -icon: https://svgur.com/i/mvA.svg -category: Development -version: "1.0.0" -port: 4000 -description: >- - Add your app's description here. - - - You can also add newlines! - -developer: Umbrel -website: https://umbrel.com -submitter: Umbrel -submission: https://github.com/getumbrel/umbrel-hello-world-app -repo: https://github.com/getumbrel/umbrel-hello-world-app -support: https://github.com/getumbrel/umbrel-hello-world-app/issues -gallery: - - https://i.imgur.com/yyVG0Jb.jpeg - - https://i.imgur.com/yyVG0Jb.jpeg - - https://i.imgur.com/yyVG0Jb.jpeg -releaseNotes: >- - Add what's new in the latest version of your app here. -dependencies: [] -path: "" -defaultUsername: "" -defaultPassword: "" \ No newline at end of file