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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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/27] 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 5ad91f1b29e2e944ee67d92ed9427b00297f9aed Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:15:46 +0100 Subject: [PATCH 22/27] Add files via upload --- ghost/docker-compose.yml | 32 ++++++++++++++++++++++++++++ ghost/umbrel-app.yml | 46 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 ghost/docker-compose.yml create mode 100644 ghost/umbrel-app.yml diff --git a/ghost/docker-compose.yml b/ghost/docker-compose.yml new file mode 100644 index 0000000000..b58a2fa81e --- /dev/null +++ b/ghost/docker-compose.yml @@ -0,0 +1,32 @@ +version: '3.7' + +services: + app_proxy: + environment: + APP_HOST: ghost_web_1 + APP_PORT: 2368 + + db: + image: mysql:9.2@sha256:d56d039139a7f3b71f6d1c9f07ca4ee9f977b0fca13acdd27a1b13bfd4a4e3be + restart: on-failure + user: "1000:1000" + environment: + MYSQL_ROOT_PASSWORD: umbrel + ports: + - 3367:3306 + volumes: + - ${APP_DATA_DIR}/data/db:/var/lib/mysql:rw + + web: + image: ghost:5.109.2@sha256:e5e82c72bce6865988c9c4178e36d354a8a4e413c889b05382a52227722920e3 + restart: on-failure + user: "1000:1000" + volumes: + - ${APP_DATA_DIR}/data/content:/var/lib/ghost/content:rw + environment: + database__client: mysql + database__connection__host: db + database__connection__user: root + database__connection__password: umbrel + database__connection__database: ghost + url: http://umbrel.local:3368 diff --git a/ghost/umbrel-app.yml b/ghost/umbrel-app.yml new file mode 100644 index 0000000000..d3ad137985 --- /dev/null +++ b/ghost/umbrel-app.yml @@ -0,0 +1,46 @@ +manifestVersion: 1 +id: ghost +name: Ghost +tagline: A platform for creators to publish, grow, and monetize their content. +category: files +version: "5.109.2" +port: 3368 +description: >- + Ghost is a powerful, open-source content management system (CMS) primarily designed for professional bloggers, journalists, and content creators. Unlike more traditional CMS platforms like WordPress, which offer a wide range of plugins and customization options, Ghost focuses on providing a streamlined, fast, and minimalist platform that prioritizes the writing and publishing experience. It was initially created with bloggers in mind, but over time, it has evolved to include more features such as membership management, email newsletters, and monetization tools. + + + The platform is known for its speed and performance, ensuring fast load times for websites. This is important for improving user experience and search engine optimization (SEO). Ghost’s user interface is designed to be clean, intuitive, and distraction-free, allowing creators to focus solely on their content without getting bogged down by unnecessary options or settings. + + + One of the standout features of Ghost is its membership and subscription functionality. Content creators can monetize their work by offering paid subscriptions to readers, providing them with exclusive content or newsletters. This makes Ghost an ideal choice for those looking to build a business around their content, such as premium blogs or news outlets. + + + Although Ghost is designed to be simple and straightforward, it also offers customization options for developers. Users can modify themes, add custom code, or integrate third-party services, allowing them to tailor the platform to meet their needs. Additionally, Ghost includes built-in SEO features, such as customizable meta descriptions, clean URLs, and a focus on fast, responsive designs, all of which contribute to better search engine rankings. + + + Overall, Ghost is a highly efficient and user-friendly platform for content creation and publishing. Its focus on speed, simplicity, and monetization makes it an excellent option for anyone who wants to create a professional online presence without the complexity of other CMS platforms. + + + ⚠️ You can access your new website at 'http://umbrel.local:3368'. It can easily be tunneled to your own domain using the Cloudflare app from the Umbrel App Store. + + + πŸ”‘ To access the Ghost Admin panel, go to 'http://umbrel.local:3368/ghost'. +developer: Ghost Foundation Ltd +website: https://ghost.org/ +submitter: dennysubke +submission: https://github.com/getumbrel/umbrel-apps/pull/2178 +repo: https://github.com/TryGhost/Ghost +support: https://github.com/TryGhost/Ghost/issues +gallery: + - 1.jpg + - 2.jpg + - 3.jpg + - 4.jpg + - 5.jpg + - 6.jpg + - 7.jpg +releaseNotes: "" +dependencies: [] +path: "" +defaultUsername: "" +defaultPassword: "" \ No newline at end of file From 06bf77742935e57378e36712302ead60503a1dbf Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:16:20 +0100 Subject: [PATCH 23/27] Create .gitkeep --- ghost/data/db/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 ghost/data/db/.gitkeep diff --git a/ghost/data/db/.gitkeep b/ghost/data/db/.gitkeep new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/ghost/data/db/.gitkeep @@ -0,0 +1 @@ + From 18ee813020badd202320fea1c41dfa8dd8de1e81 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:16:35 +0100 Subject: [PATCH 24/27] Create .gitkeep --- ghost/data/content/.gitkeep | 1 + 1 file changed, 1 insertion(+) create mode 100644 ghost/data/content/.gitkeep diff --git a/ghost/data/content/.gitkeep b/ghost/data/content/.gitkeep new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/ghost/data/content/.gitkeep @@ -0,0 +1 @@ + From ab0e822abcf829d82406f263175506964ada05ce Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:21:51 +0100 Subject: [PATCH 25/27] Update umbrel-app.yml --- ghost/umbrel-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/umbrel-app.yml b/ghost/umbrel-app.yml index d3ad137985..b149eeebe6 100644 --- a/ghost/umbrel-app.yml +++ b/ghost/umbrel-app.yml @@ -1,7 +1,7 @@ manifestVersion: 1 id: ghost name: Ghost -tagline: A platform for creators to publish, grow, and monetize their content. +tagline: A platform for creators to publish, grow, and monetize their content category: files version: "5.109.2" port: 3368 @@ -43,4 +43,4 @@ releaseNotes: "" dependencies: [] path: "" defaultUsername: "" -defaultPassword: "" \ No newline at end of file +defaultPassword: "" From 5817af237585b3c27eb6fa70e3cdf2b625ee10d0 Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:12:57 +0100 Subject: [PATCH 26/27] Update docker-compose.yml --- ghost/docker-compose.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ghost/docker-compose.yml b/ghost/docker-compose.yml index b58a2fa81e..d2bcedc030 100644 --- a/ghost/docker-compose.yml +++ b/ghost/docker-compose.yml @@ -7,13 +7,11 @@ services: APP_PORT: 2368 db: - image: mysql:9.2@sha256:d56d039139a7f3b71f6d1c9f07ca4ee9f977b0fca13acdd27a1b13bfd4a4e3be + image: mysql:8.4.4@sha256:339598fe066c73daa4120f2d9dfefd3146c3519cd324748e1d3f9d2b6c71d10b restart: on-failure user: "1000:1000" environment: MYSQL_ROOT_PASSWORD: umbrel - ports: - - 3367:3306 volumes: - ${APP_DATA_DIR}/data/db:/var/lib/mysql:rw @@ -25,8 +23,8 @@ services: - ${APP_DATA_DIR}/data/content:/var/lib/ghost/content:rw environment: database__client: mysql - database__connection__host: db + database__connection__host: ghost_db_1 database__connection__user: root database__connection__password: umbrel database__connection__database: ghost - url: http://umbrel.local:3368 + url: ${DEVICE_DOMAIN_NAME}:3368 From 119c92357a0edc7f99e5bb347d0011c2c95367fe Mon Sep 17 00:00:00 2001 From: Denny <155585746+dennysubke@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:13:26 +0100 Subject: [PATCH 27/27] Update umbrel-app.yml --- ghost/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/umbrel-app.yml b/ghost/umbrel-app.yml index b149eeebe6..d7734078a6 100644 --- a/ghost/umbrel-app.yml +++ b/ghost/umbrel-app.yml @@ -41,6 +41,6 @@ gallery: - 7.jpg releaseNotes: "" dependencies: [] -path: "" +path: "/ghost" defaultUsername: "" defaultPassword: ""