From b51dfa6038bbe28078230edfbdfdc13f3c175f56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:04:20 +0000 Subject: [PATCH 01/30] chore(deps): update budibase/budibase docker tag to v2.13.6 (#1558) --- apps/budibase/config.json | 4 ++-- apps/budibase/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/budibase/config.json b/apps/budibase/config.json index 3ab9f96e..125b150c 100644 --- a/apps/budibase/config.json +++ b/apps/budibase/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "budibase", - "tipi_version": 29, - "version": "2.13.5", + "tipi_version": 30, + "version": "2.13.6", "categories": [ "development" ], diff --git a/apps/budibase/docker-compose.yml b/apps/budibase/docker-compose.yml index 0825c6d7..728e4af5 100644 --- a/apps/budibase/docker-compose.yml +++ b/apps/budibase/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.7' services: budibase: - image: budibase/budibase:2.13.5 + image: budibase/budibase:2.13.6 restart: unless-stopped container_name: budibase ports: From 9c948bad864eb646eedb0c73be5286c9932ee08b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:10:36 +0000 Subject: [PATCH 02/30] chore(deps): update dullage/flatnotes docker tag to v3.5.0 (#1559) --- apps/flatnotes/config.json | 9 ++++++--- apps/flatnotes/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/flatnotes/config.json b/apps/flatnotes/config.json index e9dfd2df..23829b46 100644 --- a/apps/flatnotes/config.json +++ b/apps/flatnotes/config.json @@ -5,8 +5,8 @@ "exposable": true, "id": "flatnotes", "port": 8137, - "tipi_version": 15, - "version": "3.4.0", + "tipi_version": 16, + "version": "3.5.0", "categories": [ "utilities" ], @@ -51,5 +51,8 @@ "env_variable": "FLATNOTES_TOTP_KEY" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/flatnotes/docker-compose.yml b/apps/flatnotes/docker-compose.yml index 217d3ce3..a3a98474 100644 --- a/apps/flatnotes/docker-compose.yml +++ b/apps/flatnotes/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: flatnotes: container_name: flatnotes - image: dullage/flatnotes:v3.4.0 + image: dullage/flatnotes:v3.5.0 environment: FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE} FLATNOTES_USERNAME: ${FLATNOTES_USERNAME} From 7ea77575f820270646da9ee94bdeefda6d1f2a5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:10:43 +0000 Subject: [PATCH 03/30] chore(deps): update ghostfolio/ghostfolio docker tag to v2.21.0 (#1560) --- apps/ghostfolio/config.json | 4 ++-- apps/ghostfolio/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ghostfolio/config.json b/apps/ghostfolio/config.json index 9ed0b030..5d9fe401 100644 --- a/apps/ghostfolio/config.json +++ b/apps/ghostfolio/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "ghostfolio", - "tipi_version": 17, - "version": "2.20.0", + "tipi_version": 18, + "version": "2.21.0", "categories": [ "finance" ], diff --git a/apps/ghostfolio/docker-compose.yml b/apps/ghostfolio/docker-compose.yml index b07642f9..b8c0c1ad 100644 --- a/apps/ghostfolio/docker-compose.yml +++ b/apps/ghostfolio/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.9" services: ghostfolio: container_name: ghostfolio - image: ghostfolio/ghostfolio:2.20.0 + image: ghostfolio/ghostfolio:2.21.0 restart: unless-stopped ports: - ${APP_PORT}:3333 From 0cbf7a2e08d91e24c2f3c06acdabcd6dcd94fc8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:19:02 +0000 Subject: [PATCH 04/30] chore(deps): update bbilly1/tubearchivist docker tag to v0.4.3 (#1561) --- apps/tubearchivist/config.json | 9 ++++++--- apps/tubearchivist/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/tubearchivist/config.json b/apps/tubearchivist/config.json index e6930dd8..17a1346f 100644 --- a/apps/tubearchivist/config.json +++ b/apps/tubearchivist/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8120, "id": "tubearchivist", - "tipi_version": 7, - "version": "0.4.2", + "tipi_version": 8, + "version": "0.4.3", "categories": [ "media" ], @@ -39,5 +39,8 @@ "env_variable": "ELASTIC_PASSWORD" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/tubearchivist/docker-compose.yml b/apps/tubearchivist/docker-compose.yml index f02fa400..6ccda3d0 100644 --- a/apps/tubearchivist/docker-compose.yml +++ b/apps/tubearchivist/docker-compose.yml @@ -4,7 +4,7 @@ services: tubearchivist: container_name: tubearchivist restart: unless-stopped - image: bbilly1/tubearchivist:v0.4.2 + image: bbilly1/tubearchivist:v0.4.3 ports: - ${APP_PORT}:8000 dns: From c6e2870ac53b3c6c3d9ff1dc9f0073fd4f75044b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:06:39 +0000 Subject: [PATCH 05/30] chore(deps): update budibase/budibase docker tag to v2.13.7 (#1562) --- apps/budibase/config.json | 4 ++-- apps/budibase/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/budibase/config.json b/apps/budibase/config.json index 125b150c..94fc1193 100644 --- a/apps/budibase/config.json +++ b/apps/budibase/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "budibase", - "tipi_version": 30, - "version": "2.13.6", + "tipi_version": 31, + "version": "2.13.7", "categories": [ "development" ], diff --git a/apps/budibase/docker-compose.yml b/apps/budibase/docker-compose.yml index 728e4af5..47741202 100644 --- a/apps/budibase/docker-compose.yml +++ b/apps/budibase/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.7' services: budibase: - image: budibase/budibase:2.13.6 + image: budibase/budibase:2.13.7 restart: unless-stopped container_name: budibase ports: From 1e7a7fba17d0cf84a2cc867f587af658f9a42262 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:04:40 +0000 Subject: [PATCH 06/30] chore(deps): update budibase/budibase docker tag to v2.13.9 (#1563) --- apps/budibase/config.json | 4 ++-- apps/budibase/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/budibase/config.json b/apps/budibase/config.json index 94fc1193..51753939 100644 --- a/apps/budibase/config.json +++ b/apps/budibase/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "budibase", - "tipi_version": 31, - "version": "2.13.7", + "tipi_version": 32, + "version": "2.13.9", "categories": [ "development" ], diff --git a/apps/budibase/docker-compose.yml b/apps/budibase/docker-compose.yml index 47741202..6dab6442 100644 --- a/apps/budibase/docker-compose.yml +++ b/apps/budibase/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.7' services: budibase: - image: budibase/budibase:2.13.7 + image: budibase/budibase:2.13.9 restart: unless-stopped container_name: budibase ports: From aaa112b24b3f4179605d9750e419863306f1da3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:50:21 +0000 Subject: [PATCH 07/30] chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.45.7 (#1564) --- apps/changedetection/config.json | 9 ++++++--- apps/changedetection/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/changedetection/config.json b/apps/changedetection/config.json index 378d29c0..f6161973 100644 --- a/apps/changedetection/config.json +++ b/apps/changedetection/config.json @@ -5,8 +5,8 @@ "exposable": true, "id": "changedetection", "description": "The best and simplest free open source website change detection, restock monitor and notification service.", - "tipi_version": 4, - "version": "0.45.5", + "tipi_version": 5, + "version": "0.45.7", "categories": [ "utilities" ], @@ -15,5 +15,8 @@ "source": "https://github.com/dgtlmoon/changedetection.io", "website": "https://changedetection.io/", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/changedetection/docker-compose.yml b/apps/changedetection/docker-compose.yml index 4dcab98a..e674beb0 100644 --- a/apps/changedetection/docker-compose.yml +++ b/apps/changedetection/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: changedetection: - image: ghcr.io/dgtlmoon/changedetection.io:0.45.5 + image: ghcr.io/dgtlmoon/changedetection.io:0.45.7 container_name: changedetection hostname: changedetection volumes: From 7b9371da648a14e8a4572a5d8044bfe4e87d75b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:50:24 +0000 Subject: [PATCH 08/30] chore(deps): update superseriousbusiness/gotosocial docker tag to v0.12.2 (#1565) --- apps/gotosocial/config.json | 9 ++++++--- apps/gotosocial/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/gotosocial/config.json b/apps/gotosocial/config.json index 2de3fcbc..2c73daf4 100644 --- a/apps/gotosocial/config.json +++ b/apps/gotosocial/config.json @@ -6,10 +6,10 @@ "exposable": true, "force_expose": true, "id": "gotosocial", - "tipi_version": 10, + "tipi_version": 11, "uid": 1000, "gid": 1000, - "version": "0.12.1", + "version": "0.12.2", "categories": [ "social" ], @@ -76,5 +76,8 @@ "env_variable": "GTS_SMTP_FROM" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/gotosocial/docker-compose.yml b/apps/gotosocial/docker-compose.yml index d2c85ede..afd0d72a 100644 --- a/apps/gotosocial/docker-compose.yml +++ b/apps/gotosocial/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: gotosocial: container_name: gotosocial - image: superseriousbusiness/gotosocial:0.12.1 + image: superseriousbusiness/gotosocial:0.12.2 user: 1000:1000 ports: - ${APP_PORT}:8080 From e10927a323af179e471fa8ad41ac4e0f8da5485f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:42:22 +0000 Subject: [PATCH 09/30] chore(deps): update drakkan/sftpgo docker tag to v2.5.5 (#1566) --- apps/sftpgo/config.json | 9 ++++++--- apps/sftpgo/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/sftpgo/config.json b/apps/sftpgo/config.json index 14eab4d3..099094f4 100644 --- a/apps/sftpgo/config.json +++ b/apps/sftpgo/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "sftpgo", - "tipi_version": 2, - "version": "2.5.4-alpine", + "tipi_version": 3, + "version": "2.5.5-alpine", "categories": [ "utilities" ], @@ -54,5 +54,8 @@ "env_variable": "SFTPGO_GRACE_TIME" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/sftpgo/docker-compose.yml b/apps/sftpgo/docker-compose.yml index 8a04964e..df3b1793 100644 --- a/apps/sftpgo/docker-compose.yml +++ b/apps/sftpgo/docker-compose.yml @@ -4,7 +4,7 @@ services: sftpgo: container_name: sftpgo user: root - image: drakkan/sftpgo:v2.5.4-alpine + image: drakkan/sftpgo:v2.5.5-alpine restart: unless-stopped depends_on: sftpgo-db: From d24e4c96221871ab70167a8dbaf278a7c67a2407 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 01:43:44 +0000 Subject: [PATCH 10/30] chore(deps): update ghcr.io/serge-chat/serge docker tag to v0.5.2 (#1567) --- apps/serge/config.json | 4 ++-- apps/serge/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/serge/config.json b/apps/serge/config.json index 429f5587..8d4ff766 100644 --- a/apps/serge/config.json +++ b/apps/serge/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8008, "id": "serge", - "tipi_version": 3, - "version": "0.5.1", + "tipi_version": 4, + "version": "0.5.2", "categories": [ "ai" ], diff --git a/apps/serge/docker-compose.yml b/apps/serge/docker-compose.yml index 752a4705..f43b06d0 100644 --- a/apps/serge/docker-compose.yml +++ b/apps/serge/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: serge: - image: ghcr.io/serge-chat/serge:0.5.1 + image: ghcr.io/serge-chat/serge:0.5.2 container_name: serge restart: unless-stopped ports: From d6c29aa860fe8c869f7db0a5342c37188e04f50f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 01:46:02 +0000 Subject: [PATCH 11/30] chore(deps): update ghcr.io/ajnart/homarr docker tag to v0.14.0 (#1568) --- apps/homarr/config.json | 9 ++++++--- apps/homarr/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/homarr/config.json b/apps/homarr/config.json index 5561a292..55219d77 100644 --- a/apps/homarr/config.json +++ b/apps/homarr/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8102, "id": "homarr", - "tipi_version": 18, - "version": "0.13.4", + "tipi_version": 19, + "version": "0.14.0", "categories": [ "utilities" ], @@ -25,5 +25,8 @@ "env_variable": "HOMARR_PASSWORD" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/homarr/docker-compose.yml b/apps/homarr/docker-compose.yml index dff83b4d..50293a43 100644 --- a/apps/homarr/docker-compose.yml +++ b/apps/homarr/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: homarr: container_name: homarr - image: ghcr.io/ajnart/homarr:0.13.4 + image: ghcr.io/ajnart/homarr:0.14.0 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/config:/app/data/configs From 4ef57f7970e58ad74dab3142c44bf4e58e268a99 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 18:27:53 +0200 Subject: [PATCH 12/30] Add activepieces. --- apps/activepieces/config.json | 26 +++++++ apps/activepieces/docker-compose.yml | 64 ++++++++++++++++++ apps/activepieces/metadata/description.md | 16 +++++ apps/activepieces/metadata/logo.jpg | Bin 0 -> 8451 bytes .../metadata/logo.jpg:Zone.Identifier | 4 ++ 5 files changed, 110 insertions(+) create mode 100644 apps/activepieces/config.json create mode 100644 apps/activepieces/docker-compose.yml create mode 100644 apps/activepieces/metadata/description.md create mode 100644 apps/activepieces/metadata/logo.jpg create mode 100644 apps/activepieces/metadata/logo.jpg:Zone.Identifier diff --git a/apps/activepieces/config.json b/apps/activepieces/config.json new file mode 100644 index 00000000..2d97d0a8 --- /dev/null +++ b/apps/activepieces/config.json @@ -0,0 +1,26 @@ +{ + "name": "Activepieces", + "available": true, + "port": 8605, + "exposable": true, + "id": "activepieces", + "description": "Your friendliest open source all-in-one automation tool.", + "tipi_version": 1, + "version": "0.12.2", + "categories": [ + "automation" + ], + "short_desc": "True zapier alternative.", + "author": "Activepieces", + "source": "https://github.com/activepieces/activepieces", + "website": "https://www.activepieces.com/", + "form_fields": [ + { + "type": "random", + "max": 32, + "min": 8, + "env_variable": "AP_POSTGRES_PASSWORD" + } + ], + "supported_architectures": ["arm64", "amd64"] +} diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml new file mode 100644 index 00000000..bdeb65cc --- /dev/null +++ b/apps/activepieces/docker-compose.yml @@ -0,0 +1,64 @@ +version: "3.7" +services: + activepieces: + image: activepieces/activepieces:0.12.2 + container_name: activepieces + restart: unless-stopped + ports: + - "{APP_PORT}:80" + depends_on: + - activepieces-postgres + - activepieces-redis + environment: + - POSTGRES_DB=activepieces + - POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} + - POSTGRES_USER=tipi + networks: + - tipi_main_network + + labels: + # Main + traefik.enable: true + traefik.http.middlewares.activepieces-web-redirect.redirectscheme.scheme: https + traefik.http.services.activepieces.loadbalancer.server.port: 8744 + # Web + traefik.http.routers.activepieces-insecure.rule: Host(`${APP_DOMAIN}`) + traefik.http.routers.activepieces-insecure.entrypoints: web + traefik.http.routers.activepieces-insecure.service: activepieces + traefik.http.routers.activepieces-insecure.middlewares: activepieces-web-redirect + # Websecure + traefik.http.routers.activepieces.rule: Host(`${APP_DOMAIN}`) + traefik.http.routers.activepieces.entrypoints: websecure + traefik.http.routers.activepieces.service: activepieces + traefik.http.routers.activepieces.tls.certresolver: myresolver + # Local domain + traefik.http.routers.activepieces-local-insecure.rule: Host(`activepieces.${LOCAL_DOMAIN}`) + traefik.http.routers.activepieces-local-insecure.entrypoints: web + traefik.http.routers.activepieces-local-insecure.service: activepieces + traefik.http.routers.activepieces-local-insecure.middlewares: activepieces-web-redirect + # Local domain secure + traefik.http.routers.activepieces-local.rule: Host(`activepieces.${LOCAL_DOMAIN}`) + traefik.http.routers.activepieces-local.entrypoints: websecure + traefik.http.routers.activepieces-local.service: activepieces + traefik.http.routers.activepieces-local.tls: true + + activepieces-postgres: + image: postgres:activepieces-postgres + restart: unless-stopped + environment: + - POSTGRES_DB=activepieces + - POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} + - POSTGRES_USER=tipi + volumes: + - "{APP_DATA}/data/postgres:/var/lib/postgresql/data" + networks: + - tipi_main_network + + activepieces-redis: + image: redis:7 + container_name: activepieces-redis + restart: unless-stopped + volumes: + - "{APP_DATA}/data/redis/:/data" + networks: + - tipi_main_network diff --git a/apps/activepieces/metadata/description.md b/apps/activepieces/metadata/description.md new file mode 100644 index 00000000..4bc9cedf --- /dev/null +++ b/apps/activepieces/metadata/description.md @@ -0,0 +1,16 @@ +## Activepiece + +Your friendliest open source all-in-one automation tool, designed to be extensible through a type-safe pieces framework written in Typescript. + +## 🎨 Flow Builder + +User-friendly Workflow Builder! Enjoy building fun and interactive flows with support for Branches, Loops, and Drag and Drop. +build + +## 🔌 Pieces + +Activepieces integrates Google Sheets, OpenAI, Discord, and RSS, along with 80+ other integrations. +The list of supported integrations continues to grow rapidly, thanks to valuable contributions from the community. +Activepieces is an open ecosystem, all piece source code is available in the repository, +and they are versioned and published directly to npmjs.com upon contributions. + diff --git a/apps/activepieces/metadata/logo.jpg b/apps/activepieces/metadata/logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..11e5bcbf37ab2286c114f787afbe1ab728998e86 GIT binary patch literal 8451 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 A0ssI2 literal 0 HcmV?d00001 diff --git a/apps/activepieces/metadata/logo.jpg:Zone.Identifier b/apps/activepieces/metadata/logo.jpg:Zone.Identifier new file mode 100644 index 00000000..581630af --- /dev/null +++ b/apps/activepieces/metadata/logo.jpg:Zone.Identifier @@ -0,0 +1,4 @@ +[ZoneTransfer] +ZoneId=3 +ReferrerUrl=https://www.canva.com/ +HostUrl=https://export-download.canva.com/npQ5M/DAFz4FnpQ5M/4/0/0001-6105038179779533664.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJHKNGJLC2J7OGJ6Q%2F20231110%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231110T181007Z&X-Amz-Expires=84515&X-Amz-Signature=f771d89dccc62691b48678c1112e9ff13525a89bd64b70db66457258f8852d43&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%2A%3DUTF-8%27%27Untitled%2520design.jpg&response-expires=Sat%2C%2011%20Nov%202023%2017%3A38%3A42%20GMT From b18b6360928f652ec2debca4c02c9cc7f2f14260 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 18:30:39 +0200 Subject: [PATCH 13/30] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c98ca5dd..74b00ef3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This is the official repository for the Tipi App Store. It contains all the apps ## Apps available - [2FAuth](https://github.com/Bubka/2FAuth) - A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes +- [Activepieces](https://github.com/activepieces/activepieces) - A true zapier alternative. - [Actual Budget](https://github.com/actualbudget/actual-server) - Local-first OpenSource Budget tool - [Adguard Home](https://github.com/AdguardTeam/AdGuardHome) - Adguard Home DNS adblocker - [Audiobookshelf](https://github.com/advplyr/audiobookshelf) - Audiobookshelf is a self-hosted audiobook and podcast server. From ded74d789e5a41514f3f1ee8253eb9ae2577a4ff Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 18:35:34 +0200 Subject: [PATCH 14/30] I hate windows. --- apps/activepieces/metadata/logo.jpg:Zone.Identifier | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 apps/activepieces/metadata/logo.jpg:Zone.Identifier diff --git a/apps/activepieces/metadata/logo.jpg:Zone.Identifier b/apps/activepieces/metadata/logo.jpg:Zone.Identifier deleted file mode 100644 index 581630af..00000000 --- a/apps/activepieces/metadata/logo.jpg:Zone.Identifier +++ /dev/null @@ -1,4 +0,0 @@ -[ZoneTransfer] -ZoneId=3 -ReferrerUrl=https://www.canva.com/ -HostUrl=https://export-download.canva.com/npQ5M/DAFz4FnpQ5M/4/0/0001-6105038179779533664.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJHKNGJLC2J7OGJ6Q%2F20231110%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231110T181007Z&X-Amz-Expires=84515&X-Amz-Signature=f771d89dccc62691b48678c1112e9ff13525a89bd64b70db66457258f8852d43&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%2A%3DUTF-8%27%27Untitled%2520design.jpg&response-expires=Sat%2C%2011%20Nov%202023%2017%3A38%3A42%20GMT From da073ba78a9c5bcb13cc1f18ed5ef1140fc5db35 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 20:14:21 +0200 Subject: [PATCH 15/30] Fix config error. --- apps/activepieces/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/activepieces/config.json b/apps/activepieces/config.json index 2d97d0a8..8ab0c556 100644 --- a/apps/activepieces/config.json +++ b/apps/activepieces/config.json @@ -17,8 +17,8 @@ "form_fields": [ { "type": "random", - "max": 32, - "min": 8, + "label": "Activepieces postgres password.", + "min": 32, "env_variable": "AP_POSTGRES_PASSWORD" } ], From 543b569fb04ac5453b9053aed7d9e5f7eb0d56c1 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 20:17:53 +0200 Subject: [PATCH 16/30] Errors again. --- apps/activepieces/docker-compose.yml | 6 +++--- apps/activepieces/metadata/description.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml index bdeb65cc..8933243d 100644 --- a/apps/activepieces/docker-compose.yml +++ b/apps/activepieces/docker-compose.yml @@ -5,7 +5,7 @@ services: container_name: activepieces restart: unless-stopped ports: - - "{APP_PORT}:80" + - "${APP_PORT}:80" depends_on: - activepieces-postgres - activepieces-redis @@ -50,7 +50,7 @@ services: - POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} - POSTGRES_USER=tipi volumes: - - "{APP_DATA}/data/postgres:/var/lib/postgresql/data" + - "${APP_DATA}/data/postgres:/var/lib/postgresql/data" networks: - tipi_main_network @@ -59,6 +59,6 @@ services: container_name: activepieces-redis restart: unless-stopped volumes: - - "{APP_DATA}/data/redis/:/data" + - "${APP_DATA}/data/redis/:/data" networks: - tipi_main_network diff --git a/apps/activepieces/metadata/description.md b/apps/activepieces/metadata/description.md index 4bc9cedf..26e98ce3 100644 --- a/apps/activepieces/metadata/description.md +++ b/apps/activepieces/metadata/description.md @@ -1,4 +1,4 @@ -## Activepiece +## Activepieces Your friendliest open source all-in-one automation tool, designed to be extensible through a type-safe pieces framework written in Typescript. From 9453dbd7a0d1f2d5099d0456e3cb4c89143726ae Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 20:21:42 +0200 Subject: [PATCH 17/30] WHY LVIM --- apps/activepieces/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml index 8933243d..baa2caec 100644 --- a/apps/activepieces/docker-compose.yml +++ b/apps/activepieces/docker-compose.yml @@ -43,14 +43,14 @@ services: traefik.http.routers.activepieces-local.tls: true activepieces-postgres: - image: postgres:activepieces-postgres + image: postgres:14 restart: unless-stopped environment: - POSTGRES_DB=activepieces - POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} - POSTGRES_USER=tipi volumes: - - "${APP_DATA}/data/postgres:/var/lib/postgresql/data" + - "${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data" networks: - tipi_main_network @@ -59,6 +59,6 @@ services: container_name: activepieces-redis restart: unless-stopped volumes: - - "${APP_DATA}/data/redis/:/data" + - "${APP_DATA_DIR}/data/redis/:/data" networks: - tipi_main_network From ecd435dce11ef6bbec2f5575c1c98a794c04d41c Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 20:31:30 +0200 Subject: [PATCH 18/30] I am going to commit suicide... --- apps/activepieces/config.json | 18 ++++++++++++++++++ apps/activepieces/docker-compose.yml | 22 +++++++++++++++++++--- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/apps/activepieces/config.json b/apps/activepieces/config.json index 8ab0c556..ea5a06fa 100644 --- a/apps/activepieces/config.json +++ b/apps/activepieces/config.json @@ -20,6 +20,24 @@ "label": "Activepieces postgres password.", "min": 32, "env_variable": "AP_POSTGRES_PASSWORD" + }, + { + "type": "random", + "label": "Activepieces api key.", + "min": 32, + "env_variable": "AP_API_KEY" + }, + { + "type": "random", + "label": "Activepieces encryption key.", + "min": 32, + "env_variable": "AP_ENCRYPTION_KEY" + }, + { + "type": "random", + "label": "Activepieces jwt secret.", + "min": 32, + "env_variable": "AP_JWT_SECRET" } ], "supported_architectures": ["arm64", "amd64"] diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml index baa2caec..7c06bd5a 100644 --- a/apps/activepieces/docker-compose.yml +++ b/apps/activepieces/docker-compose.yml @@ -10,9 +10,25 @@ services: - activepieces-postgres - activepieces-redis environment: - - POSTGRES_DB=activepieces - - POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} - - POSTGRES_USER=tipi + - AP_ENGINE_EXECUTABLE_PATH=dist/packages/engine/main.js + - AP_API_KEY=${AP_API_KEY} + - AP_ENCRYPTION_KEY=${AP_ENCRYPTION_KEY} + - AP_JWT_SECRET=${AP_JWT_SECRET} + - AP_ENVIRONMENT=prod + - AP_FRONTEND_URL=http://localhost:8080 + - AP_WEBHOOK_TIMEOUT_SECONDS=30 + - AP_TRIGGER_DEFAULT_POLL_INTERVAL=5 + - AP_POSTGRES_DATABASE=activepieces + - AP_POSTGRES_HOST=activpieces-postgres + - AP_POSTGRES_PORT=5432 + - AP_POSTGRES_USERNAME=tipi + - AP_POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} + - AP_EXECUTION_MODE=UNSANDBOXED + - AP_REDIS_HOST=redis-activpieces + - AP_REDIS_PORT=6379 + - AP_SANDBOX_RUN_TIME_SECONDS=600 + - AP_TELEMETRY_ENABLED=true + - AP_TEMPLATES_SOURCE_URL="https://cloud.activepieces.com/api/v1/flow-templates" networks: - tipi_main_network From e8e7e3282d5bbbae8aca6c7358ee21e3d7015175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 18:42:35 +0000 Subject: [PATCH 19/30] chore(deps): update ghostfolio/ghostfolio docker tag to v2.22.0 (#1570) --- apps/ghostfolio/config.json | 4 ++-- apps/ghostfolio/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ghostfolio/config.json b/apps/ghostfolio/config.json index 5d9fe401..dda071f0 100644 --- a/apps/ghostfolio/config.json +++ b/apps/ghostfolio/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "ghostfolio", - "tipi_version": 18, - "version": "2.21.0", + "tipi_version": 19, + "version": "2.22.0", "categories": [ "finance" ], diff --git a/apps/ghostfolio/docker-compose.yml b/apps/ghostfolio/docker-compose.yml index b8c0c1ad..f29c154f 100644 --- a/apps/ghostfolio/docker-compose.yml +++ b/apps/ghostfolio/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.9" services: ghostfolio: container_name: ghostfolio - image: ghostfolio/ghostfolio:2.21.0 + image: ghostfolio/ghostfolio:2.22.0 restart: unless-stopped ports: - ${APP_PORT}:3333 From 664d25517486de672d06388ffc20a467d6cf42e7 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 21:05:10 +0200 Subject: [PATCH 20/30] SUICIDE --- apps/activepieces/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml index 7c06bd5a..4423e866 100644 --- a/apps/activepieces/docker-compose.yml +++ b/apps/activepieces/docker-compose.yml @@ -19,12 +19,12 @@ services: - AP_WEBHOOK_TIMEOUT_SECONDS=30 - AP_TRIGGER_DEFAULT_POLL_INTERVAL=5 - AP_POSTGRES_DATABASE=activepieces - - AP_POSTGRES_HOST=activpieces-postgres + - AP_POSTGRES_HOST=activepieces-postgres - AP_POSTGRES_PORT=5432 - AP_POSTGRES_USERNAME=tipi - AP_POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} - AP_EXECUTION_MODE=UNSANDBOXED - - AP_REDIS_HOST=redis-activpieces + - AP_REDIS_HOST=redis-activepieces - AP_REDIS_PORT=6379 - AP_SANDBOX_RUN_TIME_SECONDS=600 - AP_TELEMETRY_ENABLED=true From da090a99396e172845c91aa25606a25bbda399f2 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 21:11:43 +0200 Subject: [PATCH 21/30] I give up... --- apps/activepieces/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml index 4423e866..d2ce34dc 100644 --- a/apps/activepieces/docker-compose.yml +++ b/apps/activepieces/docker-compose.yml @@ -61,6 +61,7 @@ services: activepieces-postgres: image: postgres:14 restart: unless-stopped + container_name: activepieces-postgres environment: - POSTGRES_DB=activepieces - POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} From 2d4a7006b9ed1e76697d533051c4e266a3a2fe41 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 21:21:03 +0200 Subject: [PATCH 22/30] OH YEAHHHH --- apps/activepieces/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml index d2ce34dc..cc32a62f 100644 --- a/apps/activepieces/docker-compose.yml +++ b/apps/activepieces/docker-compose.yml @@ -19,12 +19,12 @@ services: - AP_WEBHOOK_TIMEOUT_SECONDS=30 - AP_TRIGGER_DEFAULT_POLL_INTERVAL=5 - AP_POSTGRES_DATABASE=activepieces - - AP_POSTGRES_HOST=activepieces-postgres + - AP_POSTGRES_HOST=activepieces-postgress.runtipi_tipi_main_network - AP_POSTGRES_PORT=5432 - AP_POSTGRES_USERNAME=tipi - AP_POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} - AP_EXECUTION_MODE=UNSANDBOXED - - AP_REDIS_HOST=redis-activepieces + - AP_REDIS_HOST=activepieces-redis.runtipi_tipi_main_network - AP_REDIS_PORT=6379 - AP_SANDBOX_RUN_TIME_SECONDS=600 - AP_TELEMETRY_ENABLED=true From f21332115ad6e8c2382a8616917915e6e868ded6 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 21:26:50 +0200 Subject: [PATCH 23/30] S --- apps/activepieces/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml index cc32a62f..ace8e24f 100644 --- a/apps/activepieces/docker-compose.yml +++ b/apps/activepieces/docker-compose.yml @@ -19,7 +19,7 @@ services: - AP_WEBHOOK_TIMEOUT_SECONDS=30 - AP_TRIGGER_DEFAULT_POLL_INTERVAL=5 - AP_POSTGRES_DATABASE=activepieces - - AP_POSTGRES_HOST=activepieces-postgress.runtipi_tipi_main_network + - AP_POSTGRES_HOST=activepieces-postgres.runtipi_tipi_main_network - AP_POSTGRES_PORT=5432 - AP_POSTGRES_USERNAME=tipi - AP_POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} From 11677014dd949c34197783d7ba235239aee8603c Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 23:41:52 +0200 Subject: [PATCH 24/30] feat(netbootxyz): add Netboot.xyz (#1571) * feat(netbootxyz): add Netboot.xyz * fix(netbootxyz): switch to linuxserver * fix(netbootxyz): change version in config file. --- README.md | 1 + apps/netbootxyz/config.json | 20 ++++++++++++ apps/netbootxyz/docker-compose.yml | 39 ++++++++++++++++++++++++ apps/netbootxyz/metadata/description.md | 5 +++ apps/netbootxyz/metadata/logo.jpg | Bin 0 -> 12739 bytes 5 files changed, 65 insertions(+) create mode 100644 apps/netbootxyz/config.json create mode 100644 apps/netbootxyz/docker-compose.yml create mode 100644 apps/netbootxyz/metadata/description.md create mode 100644 apps/netbootxyz/metadata/logo.jpg diff --git a/README.md b/README.md index c98ca5dd..3fb1eba3 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ This is the official repository for the Tipi App Store. It contains all the apps - [Mylar3](https://github.com/mylar3/mylar3) - Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. - [n8n](https://github.com/n8n-io/n8n) - Workflow Automation Tool - [Navidrome](https://github.com/navidrome/navidrome) - A selfhosted music server +- [Netboot.xyz](https://github.com/netbootxyz/netboot.xyz) - Your favorite operating systems in one place! - [Netdata](https://github.com/netdata/netdata) - Open-source, real-time, performance and health monitoring. - [Nextcloud](https://github.com/nextcloud/server) - A safe home for all your data - [Nitter](https://github.com/zedeus/nitter) - Alternative Twitter front-end diff --git a/apps/netbootxyz/config.json b/apps/netbootxyz/config.json new file mode 100644 index 00000000..683e73a8 --- /dev/null +++ b/apps/netbootxyz/config.json @@ -0,0 +1,20 @@ +{ + "name": "Netboot.xyz", + "available": true, + "port": 8675, + "exposable": true, + "id": "netbootxyz", + "description": "Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.", + "tipi_version": 1, + "version": "0.6.9", + "categories": [ + "utilities" + ], + "short_desc": "Your favorite operating systems in one place.", + "author": "netboot.xyz", + "source": "https://github.com/netbootxyz/netboot.xyz", + "website": "https://netboot.xyz/", + "form_fields": [], + "supported_architectures": ["arm64", "amd64"] + } + diff --git a/apps/netbootxyz/docker-compose.yml b/apps/netbootxyz/docker-compose.yml new file mode 100644 index 00000000..b2209c80 --- /dev/null +++ b/apps/netbootxyz/docker-compose.yml @@ -0,0 +1,39 @@ +version: "3.7" +services: + netbootxyz: + image: lscr.io/linuxserver/netbootxyz:0.6.9 + container_name: netbootxyz + volumes: + - ${APP_DATA_DIR}/data/config:/config + - ${APP_DATA_DIR}/data/assets:/assets + ports: + - ${APP_PORT}:3000 + - 69:69/udp + restart: unless-stopped + networks: + - tipi_main_network + labels: + # Main + traefik.enable: true + traefik.http.middlewares.netbootxyz-web-redirect.redirectscheme.scheme: https + traefik.http.services.netbootxyz.loadbalancer.server.port: 19999 + # Web + traefik.http.routers.netbootxyz-insecure.rule: Host(`${APP_DOMAIN}`) + traefik.http.routers.netbootxyz-insecure.entrypoints: web + traefik.http.routers.netbootxyz-insecure.service: netbootxyz + traefik.http.routers.netbootxyz-insecure.middlewares: netbootxyz-web-redirect + # Websecure + traefik.http.routers.netbootxyz.rule: Host(`${APP_DOMAIN}`) + traefik.http.routers.netbootxyz.entrypoints: websecure + traefik.http.routers.netbootxyz.service: netbootxyz + traefik.http.routers.netbootxyz.tls.certresolver: myresolver + # Local domain + traefik.http.routers.netbootxyz-local-insecure.rule: Host(`netbootxyz.${LOCAL_DOMAIN}`) + traefik.http.routers.netbootxyz-local-insecure.entrypoints: web + traefik.http.routers.netbootxyz-local-insecure.service: netbootxyz + traefik.http.routers.netbootxyz-local-insecure.middlewares: netbootxyz-web-redirect + # Local domain secure + traefik.http.routers.netbootxyz-local.rule: Host(`netbootxyz.${LOCAL_DOMAIN}`) + traefik.http.routers.netbootxyz-local.entrypoints: websecure + traefik.http.routers.netbootxyz-local.service: netbootxyz + traefik.http.routers.netbootxyz-local.tls: true diff --git a/apps/netbootxyz/metadata/description.md b/apps/netbootxyz/metadata/description.md new file mode 100644 index 00000000..222968f2 --- /dev/null +++ b/apps/netbootxyz/metadata/description.md @@ -0,0 +1,5 @@ +## netboot.xyz + +Your favorite operating systems in one place! + +![netboot.xyz menu](https://netboot.xyz/images/netboot.xyz.gif) \ No newline at end of file diff --git a/apps/netbootxyz/metadata/logo.jpg b/apps/netbootxyz/metadata/logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..784f5d0b39d58a188315f7414b3f3aed2b7e6391 GIT binary patch literal 12739 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 OFB|xuwE;Be)qeqPy1TIe literal 0 HcmV?d00001 From e0aaaffedfaafe20dfae6dcea24196da17b24f87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:55:11 +0000 Subject: [PATCH 25/30] chore(deps): update ghcr.io/alexjustesen/speedtest-tracker docker tag to v0.13.2 (#1573) --- apps/speedtest-tracker/config.json | 13 +++++++++---- apps/speedtest-tracker/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/speedtest-tracker/config.json b/apps/speedtest-tracker/config.json index ba842d03..01aa385b 100644 --- a/apps/speedtest-tracker/config.json +++ b/apps/speedtest-tracker/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "speedtest-tracker", - "tipi_version": 1, - "version": "v0.13.1", - "categories": ["utilities"], + "tipi_version": 2, + "version": "0.13.2", + "categories": [ + "utilities" + ], "description": "Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.", "short_desc": "Internet performance tracking application.", "author": "alexjustesen", @@ -20,5 +22,8 @@ "env_variable": "SPEEDTEST_TRACKER_DB_PASSWORD" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/speedtest-tracker/docker-compose.yml b/apps/speedtest-tracker/docker-compose.yml index 7ae8b651..67717b42 100644 --- a/apps/speedtest-tracker/docker-compose.yml +++ b/apps/speedtest-tracker/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: speedtest-tracker: - image: ghcr.io/alexjustesen/speedtest-tracker:v0.13.1 + image: ghcr.io/alexjustesen/speedtest-tracker:v0.13.2 container_name: speedtest-tracker environment: - PUID=1000 From f1ff6e41a5b8d0ae578fba7f82ab3cd8b35fdf90 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 11 Nov 2023 23:41:52 +0200 Subject: [PATCH 26/30] feat(netbootxyz): add Netboot.xyz (#1571) * feat(netbootxyz): add Netboot.xyz * fix(netbootxyz): switch to linuxserver * fix(netbootxyz): change version in config file. --- README.md | 1 + apps/netbootxyz/config.json | 20 ++++++++++++ apps/netbootxyz/docker-compose.yml | 39 ++++++++++++++++++++++++ apps/netbootxyz/metadata/description.md | 5 +++ apps/netbootxyz/metadata/logo.jpg | Bin 0 -> 12739 bytes 5 files changed, 65 insertions(+) create mode 100644 apps/netbootxyz/config.json create mode 100644 apps/netbootxyz/docker-compose.yml create mode 100644 apps/netbootxyz/metadata/description.md create mode 100644 apps/netbootxyz/metadata/logo.jpg diff --git a/README.md b/README.md index 74b00ef3..1f989ced 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ This is the official repository for the Tipi App Store. It contains all the apps - [Mylar3](https://github.com/mylar3/mylar3) - Mylar3 is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. - [n8n](https://github.com/n8n-io/n8n) - Workflow Automation Tool - [Navidrome](https://github.com/navidrome/navidrome) - A selfhosted music server +- [Netboot.xyz](https://github.com/netbootxyz/netboot.xyz) - Your favorite operating systems in one place! - [Netdata](https://github.com/netdata/netdata) - Open-source, real-time, performance and health monitoring. - [Nextcloud](https://github.com/nextcloud/server) - A safe home for all your data - [Nitter](https://github.com/zedeus/nitter) - Alternative Twitter front-end diff --git a/apps/netbootxyz/config.json b/apps/netbootxyz/config.json new file mode 100644 index 00000000..683e73a8 --- /dev/null +++ b/apps/netbootxyz/config.json @@ -0,0 +1,20 @@ +{ + "name": "Netboot.xyz", + "available": true, + "port": 8675, + "exposable": true, + "id": "netbootxyz", + "description": "Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.", + "tipi_version": 1, + "version": "0.6.9", + "categories": [ + "utilities" + ], + "short_desc": "Your favorite operating systems in one place.", + "author": "netboot.xyz", + "source": "https://github.com/netbootxyz/netboot.xyz", + "website": "https://netboot.xyz/", + "form_fields": [], + "supported_architectures": ["arm64", "amd64"] + } + diff --git a/apps/netbootxyz/docker-compose.yml b/apps/netbootxyz/docker-compose.yml new file mode 100644 index 00000000..b2209c80 --- /dev/null +++ b/apps/netbootxyz/docker-compose.yml @@ -0,0 +1,39 @@ +version: "3.7" +services: + netbootxyz: + image: lscr.io/linuxserver/netbootxyz:0.6.9 + container_name: netbootxyz + volumes: + - ${APP_DATA_DIR}/data/config:/config + - ${APP_DATA_DIR}/data/assets:/assets + ports: + - ${APP_PORT}:3000 + - 69:69/udp + restart: unless-stopped + networks: + - tipi_main_network + labels: + # Main + traefik.enable: true + traefik.http.middlewares.netbootxyz-web-redirect.redirectscheme.scheme: https + traefik.http.services.netbootxyz.loadbalancer.server.port: 19999 + # Web + traefik.http.routers.netbootxyz-insecure.rule: Host(`${APP_DOMAIN}`) + traefik.http.routers.netbootxyz-insecure.entrypoints: web + traefik.http.routers.netbootxyz-insecure.service: netbootxyz + traefik.http.routers.netbootxyz-insecure.middlewares: netbootxyz-web-redirect + # Websecure + traefik.http.routers.netbootxyz.rule: Host(`${APP_DOMAIN}`) + traefik.http.routers.netbootxyz.entrypoints: websecure + traefik.http.routers.netbootxyz.service: netbootxyz + traefik.http.routers.netbootxyz.tls.certresolver: myresolver + # Local domain + traefik.http.routers.netbootxyz-local-insecure.rule: Host(`netbootxyz.${LOCAL_DOMAIN}`) + traefik.http.routers.netbootxyz-local-insecure.entrypoints: web + traefik.http.routers.netbootxyz-local-insecure.service: netbootxyz + traefik.http.routers.netbootxyz-local-insecure.middlewares: netbootxyz-web-redirect + # Local domain secure + traefik.http.routers.netbootxyz-local.rule: Host(`netbootxyz.${LOCAL_DOMAIN}`) + traefik.http.routers.netbootxyz-local.entrypoints: websecure + traefik.http.routers.netbootxyz-local.service: netbootxyz + traefik.http.routers.netbootxyz-local.tls: true diff --git a/apps/netbootxyz/metadata/description.md b/apps/netbootxyz/metadata/description.md new file mode 100644 index 00000000..222968f2 --- /dev/null +++ b/apps/netbootxyz/metadata/description.md @@ -0,0 +1,5 @@ +## netboot.xyz + +Your favorite operating systems in one place! + +![netboot.xyz menu](https://netboot.xyz/images/netboot.xyz.gif) \ No newline at end of file diff --git a/apps/netbootxyz/metadata/logo.jpg b/apps/netbootxyz/metadata/logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..784f5d0b39d58a188315f7414b3f3aed2b7e6391 GIT binary patch literal 12739 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 OFB|xuwE;Be)qeqPy1TIe literal 0 HcmV?d00001 From 2e833e08f9de9692dc5e6f1cbbd8efa58e8e8bc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:55:11 +0000 Subject: [PATCH 27/30] chore(deps): update ghcr.io/alexjustesen/speedtest-tracker docker tag to v0.13.2 (#1573) --- apps/speedtest-tracker/config.json | 13 +++++++++---- apps/speedtest-tracker/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/speedtest-tracker/config.json b/apps/speedtest-tracker/config.json index ba842d03..01aa385b 100644 --- a/apps/speedtest-tracker/config.json +++ b/apps/speedtest-tracker/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "speedtest-tracker", - "tipi_version": 1, - "version": "v0.13.1", - "categories": ["utilities"], + "tipi_version": 2, + "version": "0.13.2", + "categories": [ + "utilities" + ], "description": "Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.", "short_desc": "Internet performance tracking application.", "author": "alexjustesen", @@ -20,5 +22,8 @@ "env_variable": "SPEEDTEST_TRACKER_DB_PASSWORD" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/speedtest-tracker/docker-compose.yml b/apps/speedtest-tracker/docker-compose.yml index 7ae8b651..67717b42 100644 --- a/apps/speedtest-tracker/docker-compose.yml +++ b/apps/speedtest-tracker/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: speedtest-tracker: - image: ghcr.io/alexjustesen/speedtest-tracker:v0.13.1 + image: ghcr.io/alexjustesen/speedtest-tracker:v0.13.2 container_name: speedtest-tracker environment: - PUID=1000 From 229652bb3b345d68878d9959c5f990d27ba930f5 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 12 Nov 2023 11:38:07 +0100 Subject: [PATCH 28/30] fix(activepieces): add healthchecks to redis and postgres --- apps/activepieces/docker-compose.yml | 32 +++++++++++++++++++--------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/apps/activepieces/docker-compose.yml b/apps/activepieces/docker-compose.yml index ace8e24f..898a29dc 100644 --- a/apps/activepieces/docker-compose.yml +++ b/apps/activepieces/docker-compose.yml @@ -1,14 +1,16 @@ -version: "3.7" +version: '3.7' services: activepieces: image: activepieces/activepieces:0.12.2 container_name: activepieces restart: unless-stopped ports: - - "${APP_PORT}:80" + - '${APP_PORT}:80' depends_on: - - activepieces-postgres - - activepieces-redis + activepieces-postgres: + condition: service_healthy + activepieces-redis: + condition: service_healthy environment: - AP_ENGINE_EXECUTABLE_PATH=dist/packages/engine/main.js - AP_API_KEY=${AP_API_KEY} @@ -19,19 +21,19 @@ services: - AP_WEBHOOK_TIMEOUT_SECONDS=30 - AP_TRIGGER_DEFAULT_POLL_INTERVAL=5 - AP_POSTGRES_DATABASE=activepieces - - AP_POSTGRES_HOST=activepieces-postgres.runtipi_tipi_main_network + - AP_POSTGRES_HOST=activepieces-postgres - AP_POSTGRES_PORT=5432 - AP_POSTGRES_USERNAME=tipi - AP_POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} - AP_EXECUTION_MODE=UNSANDBOXED - - AP_REDIS_HOST=activepieces-redis.runtipi_tipi_main_network + - AP_REDIS_HOST=activepieces-redis - AP_REDIS_PORT=6379 - AP_SANDBOX_RUN_TIME_SECONDS=600 - AP_TELEMETRY_ENABLED=true - AP_TEMPLATES_SOURCE_URL="https://cloud.activepieces.com/api/v1/flow-templates" networks: - - tipi_main_network - + - tipi_main_network + labels: # Main traefik.enable: true @@ -62,20 +64,30 @@ services: image: postgres:14 restart: unless-stopped container_name: activepieces-postgres + healthcheck: + test: pg_isready -U tipi + interval: 30s + timeout: 30s + retries: 3 environment: - POSTGRES_DB=activepieces - POSTGRES_PASSWORD=${AP_POSTGRES_PASSWORD} - POSTGRES_USER=tipi volumes: - - "${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data" + - '${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data' networks: - tipi_main_network activepieces-redis: image: redis:7 container_name: activepieces-redis + healthcheck: + test: redis-cli ping + interval: 30s + timeout: 30s + retries: 3 restart: unless-stopped volumes: - - "${APP_DATA_DIR}/data/redis/:/data" + - '${APP_DATA_DIR}/data/redis/:/data' networks: - tipi_main_network From 68f0e393f3eeddd0f1b66385a457184720387d64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:31:36 +0000 Subject: [PATCH 29/30] chore(deps): update ghcr.io/alexjustesen/speedtest-tracker docker tag to v0.13.3 (#1575) --- apps/speedtest-tracker/config.json | 4 ++-- apps/speedtest-tracker/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/speedtest-tracker/config.json b/apps/speedtest-tracker/config.json index 01aa385b..aa7ca665 100644 --- a/apps/speedtest-tracker/config.json +++ b/apps/speedtest-tracker/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "speedtest-tracker", - "tipi_version": 2, - "version": "0.13.2", + "tipi_version": 3, + "version": "0.13.3", "categories": [ "utilities" ], diff --git a/apps/speedtest-tracker/docker-compose.yml b/apps/speedtest-tracker/docker-compose.yml index 67717b42..4eeb5f37 100644 --- a/apps/speedtest-tracker/docker-compose.yml +++ b/apps/speedtest-tracker/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: speedtest-tracker: - image: ghcr.io/alexjustesen/speedtest-tracker:v0.13.2 + image: ghcr.io/alexjustesen/speedtest-tracker:v0.13.3 container_name: speedtest-tracker environment: - PUID=1000 From 524fcdcd76f2e13d37e5af825a0fc9a0a90ce46a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:43:08 +0000 Subject: [PATCH 30/30] chore(deps): update portainer/portainer-ce docker tag to v2.19.2 (#1577) --- apps/portainer/config.json | 9 ++++++--- apps/portainer/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/portainer/config.json b/apps/portainer/config.json index a7627816..3d3b871a 100644 --- a/apps/portainer/config.json +++ b/apps/portainer/config.json @@ -6,8 +6,8 @@ "exposable": true, "https": true, "id": "portainer", - "tipi_version": 14, - "version": "2.19.1-alpine", + "tipi_version": 15, + "version": "2.19.2-alpine", "categories": [ "utilities" ], @@ -16,5 +16,8 @@ "author": "portainer.io", "source": "https://github.com/portainer/portainer", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/portainer/docker-compose.yml b/apps/portainer/docker-compose.yml index ed408238..4ebd56cf 100644 --- a/apps/portainer/docker-compose.yml +++ b/apps/portainer/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: portainer: - image: portainer/portainer-ce:2.19.1-alpine + image: portainer/portainer-ce:2.19.2-alpine container_name: portainer restart: unless-stopped ports: