Merge branch 'master' into app/recyclarr
This commit is contained in:
commit
de6020636c
|
@ -4,10 +4,12 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"port": 8100,
|
||||
"tipi_version": 6,
|
||||
"version": "0.6.20",
|
||||
"tipi_version": 7,
|
||||
"version": "0.6.21",
|
||||
"id": "calibre-web",
|
||||
"categories": ["books"],
|
||||
"categories": [
|
||||
"books"
|
||||
],
|
||||
"description": "On the initial setup screen, enter /books as your calibre library location. \n Default admin login: Username: admin Password: admin123",
|
||||
"short_desc": "Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.",
|
||||
"author": "https://github.com/janeczku/",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
calibre-web:
|
||||
image: lscr.io/linuxserver/calibre-web:0.6.20
|
||||
image: lscr.io/linuxserver/calibre-web:0.6.21
|
||||
container_name: calibre-web
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "grist",
|
||||
"description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.",
|
||||
"tipi_version": 4,
|
||||
"version": "1.1.5",
|
||||
"tipi_version": 5,
|
||||
"version": "1.1.6",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -6,7 +6,7 @@ services:
|
|||
environment:
|
||||
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
|
||||
image: "gristlabs/grist:1.1.5"
|
||||
image: "gristlabs/grist:1.1.6"
|
||||
ports:
|
||||
- "${APP_PORT}:8484"
|
||||
restart: always
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8099,
|
||||
"id": "joplin",
|
||||
"tipi_version": 9,
|
||||
"version": "2.13.1",
|
||||
"tipi_version": 10,
|
||||
"version": "2.13.2",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
joplin:
|
||||
container_name: joplin
|
||||
image: florider89/joplin-server:2.13.1
|
||||
image: florider89/joplin-server:2.13.2
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db-joplin
|
||||
|
|
|
@ -5,9 +5,11 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "linkwarden",
|
||||
"tipi_version": 2,
|
||||
"version": "v1.2.0",
|
||||
"categories": ["data"],
|
||||
"tipi_version": 3,
|
||||
"version": "1.2.5",
|
||||
"categories": [
|
||||
"data"
|
||||
],
|
||||
"description": "A self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.",
|
||||
"short_desc": "A self-hosted, open-source collaborative bookmark manager",
|
||||
"author": "Linkwarden",
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
linkwarden:
|
||||
image: ghcr.io/linkwarden/linkwarden:v1.2.0
|
||||
image: ghcr.io/linkwarden/linkwarden:v1.2.5
|
||||
container_name: linkwarden
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://tipi:${LINKWARDEN_DB_PASSWORD}@linkwarden-db:5432/linkwarden
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 5230,
|
||||
"id": "memos",
|
||||
"tipi_version": 17,
|
||||
"version": "0.16.0",
|
||||
"tipi_version": 18,
|
||||
"version": "0.16.1",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:0.16.0
|
||||
image: neosmemo/memos:0.16.1
|
||||
container_name: memos
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/memos:/var/opt/memos
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "nocodb",
|
||||
"tipi_version": 24,
|
||||
"version": "0.202.4",
|
||||
"tipi_version": 25,
|
||||
"version": "0.202.5",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -11,7 +11,7 @@ services:
|
|||
- NC_PUBLIC_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
|
||||
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
|
||||
image: "nocodb/nocodb:0.202.4"
|
||||
image: "nocodb/nocodb:0.202.5"
|
||||
ports:
|
||||
- "${APP_PORT}:8080"
|
||||
restart: always
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "onedev",
|
||||
"tipi_version": 55,
|
||||
"version": "9.2.2",
|
||||
"tipi_version": 56,
|
||||
"version": "9.2.3",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
onedev:
|
||||
image: 1dev/server:9.2.2
|
||||
image: 1dev/server:9.2.3
|
||||
container_name: onedev
|
||||
environment:
|
||||
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "pairdrop",
|
||||
"tipi_version": 16,
|
||||
"version": "1.9.1",
|
||||
"tipi_version": 17,
|
||||
"version": "1.9.3",
|
||||
"categories": [
|
||||
"media",
|
||||
"data",
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
pairdrop:
|
||||
image: lscr.io/linuxserver/pairdrop:1.9.1
|
||||
image: lscr.io/linuxserver/pairdrop:1.9.3
|
||||
container_name: pairdrop
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "ryot",
|
||||
"tipi_version": 24,
|
||||
"version": "2.24.1",
|
||||
"tipi_version": 25,
|
||||
"version": "2.24.2",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
ryot:
|
||||
image: ghcr.io/ignisda/ryot:v2.24.1
|
||||
image: ghcr.io/ignisda/ryot:v2.24.2
|
||||
container_name: ryot
|
||||
environment:
|
||||
- DATABASE_URL=postgres://tipi:${RYOT_DB_PASSWORD}@ryot-db:5432/ryot
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "trilium",
|
||||
"description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. ",
|
||||
"tipi_version": 5,
|
||||
"version": "0.61.9-beta",
|
||||
"tipi_version": 6,
|
||||
"version": "0.61.10-beta",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
trilium:
|
||||
image: ghcr.io/zadam/trilium:0.61.9-beta
|
||||
image: ghcr.io/zadam/trilium:0.61.10-beta
|
||||
container_name: trilium
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
|
|
Loading…
Reference in New Issue
Block a user