From cef94df4f11733facd238ef92ed9c6b43f6c475e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:19:16 +0000 Subject: [PATCH 01/22] chore(deps): update elasticsearch docker tag to v8.11.4 (#2089) --- apps/tubearchivist/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tubearchivist/docker-compose.yml b/apps/tubearchivist/docker-compose.yml index 9f49ad7b..3b0f16a4 100644 --- a/apps/tubearchivist/docker-compose.yml +++ b/apps/tubearchivist/docker-compose.yml @@ -62,7 +62,7 @@ services: - tubearchivist-es tubearchivist-es: - image: elasticsearch:8.11.3 + image: elasticsearch:8.11.4 container_name: tubearchivist-es restart: always environment: From b2eb7b2a8030e21913fd4035c2b4b0b9195d1322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:19:35 +0000 Subject: [PATCH 02/22] chore(deps): update ghost docker tag to v5.76.0 (#2090) --- apps/ghost/config.json | 4 ++-- apps/ghost/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ghost/config.json b/apps/ghost/config.json index 25779a85..adcd707d 100644 --- a/apps/ghost/config.json +++ b/apps/ghost/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "ghost", - "tipi_version": 67, - "version": "5.75.3", + "tipi_version": 68, + "version": "5.76.0", "categories": [ "social", "media" diff --git a/apps/ghost/docker-compose.yml b/apps/ghost/docker-compose.yml index 8d088dbe..67ee84eb 100644 --- a/apps/ghost/docker-compose.yml +++ b/apps/ghost/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: ghost: - image: ghost:5.75.3 + image: ghost:5.76.0 container_name: ghost depends_on: - ghostdb From 7a86158799f532eec43b788e852bea75047f0d23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 06:15:14 +0000 Subject: [PATCH 03/22] chore(deps): update lukevella/rallly docker tag to v3.5.1 (#2092) --- apps/rallly/config.json | 4 ++-- apps/rallly/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/rallly/config.json b/apps/rallly/config.json index 3f9f611d..9b89dddd 100644 --- a/apps/rallly/config.json +++ b/apps/rallly/config.json @@ -6,8 +6,8 @@ "exposable": true, "id": "rallly", "description": "Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.", - "tipi_version": 2, - "version": "3.5.0", + "tipi_version": 3, + "version": "3.5.1", "categories": [ "utilities" ], diff --git a/apps/rallly/docker-compose.yml b/apps/rallly/docker-compose.yml index ac46deb9..79a63794 100644 --- a/apps/rallly/docker-compose.yml +++ b/apps/rallly/docker-compose.yml @@ -1,7 +1,7 @@ services: rallly: container_name: rallly - image: lukevella/rallly:3.5.0 + image: lukevella/rallly:3.5.1 restart: always depends_on: rallly_db: From f455de6d9a045e30f5df6b7a5e9bf69506f35389 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Thu, 18 Jan 2024 08:37:06 +0100 Subject: [PATCH 04/22] feat(mealie): add mealie 1.0.0 and deprecate previous version --- apps/mealie-1/config.json | 23 ++++++++++++ apps/mealie-1/docker-compose.yml | 49 ++++++++++++++++++++++++++ apps/mealie-1/metadata/description.md | 7 ++++ apps/mealie-1/metadata/logo.jpg | Bin 0 -> 6491 bytes apps/mealie/config.json | 1 + 5 files changed, 80 insertions(+) create mode 100644 apps/mealie-1/config.json create mode 100644 apps/mealie-1/docker-compose.yml create mode 100644 apps/mealie-1/metadata/description.md create mode 100644 apps/mealie-1/metadata/logo.jpg diff --git a/apps/mealie-1/config.json b/apps/mealie-1/config.json new file mode 100644 index 00000000..d70cb472 --- /dev/null +++ b/apps/mealie-1/config.json @@ -0,0 +1,23 @@ +{ + "$schema": "../schema.json", + "name": "Mealie 1.0.0", + "port": 8220, + "available": true, + "exposable": true, + "id": "mealie-1", + "tipi_version": 1, + "version": "v1.0.0-RC2", + "description": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications. Default username / password is changeme@email.com / MyPassword", + "short_desc": "Mealie is a self-hosted recipe manager and meal planner.", + "author": "hay-kot", + "categories": [], + "source": "https://github.com/hay-kot/mealie", + "form_fields": [ + { + "type": "boolean", + "label": "Allow user registration", + "env_variable": "MEALIE_ALLOW_SIGNUP" + } + ], + "supported_architectures": ["arm64", "amd64"] +} diff --git a/apps/mealie-1/docker-compose.yml b/apps/mealie-1/docker-compose.yml new file mode 100644 index 00000000..4ca761d8 --- /dev/null +++ b/apps/mealie-1/docker-compose.yml @@ -0,0 +1,49 @@ +version: '3.7' +services: + mealie-1: + container_name: mealie-1 + image: ghcr.io/mealie-recipes/mealie:v1.0.0-RC2 + restart: unless-stopped + ports: + - ${APP_PORT}:9000 + deploy: + resources: + limits: + memory: 1000M + environment: + ALLOW_SIGNUP: ${MEALIE_ALLOW_SIGNUP} + PUID: 1000 + PGID: 1000 + TZ: ${TZ} + MAX_WORKERS: 1 + WEB_CONCURRENCY: 1 + BASE_URL: ${APP_PROTOCOL:-http}://${APP_DOMAIN} + volumes: + - ${APP_DATA_DIR}/data:/app/data + networks: + - tipi_main_network + labels: + # Main + traefik.enable: true + traefik.http.middlewares.mealie-web-redirect.redirectscheme.scheme: https + traefik.http.services.mealie.loadbalancer.server.port: 9000 + # Web + traefik.http.routers.mealie-insecure.rule: Host(`${APP_DOMAIN}`) + traefik.http.routers.mealie-insecure.entrypoints: web + traefik.http.routers.mealie-insecure.service: mealie + traefik.http.routers.mealie-insecure.middlewares: mealie-web-redirect + # Websecure + traefik.http.routers.mealie.rule: Host(`${APP_DOMAIN}`) + traefik.http.routers.mealie.entrypoints: websecure + traefik.http.routers.mealie.service: mealie + traefik.http.routers.mealie.tls.certresolver: myresolver + # Local domain + traefik.http.routers.mealie-local-insecure.rule: Host(`mealie.${LOCAL_DOMAIN}`) + traefik.http.routers.mealie-local-insecure.entrypoints: web + traefik.http.routers.mealie-local-insecure.service: mealie + traefik.http.routers.mealie-local-insecure.middlewares: mealie-web-redirect + # Local domain secure + traefik.http.routers.mealie-local.rule: Host(`mealie.${LOCAL_DOMAIN}`) + traefik.http.routers.mealie-local.entrypoints: websecure + traefik.http.routers.mealie-local.service: mealie + traefik.http.routers.mealie-local.tls: true diff --git a/apps/mealie-1/metadata/description.md b/apps/mealie-1/metadata/description.md new file mode 100644 index 00000000..1ff47b5d --- /dev/null +++ b/apps/mealie-1/metadata/description.md @@ -0,0 +1,7 @@ +If you are migrating from Mealie v0.5.6 or earlier, please see the [migration guide](https://nightly.mealie.io/documentation/getting-started/migrating-to-mealie-v1/). + +## Mealie is a self-hosted recipe manager and meal planner. + +Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications. + +[![Product Name Screen Shot](https://raw.githubusercontent.com/hay-kot/mealie/mealie-next/docs/docs/assets/img/home_screenshot.png)](https://docs.mealie.io/) diff --git a/apps/mealie-1/metadata/logo.jpg b/apps/mealie-1/metadata/logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ac66efa0940dfcc23768a5ece983c6b981f7ef69 GIT binary patch literal 6491 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 literal 0 HcmV?d00001 diff --git a/apps/mealie/config.json b/apps/mealie/config.json index c3b35196..a6183522 100644 --- a/apps/mealie/config.json +++ b/apps/mealie/config.json @@ -4,6 +4,7 @@ "port": 8114, "available": true, "exposable": true, + "deprecated": true, "id": "mealie", "tipi_version": 3, "version": "v0.5.6", From e51e74be59b6a222151500b22b4b7d679849cb21 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Thu, 18 Jan 2024 08:39:46 +0100 Subject: [PATCH 05/22] chore: update mealie names --- apps/mealie-1/config.json | 2 +- apps/mealie/config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mealie-1/config.json b/apps/mealie-1/config.json index d70cb472..3a9a9f4e 100644 --- a/apps/mealie-1/config.json +++ b/apps/mealie-1/config.json @@ -1,6 +1,6 @@ { "$schema": "../schema.json", - "name": "Mealie 1.0.0", + "name": "Mealie", "port": 8220, "available": true, "exposable": true, diff --git a/apps/mealie/config.json b/apps/mealie/config.json index a6183522..15cf3589 100644 --- a/apps/mealie/config.json +++ b/apps/mealie/config.json @@ -1,12 +1,12 @@ { "$schema": "../schema.json", - "name": "Mealie", + "name": "Mealie v0.5.6", "port": 8114, "available": true, "exposable": true, "deprecated": true, "id": "mealie", - "tipi_version": 3, + "tipi_version": 4, "version": "v0.5.6", "description": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications. Default username / password is changeme@email.com / MyPassword", "short_desc": "Mealie is a self-hosted recipe manager and meal planner.", From 2dee95706da48a51afd8287cfa0488e41debb7ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:18:09 +0100 Subject: [PATCH 06/22] chore(deps): update amir20/dozzle docker tag to v6 (#1944) * chore(deps): update amir20/dozzle docker tag to v6 * Update app version [ready] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tipi CI --- apps/dozzle/config.json | 13 +++++++++---- apps/dozzle/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/dozzle/config.json b/apps/dozzle/config.json index f1b88136..9509d2b8 100644 --- a/apps/dozzle/config.json +++ b/apps/dozzle/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8013, "id": "dozzle", - "tipi_version": 3, - "version": "5.8.1", - "categories": ["development"], + "tipi_version": 4, + "version": "6.0.0", + "categories": [ + "development" + ], "description": "Dozzle is a small web based app to monitor Docker logs.", "short_desc": "Dozzle is a small web based app to monitor Docker logs", "author": "Amir Raminfar", @@ -34,5 +36,8 @@ "env_variable": "DOZZLE_NO_ANALYTICS" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/dozzle/docker-compose.yml b/apps/dozzle/docker-compose.yml index a4cb330f..4ad56ff5 100644 --- a/apps/dozzle/docker-compose.yml +++ b/apps/dozzle/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: dozzle: container_name: dozzle - image: amir20/dozzle:v5.8.1 + image: amir20/dozzle:v6.0.0 restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock From 47598dac7dc11037979170fcc676b8bc9e3acff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:20:19 +0000 Subject: [PATCH 07/22] chore(deps): update amir20/dozzle docker tag to v6.0.8 (#2093) --- apps/dozzle/config.json | 4 ++-- apps/dozzle/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dozzle/config.json b/apps/dozzle/config.json index 9509d2b8..53970a7c 100644 --- a/apps/dozzle/config.json +++ b/apps/dozzle/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8013, "id": "dozzle", - "tipi_version": 4, - "version": "6.0.0", + "tipi_version": 5, + "version": "6.0.8", "categories": [ "development" ], diff --git a/apps/dozzle/docker-compose.yml b/apps/dozzle/docker-compose.yml index 4ad56ff5..5d1c93ee 100644 --- a/apps/dozzle/docker-compose.yml +++ b/apps/dozzle/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: dozzle: container_name: dozzle - image: amir20/dozzle:v6.0.0 + image: amir20/dozzle:v6.0.8 restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock From 54927055c322b0865481cb468ffea3bfa398c452 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:03:08 +0000 Subject: [PATCH 08/22] chore(deps): update mauricenino/dashdot docker tag to v5.5.2 (#2095) --- apps/dashdot/config.json | 4 ++-- apps/dashdot/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dashdot/config.json b/apps/dashdot/config.json index 708b2561..2f1bb00b 100644 --- a/apps/dashdot/config.json +++ b/apps/dashdot/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "dashdot", - "tipi_version": 10, - "version": "5.5.1", + "tipi_version": 11, + "version": "5.5.2", "categories": [ "utilities" ], diff --git a/apps/dashdot/docker-compose.yml b/apps/dashdot/docker-compose.yml index d155177f..d72c5847 100644 --- a/apps/dashdot/docker-compose.yml +++ b/apps/dashdot/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.5" services: dashdot: - image: mauricenino/dashdot:5.5.1 + image: mauricenino/dashdot:5.5.2 restart: unless-stopped container_name: dashdot privileged: true From 89958cacb3aa862625688071bb7c57ca21c1b63c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:03:23 +0000 Subject: [PATCH 09/22] chore(deps): update ghcr.io/plankanban/planka docker tag to v1.15.4 (#2094) --- apps/planka/config.json | 4 ++-- apps/planka/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/planka/config.json b/apps/planka/config.json index 8f2e7a2d..5510cab2 100644 --- a/apps/planka/config.json +++ b/apps/planka/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "planka", - "tipi_version": 9, - "version": "1.15.3", + "tipi_version": 10, + "version": "1.15.4", "categories": [ "development" ], diff --git a/apps/planka/docker-compose.yml b/apps/planka/docker-compose.yml index 2d416efe..c4d2f6fa 100644 --- a/apps/planka/docker-compose.yml +++ b/apps/planka/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: planka: - image: ghcr.io/plankanban/planka:1.15.3 + image: ghcr.io/plankanban/planka:1.15.4 container_name: planka command: > bash -c From ff086f12e5adfc5a8aa439d507d83d581ee56984 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:47:53 +0000 Subject: [PATCH 10/22] chore(deps): update activepieces/activepieces docker tag to v0.18.1 (#2142) --- apps/activepieces/config.json | 4 ++-- apps/activepieces/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/activepieces/config.json b/apps/activepieces/config.json index 975e3791..670a1db2 100644 --- a/apps/activepieces/config.json +++ b/apps/activepieces/config.json @@ -5,8 +5,8 @@ "exposable": true, "id": "activepieces", "description": "Your friendliest open source all-in-one automation tool.", - "tipi_version": 11, - "version": "0.18.0", + "tipi_version": 12, + "version": "0.18.1", "categories": [ "automation" ], diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml index e0e6c81d..ddc86efc 100644 --- a/apps/activepieces/docker-compose.yml +++ b/apps/activepieces/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.7' services: activepieces: - image: activepieces/activepieces:0.18.0 + image: activepieces/activepieces:0.18.1 container_name: activepieces restart: unless-stopped ports: From 31ac502a7bf45de569e336cd4f811a246f23970c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:48:16 +0000 Subject: [PATCH 11/22] chore(deps): update lscr.io/linuxserver/deluge docker tag to v18 (#2144) --- apps/deluge/config.json | 13 +++++++++---- apps/deluge/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/deluge/config.json b/apps/deluge/config.json index 90d6cc10..f7068a26 100644 --- a/apps/deluge/config.json +++ b/apps/deluge/config.json @@ -5,13 +5,18 @@ "available": true, "exposable": true, "id": "deluge", - "tipi_version": 3, - "version": "2.1.1", - "categories": ["utilities"], + "tipi_version": 4, + "version": "18.04.1", + "categories": [ + "utilities" + ], "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.", "short_desc": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.", "author": "https://github.com/deluge-torrent", "source": "https://github.com/linuxserver/docker-deluge", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/deluge/docker-compose.yml b/apps/deluge/docker-compose.yml index ef078bd0..0a89b7ea 100644 --- a/apps/deluge/docker-compose.yml +++ b/apps/deluge/docker-compose.yml @@ -1,7 +1,7 @@ version: "2.1" services: deluge: - image: lscr.io/linuxserver/deluge:2.1.1 + image: lscr.io/linuxserver/deluge:18.04.1 container_name: deluge environment: - PUID=1000 From 9c2abff8f415e2d7e3af96dcf59d8bf025cdb8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:48:24 +0000 Subject: [PATCH 12/22] chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v20 (#2147) --- apps/qbittorrent/config.json | 4 ++-- apps/qbittorrent/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/qbittorrent/config.json b/apps/qbittorrent/config.json index d8dd4bc0..49104afc 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 12, - "version": "4.6.3", + "tipi_version": 13, + "version": "20.04.1", "categories": [ "utilities" ], diff --git a/apps/qbittorrent/docker-compose.yml b/apps/qbittorrent/docker-compose.yml index 8dc99096..944ecc2c 100644 --- a/apps/qbittorrent/docker-compose.yml +++ b/apps/qbittorrent/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: qbittorrent: - image: lscr.io/linuxserver/qbittorrent:4.6.3 + image: lscr.io/linuxserver/qbittorrent:20.04.1 container_name: qbittorrent dns: - ${DNS_IP} From 5e3ac1d5a233de3b97bf6735cbc158121f2fcbbc Mon Sep 17 00:00:00 2001 From: JigSaw Date: Thu, 18 Jan 2024 15:05:48 +0100 Subject: [PATCH 13/22] chores(github): improve issue template (#2150) --- .github/ISSUE_TEMPLATE/config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..45b3c9ac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,17 @@ +blank_issues_enabled: false +contact_links: + - name: 🤔 Questions and Help on Store Applications + url: https://github.com/runtipi/runtipi-appstore/discussions/categories/q-a + about: This issue tracker is not for support questions. Please refer to our Discussions. + - name: 💬 Chat + url: https://discord.gg/d8afGXHAhc + about: Want to discuss RunTipi with others? Check out our Discord. + - name: 📦 Store Application Requests + url: https://github.com/runtipi/runtipi-appstore/discussions/categories/applications-requests + about: Remember to search for existing application requests and "up-vote" any you like + - name: 🎪 Store Improvement Ideas + url: https://github.com/runtipi/runtipi-appstore/discussions/categories/ideas + about: Remember to search for existing ideas before starting new, discuss and "up-vote" any you like + - name: ⛺ RunTipi Core Repository (CLI) + url: https://github.com/runtipi/runtipi + about: Take a look at our main repository to submit ideas, improvements and issues related to the RunTipi CLI \ No newline at end of file From dd82876cd03b5482d7fca1e268b7e3463b2f7a59 Mon Sep 17 00:00:00 2001 From: JigSaw Date: Thu, 18 Jan 2024 16:19:52 +0100 Subject: [PATCH 14/22] feat(github): add bug report tmpl in yml with forms (#2151) * chores(github): improve issue template * feat(github): add bug report tmpl in yml with forms --- .github/ISSUE_TEMPLATE/app-request.md | 29 ------ .github/ISSUE_TEMPLATE/bug-report | 123 ++++++++++++++++++++++++++ 2 files changed, 123 insertions(+), 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/app-request.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report diff --git a/.github/ISSUE_TEMPLATE/app-request.md b/.github/ISSUE_TEMPLATE/app-request.md deleted file mode 100644 index c290bdb3..00000000 --- a/.github/ISSUE_TEMPLATE/app-request.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: App Request -about: Suggest an app to be added -title: "[APP REQUEST]" -labels: app request -assignees: meienberger - ---- - -Have you considered adding the app yourself? - -**Describe app** - -A clear and concise description of what the app consists of and how it would benefit the users of Tipi. - -**Links** -- Official repository: [Insert link] -- Official docker image: [Insert link] - -Include links to alln other the available resources for the app. (eg: website, license) - -**Additional context** - -Add any other context or screenshots about the app request here. - -**Checklist** -- [ ] I have put the app name in the title of the issue -- [ ] I have linked the repository of the app -- [ ] I have linked the official docker image diff --git a/.github/ISSUE_TEMPLATE/bug-report b/.github/ISSUE_TEMPLATE/bug-report new file mode 100644 index 00000000..cdd22c81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report @@ -0,0 +1,123 @@ +name: 🚨 Bug Report +description: Something is not working +title: '🚨 [MyApp] Concise description of the issue' +labels: + - bug + - triage +body: + - type: markdown + attributes: + value: >- + ### ⚠️ Please note: issues are for *bugs* only! + + These are problems that you think affect all Tipi users, not just + yourself. + + If you're uncertain, choose one of the other options below. + - type: markdown + attributes: + value: >- + #### Have a question? 👉 [Start a new + discussion](https://github.com/paperless-ngx/paperless-ngx/discussions/new) + or [ask in Discord](https://discord.gg/d8afGXHAhc). + + + #### Before opening an issue, please double check: + + + - The installation instructions of the related app. + + - Existing issues and discussions in upstream app repository. + + - [Existing issues and discussions in Tipi Store + repository](https://github.com/runtipi/runtipi-appstore/issues). + + - Remove any custom app user-config, if any to check if it's related. + - type: input + id: app + attributes: + label: Store Application + description: Please tell us which store application is concerned by your bug report. + placeholder: Plex + validations: + required: true + - type: input + id: version + attributes: + label: App version + placeholder: e.g. 2.5.0 + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: >- + A clear and concise description of what the bug is. If applicable, add + screenshots to help explain your problem. + placeholder: Currently my app does not work when...[Screenshot if applicable] + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Steps to reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. See error + validations: + required: true + - type: textarea + id: logs + attributes: + label: App logs + description: Logs from the app related to your issue. + render: bash + validations: + required: true + - type: input + id: browser + attributes: + label: Browser + description: Which browser you are using, if relevant. + placeholder: e.g. Edge, Chrome, Safari + - type: textarea + id: logs_browser + attributes: + label: Browser logs + description: Logs from the web browser related to your issue, if needed + render: bash + - type: textarea + id: config-changes + attributes: + label: User-Config changes + description: >- + Any configuration changes you made in + `user-config\app\docker-compose.yml` + - type: textarea + id: other + attributes: + label: Other + description: Any other relevant details. + - type: checkboxes + id: required-checks + attributes: + label: Please confirm the following + options: + - label: >- + I believe this issue is a bug that affects all users of RunTipi, not + something specific to my installation. + required: true + - label: >- + I have already searched for relevant existing issues and discussions + before opening this report. + required: true + - label: I have updated the title field above with a concise description. + required: true + - type: markdown + attributes: + value: >- + This template was generated with [Issue Forms + Creator](https://issue-forms-creator.netlify.app) From 962c40e5dd2f74e5be42f09fe9251765fde20286 Mon Sep 17 00:00:00 2001 From: JigSaw Date: Thu, 18 Jan 2024 16:24:06 +0100 Subject: [PATCH 15/22] fix(github): rename issue template (#2152) --- .github/ISSUE_TEMPLATE/{bug-report => bug-report.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report => bug-report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report rename to .github/ISSUE_TEMPLATE/bug-report.yml From 04ce5ac236d4545cdafef03667cd8a64c441acf8 Mon Sep 17 00:00:00 2001 From: JigSaw Date: Thu, 18 Jan 2024 16:42:23 +0100 Subject: [PATCH 16/22] Revert "chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v20" (#2155) --- apps/qbittorrent/config.json | 4 ++-- apps/qbittorrent/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/qbittorrent/config.json b/apps/qbittorrent/config.json index 49104afc..d8dd4bc0 100644 --- a/apps/qbittorrent/config.json +++ b/apps/qbittorrent/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8133, "id": "qbittorrent", - "tipi_version": 13, - "version": "20.04.1", + "tipi_version": 12, + "version": "4.6.3", "categories": [ "utilities" ], diff --git a/apps/qbittorrent/docker-compose.yml b/apps/qbittorrent/docker-compose.yml index 944ecc2c..8dc99096 100644 --- a/apps/qbittorrent/docker-compose.yml +++ b/apps/qbittorrent/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: qbittorrent: - image: lscr.io/linuxserver/qbittorrent:20.04.1 + image: lscr.io/linuxserver/qbittorrent:4.6.3 container_name: qbittorrent dns: - ${DNS_IP} From 02ab1a4cf13ca24e96593e446d77d4e453c45a91 Mon Sep 17 00:00:00 2001 From: JigSaw Date: Thu, 18 Jan 2024 16:48:31 +0100 Subject: [PATCH 17/22] Revert "chore(deps): update lscr.io/linuxserver/deluge docker tag to v18" (#2157) --- apps/deluge/config.json | 13 ++++--------- apps/deluge/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/deluge/config.json b/apps/deluge/config.json index f7068a26..90d6cc10 100644 --- a/apps/deluge/config.json +++ b/apps/deluge/config.json @@ -5,18 +5,13 @@ "available": true, "exposable": true, "id": "deluge", - "tipi_version": 4, - "version": "18.04.1", - "categories": [ - "utilities" - ], + "tipi_version": 3, + "version": "2.1.1", + "categories": ["utilities"], "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.", "short_desc": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.", "author": "https://github.com/deluge-torrent", "source": "https://github.com/linuxserver/docker-deluge", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/deluge/docker-compose.yml b/apps/deluge/docker-compose.yml index 0a89b7ea..ef078bd0 100644 --- a/apps/deluge/docker-compose.yml +++ b/apps/deluge/docker-compose.yml @@ -1,7 +1,7 @@ version: "2.1" services: deluge: - image: lscr.io/linuxserver/deluge:18.04.1 + image: lscr.io/linuxserver/deluge:2.1.1 container_name: deluge environment: - PUID=1000 From 5f3790da6d5039927d92ca496e91d38b19fa832e Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 18 Jan 2024 21:17:30 +0200 Subject: [PATCH 18/22] fix(apps): remove unused ports (#2160) --- apps/authentik/config.json | 3 ++- apps/authentik/docker-compose.yml | 1 - apps/authentik/metadata/description.md | 2 +- apps/portainer/config.json | 2 +- apps/portainer/docker-compose.yml | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/authentik/config.json b/apps/authentik/config.json index 59e0fb36..4361549b 100644 --- a/apps/authentik/config.json +++ b/apps/authentik/config.json @@ -5,8 +5,9 @@ "available": true, "exposable": true, "id": "authentik", - "tipi_version": 5, + "tipi_version": 6, "version": "2023.10.6", + "https": true, "categories": [ "development" ], diff --git a/apps/authentik/docker-compose.yml b/apps/authentik/docker-compose.yml index c36e23cb..ce30fd04 100644 --- a/apps/authentik/docker-compose.yml +++ b/apps/authentik/docker-compose.yml @@ -17,7 +17,6 @@ services: - ${APP_DATA_DIR}/data/authentik-media:/media - ${APP_DATA_DIR}/data/authentik-custom-templates:/templates ports: - - "8769:9000" - "${APP_PORT}:9443" depends_on: - authentik-db diff --git a/apps/authentik/metadata/description.md b/apps/authentik/metadata/description.md index 4098474a..407808b4 100644 --- a/apps/authentik/metadata/description.md +++ b/apps/authentik/metadata/description.md @@ -2,7 +2,7 @@ *Initial Install May take a bit to start up!* -To start the initial setup, navigate to http://:9000/if/flow/initial-setup/. +To start the initial setup, navigate to https://:8770/if/flow/initial-setup/. There you are prompted to set a password for the akadmin user (the default user). diff --git a/apps/portainer/config.json b/apps/portainer/config.json index 9698d012..bbaaf7e0 100644 --- a/apps/portainer/config.json +++ b/apps/portainer/config.json @@ -6,7 +6,7 @@ "exposable": true, "https": true, "id": "portainer", - "tipi_version": 17, + "tipi_version": 18, "version": "2.19.4-alpine", "categories": [ "utilities" diff --git a/apps/portainer/docker-compose.yml b/apps/portainer/docker-compose.yml index 5a21b518..2b00f6dd 100644 --- a/apps/portainer/docker-compose.yml +++ b/apps/portainer/docker-compose.yml @@ -7,7 +7,6 @@ services: restart: unless-stopped ports: - ${APP_PORT}:9443 - - 9000:9000 volumes: - /var/run/docker.sock:/var/run/docker.sock - "${APP_DATA_DIR}/data:/data" From fd6b4c79d2d13242957c16963a4ac40d4ee8b05e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:19:45 +0000 Subject: [PATCH 19/22] chore(deps): update amir20/dozzle docker tag to v6.1.0 (#2161) --- apps/dozzle/config.json | 4 ++-- apps/dozzle/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dozzle/config.json b/apps/dozzle/config.json index 53970a7c..588a79e2 100644 --- a/apps/dozzle/config.json +++ b/apps/dozzle/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8013, "id": "dozzle", - "tipi_version": 5, - "version": "6.0.8", + "tipi_version": 6, + "version": "6.1.0", "categories": [ "development" ], diff --git a/apps/dozzle/docker-compose.yml b/apps/dozzle/docker-compose.yml index 5d1c93ee..a4aeaf57 100644 --- a/apps/dozzle/docker-compose.yml +++ b/apps/dozzle/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: dozzle: container_name: dozzle - image: amir20/dozzle:v6.0.8 + image: amir20/dozzle:v6.1.0 restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock From 69ed5e80c5525e05d75b9421388f69e8d4e39fc5 Mon Sep 17 00:00:00 2001 From: JigSaw Date: Thu, 18 Jan 2024 22:01:33 +0100 Subject: [PATCH 20/22] fix(dozzle): removed login from env as deprecated, disable analytics by default (#2162) --- apps/dozzle/config.json | 16 +--------------- apps/dozzle/docker-compose.yml | 5 +---- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/apps/dozzle/config.json b/apps/dozzle/config.json index 588a79e2..7d015b2a 100644 --- a/apps/dozzle/config.json +++ b/apps/dozzle/config.json @@ -5,7 +5,7 @@ "exposable": true, "port": 8013, "id": "dozzle", - "tipi_version": 6, + "tipi_version": 7, "version": "6.1.0", "categories": [ "development" @@ -15,20 +15,6 @@ "author": "Amir Raminfar", "source": "https://github.com/amir20/dozzle", "form_fields": [ - { - "type": "text", - "label": "Username (optional)", - "required": false, - "placeholder": "Username", - "env_variable": "DOZZLE_USERNAME" - }, - { - "type": "password", - "label": "Password (optional)", - "placeholder": "Password", - "required": false, - "env_variable": "DOZZLE_PASSWORD" - }, { "type": "boolean", "label": "Disable Google Analytics", diff --git a/apps/dozzle/docker-compose.yml b/apps/dozzle/docker-compose.yml index a4aeaf57..393b4ede 100644 --- a/apps/dozzle/docker-compose.yml +++ b/apps/dozzle/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3.9" services: dozzle: container_name: dozzle @@ -11,9 +10,7 @@ services: networks: - tipi_main_network environment: - - DOZZLE_NO_ANALYTICS=${DOZZLE_NO_ANALYTICS} - - DOZZLE_USERNAME=${DOZZLE_USERNAME} - - DOZZLE_PASSWORD=${DOZZLE_PASSWORD} + - DOZZLE_NO_ANALYTICS=${DOZZLE_NO_ANALYTICS-true} labels: # Main traefik.enable: true From 20b6d18ae77fa658fbc461fb7bb311661db78bbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:03:20 +0000 Subject: [PATCH 21/22] chore(deps): update elasticsearch docker tag to v8.12.0 (#2164) --- apps/tubearchivist/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tubearchivist/docker-compose.yml b/apps/tubearchivist/docker-compose.yml index 3b0f16a4..f956fdde 100644 --- a/apps/tubearchivist/docker-compose.yml +++ b/apps/tubearchivist/docker-compose.yml @@ -62,7 +62,7 @@ services: - tubearchivist-es tubearchivist-es: - image: elasticsearch:8.11.4 + image: elasticsearch:8.12.0 container_name: tubearchivist-es restart: always environment: From d34761289d9704e67416e3359b8a23b205b8c7af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:03:36 +0000 Subject: [PATCH 22/22] chore(deps): update florider89/joplin-server docker tag to v2.14.2 (#2163) --- apps/joplin/config.json | 4 ++-- apps/joplin/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/joplin/config.json b/apps/joplin/config.json index 8dd9c98b..e6320cc0 100644 --- a/apps/joplin/config.json +++ b/apps/joplin/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8099, "id": "joplin", - "tipi_version": 12, - "version": "2.14.1", + "tipi_version": 13, + "version": "2.14.2", "categories": [ "utilities" ], diff --git a/apps/joplin/docker-compose.yml b/apps/joplin/docker-compose.yml index 3918e563..22f83a7c 100644 --- a/apps/joplin/docker-compose.yml +++ b/apps/joplin/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: joplin: container_name: joplin - image: florider89/joplin-server:2.14.1 + image: florider89/joplin-server:2.14.2 restart: unless-stopped depends_on: - db-joplin