Merge branch 'runtipi:master' into master

This commit is contained in:
Frédéric Cilia 2024-01-06 23:10:34 +01:00 committed by GitHub
commit f3f323d255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 43 additions and 34 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "budibase", "id": "budibase",
"tipi_version": 61, "tipi_version": 62,
"version": "2.14.2", "version": "2.14.3",
"categories": [ "categories": [
"development" "development"
], ],

View File

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

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "changedetection", "id": "changedetection",
"description": "The best and simplest free open source website change detection, restock monitor and notification service.", "description": "The best and simplest free open source website change detection, restock monitor and notification service.",
"tipi_version": 8, "tipi_version": 10,
"version": "0.45.9", "version": "0.45.12",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
changedetection: changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:0.45.9 image: ghcr.io/dgtlmoon/changedetection.io:0.45.12
container_name: changedetection container_name: changedetection
hostname: changedetection hostname: changedetection
volumes: volumes:

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "dashdot", "id": "dashdot",
"tipi_version": 5, "tipi_version": 7,
"version": "5.2.3", "version": "5.3.1",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -16,5 +16,8 @@
"source": "https://github.com/MauriceNino/dashdot", "source": "https://github.com/MauriceNino/dashdot",
"website": "https://getdashdot.com/", "website": "https://getdashdot.com/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.5" version: "3.5"
services: services:
dashdot: dashdot:
image: mauricenino/dashdot:5.2.3 image: mauricenino/dashdot:5.3.1
restart: unless-stopped restart: unless-stopped
container_name: dashdot container_name: dashdot
privileged: true privileged: true

View File

@ -6,8 +6,8 @@
"url_suffix": "?offline=1", "url_suffix": "?offline=1",
"id": "drawio", "id": "drawio",
"description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.", "description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.",
"tipi_version": 15, "tipi_version": 16,
"version": "22.1.16", "version": "22.1.17",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
drawio: drawio:
image: jgraph/drawio:22.1.16 image: jgraph/drawio:22.1.17
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
container_name: drawio container_name: drawio

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghost", "id": "ghost",
"tipi_version": 66, "tipi_version": 67,
"version": "5.75.2", "version": "5.75.3",
"categories": [ "categories": [
"social", "social",
"media" "media"

View File

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

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghostfolio", "id": "ghostfolio",
"tipi_version": 32, "tipi_version": 33,
"version": "2.34.0", "version": "2.35.0",
"categories": [ "categories": [
"finance" "finance"
], ],

View File

@ -3,7 +3,7 @@ version: "3.9"
services: services:
ghostfolio: ghostfolio:
container_name: ghostfolio container_name: ghostfolio
image: ghostfolio/ghostfolio:2.34.0 image: ghostfolio/ghostfolio:2.35.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:3333 - ${APP_PORT}:3333

View File

@ -6,10 +6,13 @@
"short_desc": "Web-based MongoDB admin interface, written with Node.js and Express", "short_desc": "Web-based MongoDB admin interface, written with Node.js and Express",
"author": "MongoDB", "author": "MongoDB",
"port": 8087, "port": 8087,
"categories": ["development", "data"], "categories": [
"development",
"data"
],
"description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3", "description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3",
"tipi_version": 1, "tipi_version": 2,
"version": "1.0.0", "version": "1.0.2",
"source": "https://github.com/mongo-express/mongo-express", "source": "https://github.com/mongo-express/mongo-express",
"website": "https://www.mongodb.com/", "website": "https://www.mongodb.com/",
"form_fields": [ "form_fields": [
@ -54,5 +57,8 @@
"env_variable": "ME_CONFIG_BASICAUTH_PASSWORD" "env_variable": "ME_CONFIG_BASICAUTH_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.8"
services: services:
mongo-express: mongo-express:
container_name: mongo-express container_name: mongo-express
image: mongo-express:1.0.0 image: mongo-express:1.0.2
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:8081 - ${APP_PORT}:8081

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "pairdrop", "id": "pairdrop",
"tipi_version": 22, "tipi_version": 23,
"version": "1.10.3", "version": "1.10.5",
"categories": [ "categories": [
"media", "media",
"data", "data",

View File

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

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8012, "port": 8012,
"id": "paperless-ngx", "id": "paperless-ngx",
"tipi_version": 10, "tipi_version": 11,
"version": "2.2.1", "version": "2.3.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
paperless-ngx: paperless-ngx:
container_name: paperless-ngx container_name: paperless-ngx
image: ghcr.io/paperless-ngx/paperless-ngx:2.2.1 image: ghcr.io/paperless-ngx/paperless-ngx:2.3.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "viewtube", "id": "viewtube",
"tipi_version": 7, "tipi_version": 8,
"version": "0.15.0", "version": "0.15.1",
"categories": [ "categories": [
"media" "media"
], ],

View File

@ -4,7 +4,7 @@ services:
viewtube: viewtube:
restart: unless-stopped restart: unless-stopped
container_name: viewtube container_name: viewtube
image: mauriceo/viewtube:0.15.0 image: mauriceo/viewtube:0.15.1
depends_on: depends_on:
- viewtube-mongodb - viewtube-mongodb
- viewtube-redis - viewtube-redis

View File

@ -4,7 +4,7 @@ services:
viewtube: viewtube:
restart: unless-stopped restart: unless-stopped
container_name: viewtube container_name: viewtube
image: mauriceo/viewtube:0.15.0 image: mauriceo/viewtube:0.15.1
depends_on: depends_on:
- viewtube-mongodb - viewtube-mongodb
- viewtube-redis - viewtube-redis