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/31] 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/31] 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/31] 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/31] 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/31] 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/31] 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/31] 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/31] 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/31] 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/31] 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/31] 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/31] 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/31] 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: "" From fb25dd588aeb8425a0692c82dd3507d8eb77c20c Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:30:55 +0200 Subject: [PATCH 14/31] 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 2f2fff00665e0fabf0cd52dcb31bdaf762588132 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:04:15 +0200 Subject: [PATCH 15/31] Update umbrel-app.yml --- excalidraw/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/umbrel-app.yml b/excalidraw/umbrel-app.yml index f850584e26..909ecb5fc7 100644 --- a/excalidraw/umbrel-app.yml +++ b/excalidraw/umbrel-app.yml @@ -15,7 +15,7 @@ description: >- developer: Excalidraw Team website: https://excalidraw.com/ submitter: dennysubke -submission: +submission: https://github.com/getumbrel/umbrel-apps/pull/1538 repo: https://github.com/excalidraw/excalidraw support: https://github.com/excalidraw/excalidraw/issues gallery: From a8beb634a8d03788e99ffc20d42c4930c4a18b6c Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:13:44 +0200 Subject: [PATCH 16/31] Update umbrel-app.yml --- excalidraw/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/umbrel-app.yml b/excalidraw/umbrel-app.yml index 909ecb5fc7..cec38ddd10 100644 --- a/excalidraw/umbrel-app.yml +++ b/excalidraw/umbrel-app.yml @@ -15,7 +15,7 @@ description: >- developer: Excalidraw Team website: https://excalidraw.com/ submitter: dennysubke -submission: https://github.com/getumbrel/umbrel-apps/pull/1538 +submission: https://github.com/getumbrel/umbrel-apps/pull/1538 repo: https://github.com/excalidraw/excalidraw support: https://github.com/excalidraw/excalidraw/issues gallery: From ee4078486c95088c527729f7e9389e19950a0b7a Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:15:36 +0200 Subject: [PATCH 17/31] Update umbrel-app.yml --- excalidraw/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/umbrel-app.yml b/excalidraw/umbrel-app.yml index cec38ddd10..909ecb5fc7 100644 --- a/excalidraw/umbrel-app.yml +++ b/excalidraw/umbrel-app.yml @@ -15,7 +15,7 @@ description: >- developer: Excalidraw Team website: https://excalidraw.com/ submitter: dennysubke -submission: https://github.com/getumbrel/umbrel-apps/pull/1538 +submission: https://github.com/getumbrel/umbrel-apps/pull/1538 repo: https://github.com/excalidraw/excalidraw support: https://github.com/excalidraw/excalidraw/issues gallery: From 48a586166cb9c82ced6f6b5201627ffc602da11c Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:17:08 +0200 Subject: [PATCH 18/31] Update umbrel-app.yml --- excalidraw/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/umbrel-app.yml b/excalidraw/umbrel-app.yml index 909ecb5fc7..e2f122f326 100644 --- a/excalidraw/umbrel-app.yml +++ b/excalidraw/umbrel-app.yml @@ -15,7 +15,7 @@ description: >- developer: Excalidraw Team website: https://excalidraw.com/ submitter: dennysubke -submission: https://github.com/getumbrel/umbrel-apps/pull/1538 +submission: https://github\.com/getumbrel/umbrel\-apps/pull/1538 repo: https://github.com/excalidraw/excalidraw support: https://github.com/excalidraw/excalidraw/issues gallery: From e528bf85ef3baca8564fe302ff3c7fcac4e84dbb Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:18:54 +0200 Subject: [PATCH 19/31] Delete linkstack directory --- linkstack/docker-compose.yml | 49 ------------------------------------ linkstack/umbrel-app.yml | 49 ------------------------------------ 2 files changed, 98 deletions(-) delete mode 100644 linkstack/docker-compose.yml delete mode 100644 linkstack/umbrel-app.yml diff --git a/linkstack/docker-compose.yml b/linkstack/docker-compose.yml deleted file mode 100644 index 18f654d4c2..0000000000 --- a/linkstack/docker-compose.yml +++ /dev/null @@ -1,49 +0,0 @@ -version: "3.8" - -services: - - linkstack: - hostname: 'linkstack' - image: 'linkstackorg/linkstack:latest@sha256:abd691b4293b020a317de8794737671e0315159efcb868e8a4124d6f0611f7ae' - 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 deleted file mode 100644 index ff2afb1a41..0000000000 --- a/linkstack/umbrel-app.yml +++ /dev/null @@ -1,49 +0,0 @@ -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/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: [] -path: "" -defaultUsername: "" -defaultPassword: "" From 2e642cdcf67f4724ca75b12a8d606f4f3338bed3 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:20:06 +0200 Subject: [PATCH 20/31] Update umbrel-app.yml --- excalidraw/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/umbrel-app.yml b/excalidraw/umbrel-app.yml index e2f122f326..909ecb5fc7 100644 --- a/excalidraw/umbrel-app.yml +++ b/excalidraw/umbrel-app.yml @@ -15,7 +15,7 @@ description: >- developer: Excalidraw Team website: https://excalidraw.com/ submitter: dennysubke -submission: https://github\.com/getumbrel/umbrel\-apps/pull/1538 +submission: https://github.com/getumbrel/umbrel-apps/pull/1538 repo: https://github.com/excalidraw/excalidraw support: https://github.com/excalidraw/excalidraw/issues gallery: From 4f22154d65a9ba219ae061787aad67271bae32c4 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:23:07 +0200 Subject: [PATCH 21/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index 471dda2853..aa6761de7b 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_HOST: excalidraw_web_1 APP_PORT: 5000 - excalidraw: + web: image: excalidraw/excalidraw@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba restart: on-failure stop_grace_period: 1m From 2c82aa44fa96844c702ebef687579fc315f24b47 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:25:07 +0200 Subject: [PATCH 22/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index aa6761de7b..f262d76e57 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -12,5 +12,8 @@ services: stop_grace_period: 1m volumes: - ${APP_DATA_DIR}/data:/data/excalidraw + environment: + - PUID=1000 + - PGID=1000 #https://github.com/excalidraw/excalidraw.git From 4d047e005c826196a59acf657e8b2bf08ce6d3da Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:34:14 +0200 Subject: [PATCH 23/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index f262d76e57..cdcc20600a 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -7,11 +7,11 @@ services: APP_PORT: 5000 web: - image: excalidraw/excalidraw@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba + image: excalidraw/excalidraw restart: on-failure stop_grace_period: 1m volumes: - - ${APP_DATA_DIR}/data:/data/excalidraw + - ${APP_DATA_DIR}/data:/config environment: - PUID=1000 - PGID=1000 From 54a702f94049184e027ec51079defdc0122bdcbe Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:35:27 +0200 Subject: [PATCH 24/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index cdcc20600a..6a707db0ba 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -11,7 +11,7 @@ services: restart: on-failure stop_grace_period: 1m volumes: - - ${APP_DATA_DIR}/data:/config + - ${APP_DATA_DIR}/data:/excalidraw/data environment: - PUID=1000 - PGID=1000 From 91b09ec93f34598e03aba0fc2e943a86b920b0aa Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:37:29 +0200 Subject: [PATCH 25/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index 6a707db0ba..15817d11bd 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 5000 web: - image: excalidraw/excalidraw + image: ddsderek/excalidraw restart: on-failure stop_grace_period: 1m volumes: From 25ecb88b4d2f943b76f0e1d6faef839d1b6e13a7 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:44:23 +0200 Subject: [PATCH 26/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index 15817d11bd..9e3b9b67b4 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 5000 web: - image: ddsderek/excalidraw + image: thisisbenny/excalidraw@sha256:66cd4512732ad249ad9173925dde74f46831ea46fcaeff10fb6da7c5125c8f49 restart: on-failure stop_grace_period: 1m volumes: From 7b291b2fefa46a4b8972fdfa65358c17697cf1c0 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:46:47 +0200 Subject: [PATCH 27/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index 9e3b9b67b4..fe65477f9c 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 5000 web: - image: thisisbenny/excalidraw@sha256:66cd4512732ad249ad9173925dde74f46831ea46fcaeff10fb6da7c5125c8f49 + image: thisisbenny/excalidraw@sha256:2750b955de27a4ef70838bb773925ab782b19b7fac3c9fc0326ac596cf658c77 restart: on-failure stop_grace_period: 1m volumes: From 5226b7647e988c2e75f513e58d15de2695832b27 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:47:57 +0200 Subject: [PATCH 28/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index fe65477f9c..e408df3a44 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 5000 web: - image: thisisbenny/excalidraw@sha256:2750b955de27a4ef70838bb773925ab782b19b7fac3c9fc0326ac596cf658c77 + image: thisisbenny/excalidraw:3da6d3c25c64e2554bcd393b9b3d266e4b9fe9b8-2022-05-14 restart: on-failure stop_grace_period: 1m volumes: From 0fea4c8be24b1267d496a16dde020ae136259f4e Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:48:56 +0200 Subject: [PATCH 29/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index e408df3a44..680d57976b 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 5000 web: - image: thisisbenny/excalidraw:3da6d3c25c64e2554bcd393b9b3d266e4b9fe9b8-2022-05-14 + image: thisisbenny/excalidraw:3da6d3c25c64e2554bcd393b9b3d266e4b9fe9b8-2022-05-14@sha256:2750b955de27a4ef70838bb773925ab782b19b7fac3c9fc0326ac596cf658c77 restart: on-failure stop_grace_period: 1m volumes: From 7bd56888aaf37e98a7f793a419244da520119b55 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:55:49 +0200 Subject: [PATCH 30/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index 680d57976b..7ecbeb929f 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 5000 web: - image: thisisbenny/excalidraw:3da6d3c25c64e2554bcd393b9b3d266e4b9fe9b8-2022-05-14@sha256:2750b955de27a4ef70838bb773925ab782b19b7fac3c9fc0326ac596cf658c77 + image: excalidraw/excalidraw:latest@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba #only amd64 / Umbrel Home + Linux VM restart: on-failure stop_grace_period: 1m volumes: From 7f5f21466b8623fd3b547468b901932b19834141 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:57:40 +0200 Subject: [PATCH 31/31] Update docker-compose.yml --- excalidraw/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/excalidraw/docker-compose.yml b/excalidraw/docker-compose.yml index 7ecbeb929f..78ced6348d 100644 --- a/excalidraw/docker-compose.yml +++ b/excalidraw/docker-compose.yml @@ -10,8 +10,6 @@ services: image: excalidraw/excalidraw:latest@sha256:fae667864717a415e7474b5f757ffb50e63a81cfc1a2fbcf905ecbd137d0dbba #only amd64 / Umbrel Home + Linux VM restart: on-failure stop_grace_period: 1m - volumes: - - ${APP_DATA_DIR}/data:/excalidraw/data environment: - PUID=1000 - PGID=1000