From 1679c67eafed485df9b37ed7ac4807afc2aaa76f Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:40:57 +0200 Subject: [PATCH 01/13] Add files via upload --- denny-linkstack/docker-compose.yml | 49 ++++++++++++++++++++++++++++++ denny-linkstack/umbrel-app.yml | 49 ++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 denny-linkstack/docker-compose.yml create mode 100644 denny-linkstack/umbrel-app.yml diff --git a/denny-linkstack/docker-compose.yml b/denny-linkstack/docker-compose.yml new file mode 100644 index 0000000000..7123eb4af9 --- /dev/null +++ b/denny-linkstack/docker-compose.yml @@ -0,0 +1,49 @@ +version: "3.8" + +services: + + linkstack: + hostname: 'linkstack' + image: 'linkstackorg/linkstack:latest' + environment: + TZ: 'Europe/Berlin' + SERVER_ADMIN: + HTTP_SERVER_NAME: umbrel.local + HTTPS_SERVER_NAME: + LOG_LEVEL: 'info' + PHP_MEMORY_LIMIT: '256M' + UPLOAD_MAX_FILESIZE: '8M' + volumes: + - 'linkstack_data:/htdocs' + ports: + - '8190:80' + restart: on-failure + +volumes: + linkstack_data: + + +# apache2 config problem not solved (work in progress) + +#version: "3.8" + +#services: +# app_proxy: +# environment: +# APP_HOST: denny-linkstack_web_1 +# APP_PORT: 80 + +# web: +# image: linkstackorg/linkstack:latest@sha256:6e7e8f44099f7c4f1340bb9ffda5411f97da766a06fd63cf1ff90c57ce22dd61 +# restart: on-failure +# volumes: +# - ${APP_DATA_DIR}/linkstack:/htdocs +# environment: +# HOST: umbrel.local +# TZ: Europe/Berlin +# PHP_MEMORY_LIMIT: 512M +# UPLOAD_MAX_FILESIZE: 8M +# SERVER_ADMIN: +# HTTP_SERVER_NAME: +# HTTPS_SERVER_NAME: +# LOG_LEVEL: 'info' diff --git a/denny-linkstack/umbrel-app.yml b/denny-linkstack/umbrel-app.yml new file mode 100644 index 0000000000..62317da05e --- /dev/null +++ b/denny-linkstack/umbrel-app.yml @@ -0,0 +1,49 @@ +manifestVersion: 1 +id: denny-linkstack +name: LinkStack +tagline: A highly customizable link sharing platform with an intuitive, easy to use user interface. +icon: https://i.imgur.com/1uzSQWG.png +category: files +version: "4.2.3" +port: 8190 +description: >- + LinkStack is a unique platform that provides an efficient solution for managing and sharing links online. Our platform offers a website similar to Linktree, which allows users to overcome the limitation of only being able to add one link on social media platforms. + + With LinkStack, users can easily link to their own custom page and provide their followers with access to all the links they need in one convenient location. What sets LinkStack apart from other link management platforms is its flexibility, which allows users to host their links on their own web server or web hosting provider. This provides users with complete control over their online presence and ensures that their links are easily accessible. + + + Additionally, LinkStack allows other users to register and create their own links, making it an ideal solution for businesses and organizations looking to manage multiple links. With our user-friendly Admin Panel, managing and accessing other users links is easy. + + + Why choose LinkStack? + + + 💡 Feature rich: LinkStack offers more features than any other comparable solution out there. + + + ⚙️ Easy to set up: LinkStack is user-friendly and easier to set up compared to similar web applications. + + + 👐 Open Source: LinkStack is free to use, distribute, and modify. The source code is available on GitHub (https://github.com/LinkStackOrg). + + + + ☁️ It is recommended to use LinkStack together with the Cloudflare app from the Umbrel App Store, paired with your own custom domain. +developer: Julian Prieber +website: https://linkstack.org/ +submitter: dennysubke +submission: https://github.com/dennysubke/dennys-umbrel-app-store +repo: https://github.com/linkstackorg/linkstack +support: https://github.com/LinkStackOrg/LinkStack/issues +gallery: + - https://i.imgur.com/hgYPsEe.png + - https://i.imgur.com/xGtBotr.png + - https://i.imgur.com/gruMpsQ.png + - https://i.imgur.com/2ZENf0M.png + - https://i.imgur.com/ItJd5X6.png +releaseNotes: >- + Critical security updates have been implemented, and an issue with cookie deletion in session management has been fixed. After installation, users are now automatically redirected to the dashboard. Unique avatar IDs are available for theme developers, and the info message for single-user mode during installation has been improved. New features include the ability to fetch favicons from CAPTCHA-protected pages and create custom buttons. Additionally, support for Chinese (zh-TW) and Galician (GL) languages has been added, along with a Simplex button. +dependencies: [] +path: "" +defaultUsername: "" +defaultPassword: "" From b8cd85884787c9833fb368e7e19885b826b9b9e6 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:46:21 +0200 Subject: [PATCH 02/13] Delete denny-linkstack directory --- denny-linkstack/docker-compose.yml | 49 ------------------------------ denny-linkstack/umbrel-app.yml | 49 ------------------------------ 2 files changed, 98 deletions(-) delete mode 100644 denny-linkstack/docker-compose.yml delete mode 100644 denny-linkstack/umbrel-app.yml diff --git a/denny-linkstack/docker-compose.yml b/denny-linkstack/docker-compose.yml deleted file mode 100644 index 7123eb4af9..0000000000 --- a/denny-linkstack/docker-compose.yml +++ /dev/null @@ -1,49 +0,0 @@ -version: "3.8" - -services: - - linkstack: - hostname: 'linkstack' - image: 'linkstackorg/linkstack:latest' - environment: - TZ: 'Europe/Berlin' - SERVER_ADMIN: - HTTP_SERVER_NAME: umbrel.local - HTTPS_SERVER_NAME: - LOG_LEVEL: 'info' - PHP_MEMORY_LIMIT: '256M' - UPLOAD_MAX_FILESIZE: '8M' - volumes: - - 'linkstack_data:/htdocs' - ports: - - '8190:80' - restart: on-failure - -volumes: - linkstack_data: - - -# apache2 config problem not solved (work in progress) - -#version: "3.8" - -#services: -# app_proxy: -# environment: -# APP_HOST: denny-linkstack_web_1 -# APP_PORT: 80 - -# web: -# image: linkstackorg/linkstack:latest@sha256:6e7e8f44099f7c4f1340bb9ffda5411f97da766a06fd63cf1ff90c57ce22dd61 -# restart: on-failure -# volumes: -# - ${APP_DATA_DIR}/linkstack:/htdocs -# environment: -# HOST: umbrel.local -# TZ: Europe/Berlin -# PHP_MEMORY_LIMIT: 512M -# UPLOAD_MAX_FILESIZE: 8M -# SERVER_ADMIN: -# HTTP_SERVER_NAME: -# HTTPS_SERVER_NAME: -# LOG_LEVEL: 'info' diff --git a/denny-linkstack/umbrel-app.yml b/denny-linkstack/umbrel-app.yml deleted file mode 100644 index 62317da05e..0000000000 --- a/denny-linkstack/umbrel-app.yml +++ /dev/null @@ -1,49 +0,0 @@ -manifestVersion: 1 -id: denny-linkstack -name: LinkStack -tagline: A highly customizable link sharing platform with an intuitive, easy to use user interface. -icon: https://i.imgur.com/1uzSQWG.png -category: files -version: "4.2.3" -port: 8190 -description: >- - LinkStack is a unique platform that provides an efficient solution for managing and sharing links online. Our platform offers a website similar to Linktree, which allows users to overcome the limitation of only being able to add one link on social media platforms. - - With LinkStack, users can easily link to their own custom page and provide their followers with access to all the links they need in one convenient location. What sets LinkStack apart from other link management platforms is its flexibility, which allows users to host their links on their own web server or web hosting provider. This provides users with complete control over their online presence and ensures that their links are easily accessible. - - - Additionally, LinkStack allows other users to register and create their own links, making it an ideal solution for businesses and organizations looking to manage multiple links. With our user-friendly Admin Panel, managing and accessing other users links is easy. - - - Why choose LinkStack? - - - 💡 Feature rich: LinkStack offers more features than any other comparable solution out there. - - - ⚙️ Easy to set up: LinkStack is user-friendly and easier to set up compared to similar web applications. - - - 👐 Open Source: LinkStack is free to use, distribute, and modify. The source code is available on GitHub (https://github.com/LinkStackOrg). - - - - ☁️ It is recommended to use LinkStack together with the Cloudflare app from the Umbrel App Store, paired with your own custom domain. -developer: Julian Prieber -website: https://linkstack.org/ -submitter: dennysubke -submission: https://github.com/dennysubke/dennys-umbrel-app-store -repo: https://github.com/linkstackorg/linkstack -support: https://github.com/LinkStackOrg/LinkStack/issues -gallery: - - https://i.imgur.com/hgYPsEe.png - - https://i.imgur.com/xGtBotr.png - - https://i.imgur.com/gruMpsQ.png - - https://i.imgur.com/2ZENf0M.png - - https://i.imgur.com/ItJd5X6.png -releaseNotes: >- - Critical security updates have been implemented, and an issue with cookie deletion in session management has been fixed. After installation, users are now automatically redirected to the dashboard. Unique avatar IDs are available for theme developers, and the info message for single-user mode during installation has been improved. New features include the ability to fetch favicons from CAPTCHA-protected pages and create custom buttons. Additionally, support for Chinese (zh-TW) and Galician (GL) languages has been added, along with a Simplex button. -dependencies: [] -path: "" -defaultUsername: "" -defaultPassword: "" From 98bbed6e50d32aff30ecead12e4fde35d5d2a847 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:48:22 +0200 Subject: [PATCH 03/13] Add files via upload --- linkstack/docker-compose.yml | 49 ++++++++++++++++++++++++++++++++++++ linkstack/umbrel-app.yml | 49 ++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 linkstack/docker-compose.yml create mode 100644 linkstack/umbrel-app.yml diff --git a/linkstack/docker-compose.yml b/linkstack/docker-compose.yml new file mode 100644 index 0000000000..7123eb4af9 --- /dev/null +++ b/linkstack/docker-compose.yml @@ -0,0 +1,49 @@ +version: "3.8" + +services: + + linkstack: + hostname: 'linkstack' + image: 'linkstackorg/linkstack:latest' + environment: + TZ: 'Europe/Berlin' + SERVER_ADMIN: + HTTP_SERVER_NAME: umbrel.local + HTTPS_SERVER_NAME: + LOG_LEVEL: 'info' + PHP_MEMORY_LIMIT: '256M' + UPLOAD_MAX_FILESIZE: '8M' + volumes: + - 'linkstack_data:/htdocs' + ports: + - '8190:80' + restart: on-failure + +volumes: + linkstack_data: + + +# apache2 config problem not solved (work in progress) + +#version: "3.8" + +#services: +# app_proxy: +# environment: +# APP_HOST: denny-linkstack_web_1 +# APP_PORT: 80 + +# web: +# image: linkstackorg/linkstack:latest@sha256:6e7e8f44099f7c4f1340bb9ffda5411f97da766a06fd63cf1ff90c57ce22dd61 +# restart: on-failure +# volumes: +# - ${APP_DATA_DIR}/linkstack:/htdocs +# environment: +# HOST: umbrel.local +# TZ: Europe/Berlin +# PHP_MEMORY_LIMIT: 512M +# UPLOAD_MAX_FILESIZE: 8M +# SERVER_ADMIN: +# HTTP_SERVER_NAME: +# HTTPS_SERVER_NAME: +# LOG_LEVEL: 'info' diff --git a/linkstack/umbrel-app.yml b/linkstack/umbrel-app.yml new file mode 100644 index 0000000000..808bb59853 --- /dev/null +++ b/linkstack/umbrel-app.yml @@ -0,0 +1,49 @@ +manifestVersion: 1 +id: linkstack +name: LinkStack +tagline: A highly customizable link sharing platform with an intuitive, easy to use user interface. +icon: https://i.imgur.com/1uzSQWG.png +category: files +version: "4.2.3" +port: 8190 +description: >- + LinkStack is a unique platform that provides an efficient solution for managing and sharing links online. Our platform offers a website similar to Linktree, which allows users to overcome the limitation of only being able to add one link on social media platforms. + + With LinkStack, users can easily link to their own custom page and provide their followers with access to all the links they need in one convenient location. What sets LinkStack apart from other link management platforms is its flexibility, which allows users to host their links on their own web server or web hosting provider. This provides users with complete control over their online presence and ensures that their links are easily accessible. + + + Additionally, LinkStack allows other users to register and create their own links, making it an ideal solution for businesses and organizations looking to manage multiple links. With our user-friendly Admin Panel, managing and accessing other users links is easy. + + + Why choose LinkStack? + + + 💡 Feature rich: LinkStack offers more features than any other comparable solution out there. + + + ⚙️ Easy to set up: LinkStack is user-friendly and easier to set up compared to similar web applications. + + + 👐 Open Source: LinkStack is free to use, distribute, and modify. The source code is available on GitHub (https://github.com/LinkStackOrg). + + + + ☁️ It is recommended to use LinkStack together with the Cloudflare app from the Umbrel App Store, paired with your own custom domain. +developer: Julian Prieber +website: https://linkstack.org/ +submitter: dennysubke +submission: https://github.com/dennysubke/dennys-umbrel-app-store +repo: https://github.com/linkstackorg/linkstack +support: https://github.com/LinkStackOrg/LinkStack/issues +gallery: + - https://i.imgur.com/hgYPsEe.png + - https://i.imgur.com/xGtBotr.png + - https://i.imgur.com/gruMpsQ.png + - https://i.imgur.com/2ZENf0M.png + - https://i.imgur.com/ItJd5X6.png +releaseNotes: >- + Critical security updates have been implemented, and an issue with cookie deletion in session management has been fixed. After installation, users are now automatically redirected to the dashboard. Unique avatar IDs are available for theme developers, and the info message for single-user mode during installation has been improved. New features include the ability to fetch favicons from CAPTCHA-protected pages and create custom buttons. Additionally, support for Chinese (zh-TW) and Galician (GL) languages has been added, along with a Simplex button. +dependencies: [] +path: "" +defaultUsername: "" +defaultPassword: "" From 34dce5d3f730af105826483eee3a59c70a59956a Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:54:48 +0200 Subject: [PATCH 04/13] Update docker-compose.yml --- linkstack/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkstack/docker-compose.yml b/linkstack/docker-compose.yml index 7123eb4af9..18f654d4c2 100644 --- a/linkstack/docker-compose.yml +++ b/linkstack/docker-compose.yml @@ -4,7 +4,7 @@ services: linkstack: hostname: 'linkstack' - image: 'linkstackorg/linkstack:latest' + image: 'linkstackorg/linkstack:latest@sha256:abd691b4293b020a317de8794737671e0315159efcb868e8a4124d6f0611f7ae' environment: TZ: 'Europe/Berlin' SERVER_ADMIN: From c3c6fdb1be695146b1d5720389dc749c792b7fe8 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:56:12 +0200 Subject: [PATCH 05/13] Update umbrel-app.yml --- linkstack/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkstack/umbrel-app.yml b/linkstack/umbrel-app.yml index 808bb59853..df5deb6bca 100644 --- a/linkstack/umbrel-app.yml +++ b/linkstack/umbrel-app.yml @@ -1,7 +1,7 @@ manifestVersion: 1 id: linkstack name: LinkStack -tagline: A highly customizable link sharing platform with an intuitive, easy to use user interface. +tagline: A highly customizable link sharing platform with an intuitive, easy to use user interface icon: https://i.imgur.com/1uzSQWG.png category: files version: "4.2.3" From 8a308667f7142908d9c73fa5ff0d6da75b1c2aaa Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:57:25 +0200 Subject: [PATCH 06/13] Update umbrel-app.yml --- linkstack/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkstack/umbrel-app.yml b/linkstack/umbrel-app.yml index df5deb6bca..9fdca12fe3 100644 --- a/linkstack/umbrel-app.yml +++ b/linkstack/umbrel-app.yml @@ -32,7 +32,7 @@ description: >- developer: Julian Prieber website: https://linkstack.org/ submitter: dennysubke -submission: https://github.com/dennysubke/dennys-umbrel-app-store +submission: https://github\.com/getumbrel/umbrel\-apps/pull/1524 repo: https://github.com/linkstackorg/linkstack support: https://github.com/LinkStackOrg/LinkStack/issues gallery: From 2c1669fb34e8307ffe49a3a0f818811f7bc80840 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:57:57 +0200 Subject: [PATCH 07/13] Update umbrel-app.yml --- linkstack/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkstack/umbrel-app.yml b/linkstack/umbrel-app.yml index 9fdca12fe3..00f30a08a0 100644 --- a/linkstack/umbrel-app.yml +++ b/linkstack/umbrel-app.yml @@ -42,7 +42,7 @@ gallery: - https://i.imgur.com/2ZENf0M.png - https://i.imgur.com/ItJd5X6.png releaseNotes: >- - Critical security updates have been implemented, and an issue with cookie deletion in session management has been fixed. After installation, users are now automatically redirected to the dashboard. Unique avatar IDs are available for theme developers, and the info message for single-user mode during installation has been improved. New features include the ability to fetch favicons from CAPTCHA-protected pages and create custom buttons. Additionally, support for Chinese (zh-TW) and Galician (GL) languages has been added, along with a Simplex button. + dependencies: [] path: "" defaultUsername: "" From 8855afa9208897d3a40a265f56d55c2716fbd075 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:00:15 +0200 Subject: [PATCH 08/13] Update umbrel-app.yml --- linkstack/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkstack/umbrel-app.yml b/linkstack/umbrel-app.yml index 00f30a08a0..ff2afb1a41 100644 --- a/linkstack/umbrel-app.yml +++ b/linkstack/umbrel-app.yml @@ -32,7 +32,7 @@ description: >- developer: Julian Prieber website: https://linkstack.org/ submitter: dennysubke -submission: https://github\.com/getumbrel/umbrel\-apps/pull/1524 +submission: https://github.com/getumbrel/umbrel-apps/pull/1524 repo: https://github.com/linkstackorg/linkstack support: https://github.com/LinkStackOrg/LinkStack/issues gallery: From 7fb6b126512d47ed7ecab28ca617ac6b0f48d018 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:04:39 +0200 Subject: [PATCH 09/13] Update umbrel-app.yml --- linkstack/umbrel-app.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/linkstack/umbrel-app.yml b/linkstack/umbrel-app.yml index ff2afb1a41..c0c4ea3f9c 100644 --- a/linkstack/umbrel-app.yml +++ b/linkstack/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: linkstack name: LinkStack tagline: A highly customizable link sharing platform with an intuitive, easy to use user interface -icon: https://i.imgur.com/1uzSQWG.png +icon: category: files version: "4.2.3" port: 8190 @@ -36,11 +36,7 @@ submission: https://github.com/getumbrel/umbrel-apps/pull/1524 repo: https://github.com/linkstackorg/linkstack support: https://github.com/LinkStackOrg/LinkStack/issues gallery: - - https://i.imgur.com/hgYPsEe.png - - https://i.imgur.com/xGtBotr.png - - https://i.imgur.com/gruMpsQ.png - - https://i.imgur.com/2ZENf0M.png - - https://i.imgur.com/ItJd5X6.png + releaseNotes: >- dependencies: [] From a467b939c82a443f719473c3b9608a32ebd1b700 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:05:34 +0200 Subject: [PATCH 10/13] Update umbrel-app.yml --- linkstack/umbrel-app.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linkstack/umbrel-app.yml b/linkstack/umbrel-app.yml index c0c4ea3f9c..e0509206bf 100644 --- a/linkstack/umbrel-app.yml +++ b/linkstack/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: linkstack name: LinkStack tagline: A highly customizable link sharing platform with an intuitive, easy to use user interface -icon: +icon: category: files version: "4.2.3" port: 8190 @@ -36,7 +36,6 @@ submission: https://github.com/getumbrel/umbrel-apps/pull/1524 repo: https://github.com/linkstackorg/linkstack support: https://github.com/LinkStackOrg/LinkStack/issues gallery: - releaseNotes: >- dependencies: [] From 627d78bc07fb5c959d2d7c4aaea7e53d9172d6ca Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:07:36 +0200 Subject: [PATCH 11/13] Update umbrel-app.yml --- linkstack/umbrel-app.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/linkstack/umbrel-app.yml b/linkstack/umbrel-app.yml index e0509206bf..ff2afb1a41 100644 --- a/linkstack/umbrel-app.yml +++ b/linkstack/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: linkstack name: LinkStack tagline: A highly customizable link sharing platform with an intuitive, easy to use user interface -icon: +icon: https://i.imgur.com/1uzSQWG.png category: files version: "4.2.3" port: 8190 @@ -36,6 +36,11 @@ submission: https://github.com/getumbrel/umbrel-apps/pull/1524 repo: https://github.com/linkstackorg/linkstack support: https://github.com/LinkStackOrg/LinkStack/issues gallery: + - https://i.imgur.com/hgYPsEe.png + - https://i.imgur.com/xGtBotr.png + - https://i.imgur.com/gruMpsQ.png + - https://i.imgur.com/2ZENf0M.png + - https://i.imgur.com/ItJd5X6.png releaseNotes: >- dependencies: [] From 57d703fab2a5d0031992a8ec05b75f701c0fbb69 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:23:59 +0200 Subject: [PATCH 12/13] Add files via upload --- excalidraw/docker-compose.yml | 16 ++++++++++++++++ excalidraw/umbrel-app.yml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 excalidraw/docker-compose.yml create mode 100644 excalidraw/umbrel-app.yml diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml new file mode 100644 index 0000000000..471dda2853 --- /dev/null +++ b/excalidraw/docker-compose.yml @@ -0,0 +1,16 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: excalidraw_web_1 + APP_PORT: 5000 + + excalidraw: + image: excalidraw/excalidraw@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba + restart: on-failure + stop_grace_period: 1m + volumes: + - ${APP_DATA_DIR}/data:/data/excalidraw + +#https://github.com/excalidraw/excalidraw.git diff --git a/excalidraw/umbrel-app.yml b/excalidraw/umbrel-app.yml new file mode 100644 index 0000000000..f850584e26 --- /dev/null +++ b/excalidraw/umbrel-app.yml @@ -0,0 +1,30 @@ +manifestVersion: 1 +id: excalidraw +name: Excalidraw +tagline: An open source virtual hand-drawn style whiteboard +icon: https://i.imgur.com/aFSx4XU.png +category: files +version: "0.17.3" +port: 5000 +description: >- + ✏️ Excalidraw is a web-based, open-source tool for creating hand-drawn-style diagrams, sketches, and illustrations. + + + It allows users to quickly draw shapes, text, and arrows with a simple, intuitive interface that mimics the look of freehand sketches. + Popular for brainstorming, flowcharts, wireframes, and collaborative whiteboard sessions, Excalidraw also supports real-time collaboration, enabling multiple users to draw together on the same canvas. +developer: Excalidraw Team +website: https://excalidraw.com/ +submitter: dennysubke +submission: +repo: https://github.com/excalidraw/excalidraw +support: https://github.com/excalidraw/excalidraw/issues +gallery: + - https://i.imgur.com/seO3Bjj.png + - https://i.imgur.com/aBhrCkg.png + - https://i.imgur.com/nxt1Ekn.png +releaseNotes: >- + +dependencies: [] +path: "" +defaultUsername: "" +defaultPassword: "" From 5c5ebcc1e436fc84a6d8ea00cbf4b82966f15527 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:28:06 +0200 Subject: [PATCH 13/13] Delete excalidraw directory --- excalidraw/docker-compose.yml | 16 ---------------- excalidraw/umbrel-app.yml | 30 ------------------------------ 2 files changed, 46 deletions(-) delete mode 100644 excalidraw/docker-compose.yml delete mode 100644 excalidraw/umbrel-app.yml diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml deleted file mode 100644 index 471dda2853..0000000000 --- a/excalidraw/docker-compose.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: "3.7" - -services: - app_proxy: - environment: - APP_HOST: excalidraw_web_1 - APP_PORT: 5000 - - excalidraw: - image: excalidraw/excalidraw@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba - restart: on-failure - stop_grace_period: 1m - volumes: - - ${APP_DATA_DIR}/data:/data/excalidraw - -#https://github.com/excalidraw/excalidraw.git diff --git a/excalidraw/umbrel-app.yml b/excalidraw/umbrel-app.yml deleted file mode 100644 index f850584e26..0000000000 --- a/excalidraw/umbrel-app.yml +++ /dev/null @@ -1,30 +0,0 @@ -manifestVersion: 1 -id: excalidraw -name: Excalidraw -tagline: An open source virtual hand-drawn style whiteboard -icon: https://i.imgur.com/aFSx4XU.png -category: files -version: "0.17.3" -port: 5000 -description: >- - ✏️ Excalidraw is a web-based, open-source tool for creating hand-drawn-style diagrams, sketches, and illustrations. - - - It allows users to quickly draw shapes, text, and arrows with a simple, intuitive interface that mimics the look of freehand sketches. - Popular for brainstorming, flowcharts, wireframes, and collaborative whiteboard sessions, Excalidraw also supports real-time collaboration, enabling multiple users to draw together on the same canvas. -developer: Excalidraw Team -website: https://excalidraw.com/ -submitter: dennysubke -submission: -repo: https://github.com/excalidraw/excalidraw -support: https://github.com/excalidraw/excalidraw/issues -gallery: - - https://i.imgur.com/seO3Bjj.png - - https://i.imgur.com/aBhrCkg.png - - https://i.imgur.com/nxt1Ekn.png -releaseNotes: >- - -dependencies: [] -path: "" -defaultUsername: "" -defaultPassword: ""