From 78f2017d7f6a8003af47f800b7e636dbf02ad793 Mon Sep 17 00:00:00 2001 From: Christiaan Westerbeek Date: Sun, 11 Jan 2026 10:34:35 +0100 Subject: [PATCH] Rename app store id --- sparkles-hello-world/docker-compose.yml | 14 ------------ sparkles-hello-world/umbrel-app.yml | 30 ------------------------- umbrel-app-store.yml | 4 ++-- 3 files changed, 2 insertions(+), 46 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 diff --git a/umbrel-app-store.yml b/umbrel-app-store.yml index 8156262..1b3de24 100644 --- a/umbrel-app-store.yml +++ b/umbrel-app-store.yml @@ -1,2 +1,2 @@ -id: "sparkles" # Choose the ID for your app store. This should contain only alphabets ("a to z") and dashes ("-"). -name: "Sparkles" # Choose the name of your app store. It will show up in the UI as " App Store". \ No newline at end of file +id: "gwx" # Choose the ID for your app store. This should contain only alphabets ("a to z") and dashes ("-"). +name: "GWX" # Choose the name of your app store. It will show up in the UI as " App Store".