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/33] 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/33] 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/33] 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/33] 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/33] 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/33] 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/33] 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/33] 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/33] 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/33] 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/33] 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/33] 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/33] 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 f54af5837c5a2a9a224a31905559a1edcba576b7 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:14:49 +0200 Subject: [PATCH 14/33] 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 ff2afb1a41..3533212571 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/1537 repo: https://github.com/linkstackorg/linkstack support: https://github.com/LinkStackOrg/LinkStack/issues gallery: From 5899c2019ee4dbd68821dd5a4bac5926afdf0b97 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:19:00 +0200 Subject: [PATCH 15/33] Update umbrel-app.yml From ad040363e56db4f9e66bf19aef77864250a0b384 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:20:42 +0200 Subject: [PATCH 16/33] 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 3533212571..8920bf2acb 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/1537 +submission: repo: https://github.com/linkstackorg/linkstack support: https://github.com/LinkStackOrg/LinkStack/issues gallery: From 629005294d63b63a421860bee8a36aa284ab6920 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:13:23 +0200 Subject: [PATCH 17/33] 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 8920bf2acb..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: -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 3977fa6e365bc07d5de0cfec0eae7eeb83f11750 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:54:29 +0100 Subject: [PATCH 18/33] Add files via upload --- denny-onionshare/docker-compose.yml | 13 ++++++++++ denny-onionshare/umbrel-app.yml | 39 +++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 denny-onionshare/docker-compose.yml create mode 100644 denny-onionshare/umbrel-app.yml diff --git a/denny-onionshare/docker-compose.yml b/denny-onionshare/docker-compose.yml new file mode 100644 index 0000000000..1459acdc7f --- /dev/null +++ b/denny-onionshare/docker-compose.yml @@ -0,0 +1,13 @@ +version: '3.9' + +services: + app_proxy: + environment: + APP_HOST: denny-onionshare_web_1 + APP_PORT: 80 + PROXY_AUTH_ADD: "false" + web: + image: davidjosearaujo/onionshare:0.0.1@sha256:49db7ad49e383590f83512b4607b135861ef9b74d4e2400ef53b9cd31f4d0d3b + restart: on-failure + volumes: + - ${APP_DATA_DIR}/onionshare-data:/onionshare \ No newline at end of file diff --git a/denny-onionshare/umbrel-app.yml b/denny-onionshare/umbrel-app.yml new file mode 100644 index 0000000000..4e8cb9000d --- /dev/null +++ b/denny-onionshare/umbrel-app.yml @@ -0,0 +1,39 @@ +manifestVersion: 1 +id: denny-onionshare +name: Onion Share +tagline: A lightweight CalDAV+CardDAV server +icon: https://i.imgur.com/h3B1DaG.png +category: AI +version: "0.9.5" +port: 8478 +description: >- + 🪆 Baikal Server is a lightweight CalDAV and CardDAV server designed for users who want to manage their calendar and contact information securely on their own server. This robust application offers an extensive web interface that simplifies the management of users, address books, and calendars, making it accessible for both beginners and experienced users. + + + One of the key features of Baikal is its ease of installation and configuration. It requires only a basic PHP-capable server, which means you don’t need extensive technical knowledge to get started. The server supports both MySQL and SQLite databases for data storage, providing flexibility depending on your preferences and needs. + + + Baikal allows users to seamlessly access their contacts and calendars from any device. It is compatible with a wide range of applications, including iOS, macOS, DAVx5 on Android, Mozilla Thunderbird, and many other CalDAV and CardDAV capable applications. This compatibility ensures that you can sync your data across multiple platforms without any hassle. + + + In addition to its user-friendly features, Baikal emphasizes privacy and data security. By hosting your calendars and contacts yourself, you maintain full control over your personal information, protecting it from potential breaches and unauthorized access. This is particularly important in an era where data privacy is a growing concern. + + + Whether you are an individual looking for a reliable personal organizer or a small team needing a collaborative solution, Baikal Server provides a practical and efficient way to manage your scheduling and contact needs while ensuring your data remains private and secure. With its fast performance and straightforward interface, Baikal is an excellent choice for anyone seeking a self-hosted calendar and contact management solution. + +developer: fruux GmbH +website: https://sabre.io/baikal/ +submitter: dennysubke +submission: https://github.com/getumbrel/umbrel-apps/pull/ +repo: https://github.com/sabre-io/Baikal +support: https://github.com/sabre-io/Baikal/issues +gallery: + - https://i.imgur.com/InOvJFa.png + - https://i.imgur.com/hIQ1ZIv.png + - https://i.imgur.com/nobRqdE.png +releaseNotes: >- + The latest update includes dependency upgrades that enhance compatibility with PHP 8.2 and features the inclusion of sabre/dav version 4.6.0. +dependencies: +path: "" +defaultUsername: "" +defaultPassword: "" From 0c3f58c679d6d85ed6adaf4a3bb040ae07000001 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:55:01 +0100 Subject: [PATCH 19/33] Update docker-compose.yml --- denny-onionshare/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denny-onionshare/docker-compose.yml b/denny-onionshare/docker-compose.yml index 1459acdc7f..63cecb3517 100644 --- a/denny-onionshare/docker-compose.yml +++ b/denny-onionshare/docker-compose.yml @@ -4,10 +4,10 @@ services: app_proxy: environment: APP_HOST: denny-onionshare_web_1 - APP_PORT: 80 + APP_PORT: 8478 PROXY_AUTH_ADD: "false" web: image: davidjosearaujo/onionshare:0.0.1@sha256:49db7ad49e383590f83512b4607b135861ef9b74d4e2400ef53b9cd31f4d0d3b restart: on-failure volumes: - - ${APP_DATA_DIR}/onionshare-data:/onionshare \ No newline at end of file + - ${APP_DATA_DIR}/onionshare-data:/onionshare From 4edde17df74323acd944cbe4a1b83c1083713dbf Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:56:25 +0100 Subject: [PATCH 20/33] Update docker-compose.yml --- denny-onionshare/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denny-onionshare/docker-compose.yml b/denny-onionshare/docker-compose.yml index 63cecb3517..9821c9d2ae 100644 --- a/denny-onionshare/docker-compose.yml +++ b/denny-onionshare/docker-compose.yml @@ -4,7 +4,7 @@ services: app_proxy: environment: APP_HOST: denny-onionshare_web_1 - APP_PORT: 8478 + APP_PORT: 80 PROXY_AUTH_ADD: "false" web: image: davidjosearaujo/onionshare:0.0.1@sha256:49db7ad49e383590f83512b4607b135861ef9b74d4e2400ef53b9cd31f4d0d3b From f2d3c009e07db31250b1b1ade700700b0b22b55f Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:57:37 +0100 Subject: [PATCH 21/33] Delete denny-onionshare directory --- denny-onionshare/docker-compose.yml | 13 ---------- denny-onionshare/umbrel-app.yml | 39 ----------------------------- 2 files changed, 52 deletions(-) delete mode 100644 denny-onionshare/docker-compose.yml delete mode 100644 denny-onionshare/umbrel-app.yml diff --git a/denny-onionshare/docker-compose.yml b/denny-onionshare/docker-compose.yml deleted file mode 100644 index 9821c9d2ae..0000000000 --- a/denny-onionshare/docker-compose.yml +++ /dev/null @@ -1,13 +0,0 @@ -version: '3.9' - -services: - app_proxy: - environment: - APP_HOST: denny-onionshare_web_1 - APP_PORT: 80 - PROXY_AUTH_ADD: "false" - web: - image: davidjosearaujo/onionshare:0.0.1@sha256:49db7ad49e383590f83512b4607b135861ef9b74d4e2400ef53b9cd31f4d0d3b - restart: on-failure - volumes: - - ${APP_DATA_DIR}/onionshare-data:/onionshare diff --git a/denny-onionshare/umbrel-app.yml b/denny-onionshare/umbrel-app.yml deleted file mode 100644 index 4e8cb9000d..0000000000 --- a/denny-onionshare/umbrel-app.yml +++ /dev/null @@ -1,39 +0,0 @@ -manifestVersion: 1 -id: denny-onionshare -name: Onion Share -tagline: A lightweight CalDAV+CardDAV server -icon: https://i.imgur.com/h3B1DaG.png -category: AI -version: "0.9.5" -port: 8478 -description: >- - 🪆 Baikal Server is a lightweight CalDAV and CardDAV server designed for users who want to manage their calendar and contact information securely on their own server. This robust application offers an extensive web interface that simplifies the management of users, address books, and calendars, making it accessible for both beginners and experienced users. - - - One of the key features of Baikal is its ease of installation and configuration. It requires only a basic PHP-capable server, which means you don’t need extensive technical knowledge to get started. The server supports both MySQL and SQLite databases for data storage, providing flexibility depending on your preferences and needs. - - - Baikal allows users to seamlessly access their contacts and calendars from any device. It is compatible with a wide range of applications, including iOS, macOS, DAVx5 on Android, Mozilla Thunderbird, and many other CalDAV and CardDAV capable applications. This compatibility ensures that you can sync your data across multiple platforms without any hassle. - - - In addition to its user-friendly features, Baikal emphasizes privacy and data security. By hosting your calendars and contacts yourself, you maintain full control over your personal information, protecting it from potential breaches and unauthorized access. This is particularly important in an era where data privacy is a growing concern. - - - Whether you are an individual looking for a reliable personal organizer or a small team needing a collaborative solution, Baikal Server provides a practical and efficient way to manage your scheduling and contact needs while ensuring your data remains private and secure. With its fast performance and straightforward interface, Baikal is an excellent choice for anyone seeking a self-hosted calendar and contact management solution. - -developer: fruux GmbH -website: https://sabre.io/baikal/ -submitter: dennysubke -submission: https://github.com/getumbrel/umbrel-apps/pull/ -repo: https://github.com/sabre-io/Baikal -support: https://github.com/sabre-io/Baikal/issues -gallery: - - https://i.imgur.com/InOvJFa.png - - https://i.imgur.com/hIQ1ZIv.png - - https://i.imgur.com/nobRqdE.png -releaseNotes: >- - The latest update includes dependency upgrades that enhance compatibility with PHP 8.2 and features the inclusion of sabre/dav version 4.6.0. -dependencies: -path: "" -defaultUsername: "" -defaultPassword: "" From fcd46c2e0f7b85536910b3a0c090580a73defdff Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:14:36 +0100 Subject: [PATCH 22/33] Add files via upload --- cobalt/docker-compose.yml | 21 +++++++++++++++++++++ cobalt/umbrel-app.yml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 cobalt/docker-compose.yml create mode 100644 cobalt/umbrel-app.yml diff --git a/cobalt/docker-compose.yml b/cobalt/docker-compose.yml new file mode 100644 index 0000000000..bf84973345 --- /dev/null +++ b/cobalt/docker-compose.yml @@ -0,0 +1,21 @@ +version: '3.7' + +services: + app_proxy: + environment: + APP_HOST: cobalt_web_1 + APP_PORT: 9001 + PROXY_AUTH_ADD: "false" + web: + image: dennysubke/cobalt:10.6@sha256:870110e7002b7080adc81f9cee5357ab784adba81385a7b51663a7c1e92030cd + init: true + read_only: true + restart: on-failure + ports: + - 0.0.0.0:9000:9000 + environment: + API_URL: "http://umbrel.local:9000/" + API_AUTH_REQUIRED: 0 + DURATION_LIMIT: 86400 + volumes: + - ${APP_DATA_DIR}/data/cookies/cookies.json:/cookies.json diff --git a/cobalt/umbrel-app.yml b/cobalt/umbrel-app.yml new file mode 100644 index 0000000000..d5e3b38575 --- /dev/null +++ b/cobalt/umbrel-app.yml @@ -0,0 +1,36 @@ +manifestVersion: 1 +id: cobalt +name: cobalt +tagline: A media downloader that doesn't piss you off +category: media +version: "10.6" +port: 9001 +description: >- + cobalt is a powerful and intuitive media downloader built to simplify the process of saving your favorite content from the web. Designed for users who want to enjoy their media without the interruptions of ads, trackers, or paywalls, cobalt offers a streamlined experience. Whether you're downloading videos, music, images, or other types of media, cobalt acts as a proxy that fetches content directly from its source, ensuring a fast and seamless process. + + + What sets cobalt apart is its commitment to user privacy and freedom. The tool doesn’t cache content, so you’re always downloading directly from the original source. It also avoids unnecessary distractions, like ads or third-party interference, letting you enjoy a cleaner, faster, and more reliable media retrieval process. + + + cobalt is ideal for anyone who values simplicity and control over their media downloads. With its easy-to-use interface and efficient functionality, you can quickly retrieve and store content without the usual hassle. Whether you’re an enthusiast collecting media or someone simply trying to access content without restrictions, cobalt makes it easy to download what you love, whenever you want. + + + ⚠️ To ensure proper functionality, go to /settings/instances and set the processing server to http://umbrel.local:9000. +developer: imputnet +website: https://cobalt.tools/ +submitter: dennysubke +submission: https://github.com/getumbrel/umbrel-apps/pull/2174 +repo: https://github.com/imputnet/cobalt +support: https://github.com/imputnet/cobalt/issues +gallery: + - 1.jpg + - 2.jpg + - 3.jpg + - 4.jpg + - 5.jpg +releaseNotes: "" + +dependencies: [] +path: "" +defaultUsername: "" +defaultPassword: "" \ No newline at end of file From b0a8cbcb9812c55ff92377576a843bcb6e56b12d Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:15:04 +0100 Subject: [PATCH 23/33] Create .gitkeep --- cobalt/data/cookies/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 cobalt/data/cookies/.gitkeep diff --git a/cobalt/data/cookies/.gitkeep b/cobalt/data/cookies/.gitkeep new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/cobalt/data/cookies/.gitkeep @@ -0,0 +1 @@ + From 330faefbad06ba80e0d0a65699351c3c1a199e6f Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:22:27 +0100 Subject: [PATCH 24/33] Update umbrel-app.yml --- cobalt/umbrel-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cobalt/umbrel-app.yml b/cobalt/umbrel-app.yml index d5e3b38575..137e5a0316 100644 --- a/cobalt/umbrel-app.yml +++ b/cobalt/umbrel-app.yml @@ -4,7 +4,7 @@ name: cobalt tagline: A media downloader that doesn't piss you off category: media version: "10.6" -port: 9001 +port: 9009 description: >- cobalt is a powerful and intuitive media downloader built to simplify the process of saving your favorite content from the web. Designed for users who want to enjoy their media without the interruptions of ads, trackers, or paywalls, cobalt offers a streamlined experience. Whether you're downloading videos, music, images, or other types of media, cobalt acts as a proxy that fetches content directly from its source, ensuring a fast and seamless process. @@ -33,4 +33,4 @@ releaseNotes: "" dependencies: [] path: "" defaultUsername: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" From 40d0a516f1b04cb33d5a8388488eec67927767b3 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:23:54 +0100 Subject: [PATCH 25/33] Delete cobalt/data/cookies/.gitkeep --- cobalt/data/cookies/.gitkeep | 1 - 1 file changed, 1 deletion(-) delete mode 100644 cobalt/data/cookies/.gitkeep diff --git a/cobalt/data/cookies/.gitkeep b/cobalt/data/cookies/.gitkeep deleted file mode 100644 index 8b13789179..0000000000 --- a/cobalt/data/cookies/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - From 7eaa9076e01e61400128d7953533720b2f9ec7cf Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:24:23 +0100 Subject: [PATCH 26/33] Create cookies.json --- cobalt/cobalt/data/cookies/cookies.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 cobalt/cobalt/data/cookies/cookies.json diff --git a/cobalt/cobalt/data/cookies/cookies.json b/cobalt/cobalt/data/cookies/cookies.json new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/cobalt/cobalt/data/cookies/cookies.json @@ -0,0 +1 @@ + From 6d137bc50769e7c9e38ab337a89033bfdd99c634 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:26:13 +0100 Subject: [PATCH 27/33] Update docker-compose.yml --- cobalt/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cobalt/docker-compose.yml b/cobalt/docker-compose.yml index bf84973345..85b629e84d 100644 --- a/cobalt/docker-compose.yml +++ b/cobalt/docker-compose.yml @@ -11,6 +11,7 @@ services: init: true read_only: true restart: on-failure + user: "1000:1000" ports: - 0.0.0.0:9000:9000 environment: @@ -18,4 +19,4 @@ services: API_AUTH_REQUIRED: 0 DURATION_LIMIT: 86400 volumes: - - ${APP_DATA_DIR}/data/cookies/cookies.json:/cookies.json + - ${APP_DATA_DIR}/data/cookies:/cookies.json From 9cb4d9414a7e082bbcbbbb7fb14eb0ce4fb39bc8 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:26:35 +0100 Subject: [PATCH 28/33] Delete cobalt/cobalt/data/cookies/cookies.json --- cobalt/cobalt/data/cookies/cookies.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 cobalt/cobalt/data/cookies/cookies.json diff --git a/cobalt/cobalt/data/cookies/cookies.json b/cobalt/cobalt/data/cookies/cookies.json deleted file mode 100644 index 8b13789179..0000000000 --- a/cobalt/cobalt/data/cookies/cookies.json +++ /dev/null @@ -1 +0,0 @@ - From 8e4aad25e2ee880882510b17425af14b3a5ead4b Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:26:56 +0100 Subject: [PATCH 29/33] Create .gitkeep --- cobalt/data/cookies/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 cobalt/data/cookies/.gitkeep diff --git a/cobalt/data/cookies/.gitkeep b/cobalt/data/cookies/.gitkeep new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/cobalt/data/cookies/.gitkeep @@ -0,0 +1 @@ + From 370bc953dce4e469f1cd5d46c9d1dfe6581f82c2 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:25:27 +0100 Subject: [PATCH 30/33] Delete cobalt/data/cookies directory --- cobalt/data/cookies/.gitkeep | 1 - 1 file changed, 1 deletion(-) delete mode 100644 cobalt/data/cookies/.gitkeep diff --git a/cobalt/data/cookies/.gitkeep b/cobalt/data/cookies/.gitkeep deleted file mode 100644 index 8b13789179..0000000000 --- a/cobalt/data/cookies/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - From 3e40f57b7f7c4b74e409ca672671506cf6682377 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:27:36 +0100 Subject: [PATCH 31/33] Update docker-compose.yml --- cobalt/docker-compose.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cobalt/docker-compose.yml b/cobalt/docker-compose.yml index 85b629e84d..891ae0b04d 100644 --- a/cobalt/docker-compose.yml +++ b/cobalt/docker-compose.yml @@ -8,15 +8,12 @@ services: PROXY_AUTH_ADD: "false" web: image: dennysubke/cobalt:10.6@sha256:870110e7002b7080adc81f9cee5357ab784adba81385a7b51663a7c1e92030cd - init: true read_only: true restart: on-failure user: "1000:1000" ports: - - 0.0.0.0:9000:9000 + - 9000:9000 environment: - API_URL: "http://umbrel.local:9000/" + API_URL: "http://${DEVICE_DOMAIN_NAME}:9000/" API_AUTH_REQUIRED: 0 DURATION_LIMIT: 86400 - volumes: - - ${APP_DATA_DIR}/data/cookies:/cookies.json From 3e88fbf1b4c9e324eb471a1f30d2b014ab6e0c00 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:38:08 +0100 Subject: [PATCH 32/33] Update umbrel-app.yml --- cobalt/umbrel-app.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cobalt/umbrel-app.yml b/cobalt/umbrel-app.yml index 137e5a0316..5f30316c68 100644 --- a/cobalt/umbrel-app.yml +++ b/cobalt/umbrel-app.yml @@ -7,14 +7,14 @@ version: "10.6" port: 9009 description: >- cobalt is a powerful and intuitive media downloader built to simplify the process of saving your favorite content from the web. Designed for users who want to enjoy their media without the interruptions of ads, trackers, or paywalls, cobalt offers a streamlined experience. Whether you're downloading videos, music, images, or other types of media, cobalt acts as a proxy that fetches content directly from its source, ensuring a fast and seamless process. - - - What sets cobalt apart is its commitment to user privacy and freedom. The tool doesn’t cache content, so you’re always downloading directly from the original source. It also avoids unnecessary distractions, like ads or third-party interference, letting you enjoy a cleaner, faster, and more reliable media retrieval process. - - - cobalt is ideal for anyone who values simplicity and control over their media downloads. With its easy-to-use interface and efficient functionality, you can quickly retrieve and store content without the usual hassle. Whether you’re an enthusiast collecting media or someone simply trying to access content without restrictions, cobalt makes it easy to download what you love, whenever you want. - - + + + What sets cobalt apart is its commitment to user privacy and freedom. The tool doesn't cache content, so you're always downloading directly from the original source. It also avoids unnecessary distractions, like ads or third-party interference, letting you enjoy a cleaner, faster, and more reliable media retrieval process. + + + cobalt is ideal for anyone who values simplicity and control over their media downloads. With its easy-to-use interface and efficient functionality, you can quickly retrieve and store content without the usual hassle. Whether you're an enthusiast collecting media or someone simply trying to access content without restrictions, cobalt makes it easy to download what you love, whenever you want. + + ⚠️ To ensure proper functionality, go to /settings/instances and set the processing server to http://umbrel.local:9000. developer: imputnet website: https://cobalt.tools/ From a7770f76502b24c436e10ca48f86c139c93bc606 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:38:45 +0100 Subject: [PATCH 33/33] Update umbrel-app.yml --- cobalt/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt/umbrel-app.yml b/cobalt/umbrel-app.yml index 5f30316c68..65753b0440 100644 --- a/cobalt/umbrel-app.yml +++ b/cobalt/umbrel-app.yml @@ -1,7 +1,7 @@ manifestVersion: 1 id: cobalt name: cobalt -tagline: A media downloader that doesn't piss you off +tagline: Best way to save what you love category: media version: "10.6" port: 9009