Merge branch 'runtipi:master' into master
This commit is contained in:
commit
8643e33b6f
|
@ -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": 9,
|
||||
"version": "0.45.10",
|
||||
"tipi_version": 10,
|
||||
"version": "0.45.12",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
changedetection:
|
||||
image: ghcr.io/dgtlmoon/changedetection.io:0.45.10
|
||||
image: ghcr.io/dgtlmoon/changedetection.io:0.45.12
|
||||
container_name: changedetection
|
||||
hostname: changedetection
|
||||
volumes:
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "dashdot",
|
||||
"tipi_version": 5,
|
||||
"version": "5.2.3",
|
||||
"tipi_version": 8,
|
||||
"version": "5.3.2",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
@ -16,5 +16,8 @@
|
|||
"source": "https://github.com/MauriceNino/dashdot",
|
||||
"website": "https://getdashdot.com/",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.5"
|
||||
services:
|
||||
dashdot:
|
||||
image: mauricenino/dashdot:5.2.3
|
||||
image: mauricenino/dashdot:5.3.2
|
||||
restart: unless-stopped
|
||||
container_name: dashdot
|
||||
privileged: true
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "ghost",
|
||||
"tipi_version": 66,
|
||||
"version": "5.75.2",
|
||||
"tipi_version": 67,
|
||||
"version": "5.75.3",
|
||||
"categories": [
|
||||
"social",
|
||||
"media"
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
|
||||
services:
|
||||
ghost:
|
||||
image: ghost:5.75.2
|
||||
image: ghost:5.75.3
|
||||
container_name: ghost
|
||||
depends_on:
|
||||
- ghostdb
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "ghostfolio",
|
||||
"tipi_version": 32,
|
||||
"version": "2.34.0",
|
||||
"tipi_version": 33,
|
||||
"version": "2.35.0",
|
||||
"categories": [
|
||||
"finance"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.9"
|
|||
services:
|
||||
ghostfolio:
|
||||
container_name: ghostfolio
|
||||
image: ghostfolio/ghostfolio:2.34.0
|
||||
image: ghostfolio/ghostfolio:2.35.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:3333
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8099,
|
||||
"id": "joplin",
|
||||
"tipi_version": 11,
|
||||
"version": "2.13.5",
|
||||
"tipi_version": 12,
|
||||
"version": "2.14.1",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
joplin:
|
||||
container_name: joplin
|
||||
image: florider89/joplin-server:2.13.5
|
||||
image: florider89/joplin-server:2.14.1
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db-joplin
|
||||
|
|
|
@ -6,10 +6,13 @@
|
|||
"short_desc": "Web-based MongoDB admin interface, written with Node.js and Express",
|
||||
"author": "MongoDB",
|
||||
"port": 8087,
|
||||
"categories": ["development", "data"],
|
||||
"categories": [
|
||||
"development",
|
||||
"data"
|
||||
],
|
||||
"description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3",
|
||||
"tipi_version": 1,
|
||||
"version": "1.0.0",
|
||||
"tipi_version": 2,
|
||||
"version": "1.0.2",
|
||||
"source": "https://github.com/mongo-express/mongo-express",
|
||||
"website": "https://www.mongodb.com/",
|
||||
"form_fields": [
|
||||
|
@ -54,5 +57,8 @@
|
|||
"env_variable": "ME_CONFIG_BASICAUTH_PASSWORD"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
services:
|
||||
mongo-express:
|
||||
container_name: mongo-express
|
||||
image: mongo-express:1.0.0
|
||||
image: mongo-express:1.0.2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:8081
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "pairdrop",
|
||||
"tipi_version": 22,
|
||||
"version": "1.10.3",
|
||||
"tipi_version": 23,
|
||||
"version": "1.10.5",
|
||||
"categories": [
|
||||
"media",
|
||||
"data",
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
pairdrop:
|
||||
image: lscr.io/linuxserver/pairdrop:1.10.3
|
||||
image: lscr.io/linuxserver/pairdrop:1.10.5
|
||||
container_name: pairdrop
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8012,
|
||||
"id": "paperless-ngx",
|
||||
"tipi_version": 10,
|
||||
"version": "2.2.1",
|
||||
"tipi_version": 11,
|
||||
"version": "2.3.0",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
services:
|
||||
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
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "viewtube",
|
||||
"tipi_version": 7,
|
||||
"version": "0.15.0",
|
||||
"tipi_version": 8,
|
||||
"version": "0.15.1",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
viewtube:
|
||||
restart: unless-stopped
|
||||
container_name: viewtube
|
||||
image: mauriceo/viewtube:0.15.0
|
||||
image: mauriceo/viewtube:0.15.1
|
||||
depends_on:
|
||||
- viewtube-mongodb
|
||||
- viewtube-redis
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
viewtube:
|
||||
restart: unless-stopped
|
||||
container_name: viewtube
|
||||
image: mauriceo/viewtube:0.15.0
|
||||
image: mauriceo/viewtube:0.15.1
|
||||
depends_on:
|
||||
- viewtube-mongodb
|
||||
- viewtube-redis
|
||||
|
|
Loading…
Reference in New Issue
Block a user