Merge branch 'feat/add-ntfy' of https://github.com/npty/runtipi-appstore into feat/add-ntfy

This commit is contained in:
npty 2023-09-22 14:03:00 +07:00
commit 3cc3167d74
17 changed files with 28 additions and 26 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "budibase", "id": "budibase",
"tipi_version": 9, "tipi_version": 11,
"version": "2.10.10", "version": "2.10.12",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -1,7 +1,7 @@
version: '3.7' version: '3.7'
services: services:
budibase: budibase:
image: budibase/budibase:2.10.10 image: budibase/budibase:2.10.12
restart: unless-stopped restart: unless-stopped
container_name: budibase container_name: budibase
ports: ports:

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghost", "id": "ghost",
"tipi_version": 45, "tipi_version": 46,
"version": "5.62.0", "version": "5.63.0",
"categories": [ "categories": [
"social", "social",
"media" "media"

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
ghost: ghost:
image: ghost:5.62.0 image: ghost:5.63.0
container_name: ghost container_name: ghost
depends_on: depends_on:
- ghostdb - ghostdb

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8099, "port": 8099,
"id": "joplin", "id": "joplin",
"tipi_version": 8, "tipi_version": 9,
"version": "2.12.1", "version": "2.13.1",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
joplin: joplin:
container_name: joplin container_name: joplin
image: florider89/joplin-server:2.12.1 image: florider89/joplin-server:2.13.1
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db-joplin - db-joplin

View File

@ -7,8 +7,8 @@
"force_expose": true, "force_expose": true,
"generate_vapid_keys": true, "generate_vapid_keys": true,
"id": "mastodon", "id": "mastodon",
"tipi_version": 7, "tipi_version": 9,
"version": "4.1.7", "version": "4.1.9",
"categories": [ "categories": [
"social" "social"
], ],

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
mastodon: mastodon:
container_name: mastodon container_name: mastodon
image: lscr.io/linuxserver/mastodon:4.1.7 image: lscr.io/linuxserver/mastodon:4.1.9
ports: ports:
- 8209:80 - 8209:80
- ${APP_PORT}:443 - ${APP_PORT}:443

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "onedev", "id": "onedev",
"tipi_version": 47, "tipi_version": 50,
"version": "8.6.13", "version": "9.1.13",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
onedev: onedev:
image: 1dev/server:8.6.13 image: 1dev/server:9.1.13
container_name: onedev container_name: onedev
environment: environment:
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect - hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "pairdrop", "id": "pairdrop",
"tipi_version": 11, "tipi_version": 12,
"version": "1.8.0", "version": "1.8.1",
"categories": [ "categories": [
"media", "media",
"data", "data",

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
pairdrop: pairdrop:
image: lscr.io/linuxserver/pairdrop:1.8.0 image: lscr.io/linuxserver/pairdrop:1.8.1
container_name: pairdrop container_name: pairdrop
environment: environment:
- PUID=1000 - PUID=1000

View File

@ -6,8 +6,8 @@
"exposable": true, "exposable": true,
"https": true, "https": true,
"id": "portainer", "id": "portainer",
"tipi_version": 13, "tipi_version": 14,
"version": "2.19.0-alpine", "version": "2.19.1-alpine",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
portainer: portainer:
image: portainer/portainer-ce:2.19.0-alpine image: portainer/portainer-ce:2.19.1-alpine
container_name: portainer container_name: portainer
restart: unless-stopped restart: unless-stopped
ports: ports:

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ryot", "id": "ryot",
"tipi_version": 1, "tipi_version": 4,
"version": "v2.17.3", "version": "2.17.6",
"categories": ["media"], "categories": [
"media"
],
"description": "Roll your own tracker!", "description": "Roll your own tracker!",
"short_desc": "Roll your own tracker!", "short_desc": "Roll your own tracker!",
"author": "IgnisDa", "author": "IgnisDa",

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
ryot: ryot:
image: ghcr.io/ignisda/ryot:v2.17.3 image: ghcr.io/ignisda/ryot:v2.17.6
container_name: ryot container_name: ryot
environment: environment:
- DATABASE_URL=postgres://tipi:${RYOT_DB_PASSWORD}@ryot-db:5432/ryot - DATABASE_URL=postgres://tipi:${RYOT_DB_PASSWORD}@ryot-db:5432/ryot

View File

@ -44,7 +44,7 @@ services:
tooljet-server: tooljet-server:
container_name: tooljet-server container_name: tooljet-server
image: tooljet/tooljet-server-ce:v2.17.2 image: tooljet/tooljet-server-ce:v2.17.3
tty: true tty: true
stdin_open: true stdin_open: true
restart: always restart: always