Merge branch 'master' into app/recyclarr
This commit is contained in:
commit
de6020636c
|
@ -4,10 +4,12 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8100,
|
"port": 8100,
|
||||||
"tipi_version": 6,
|
"tipi_version": 7,
|
||||||
"version": "0.6.20",
|
"version": "0.6.21",
|
||||||
"id": "calibre-web",
|
"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",
|
"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.",
|
"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/",
|
"author": "https://github.com/janeczku/",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
calibre-web:
|
calibre-web:
|
||||||
image: lscr.io/linuxserver/calibre-web:0.6.20
|
image: lscr.io/linuxserver/calibre-web:0.6.21
|
||||||
container_name: calibre-web
|
container_name: calibre-web
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "grist",
|
"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.",
|
"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,
|
"tipi_version": 5,
|
||||||
"version": "1.1.5",
|
"version": "1.1.6",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||||
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
|
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
|
||||||
image: "gristlabs/grist:1.1.5"
|
image: "gristlabs/grist:1.1.6"
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:8484"
|
- "${APP_PORT}:8484"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8099,
|
"port": 8099,
|
||||||
"id": "joplin",
|
"id": "joplin",
|
||||||
"tipi_version": 9,
|
"tipi_version": 10,
|
||||||
"version": "2.13.1",
|
"version": "2.13.2",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
joplin:
|
joplin:
|
||||||
container_name: joplin
|
container_name: joplin
|
||||||
image: florider89/joplin-server:2.13.1
|
image: florider89/joplin-server:2.13.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db-joplin
|
- db-joplin
|
||||||
|
|
|
@ -5,9 +5,11 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "linkwarden",
|
"id": "linkwarden",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "v1.2.0",
|
"version": "1.2.5",
|
||||||
"categories": ["data"],
|
"categories": [
|
||||||
|
"data"
|
||||||
|
],
|
||||||
"description": "A self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.",
|
"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",
|
"short_desc": "A self-hosted, open-source collaborative bookmark manager",
|
||||||
"author": "Linkwarden",
|
"author": "Linkwarden",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
linkwarden:
|
linkwarden:
|
||||||
image: ghcr.io/linkwarden/linkwarden:v1.2.0
|
image: ghcr.io/linkwarden/linkwarden:v1.2.5
|
||||||
container_name: linkwarden
|
container_name: linkwarden
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql://tipi:${LINKWARDEN_DB_PASSWORD}@linkwarden-db:5432/linkwarden
|
- DATABASE_URL=postgresql://tipi:${LINKWARDEN_DB_PASSWORD}@linkwarden-db:5432/linkwarden
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 5230,
|
"port": 5230,
|
||||||
"id": "memos",
|
"id": "memos",
|
||||||
"tipi_version": 17,
|
"tipi_version": 18,
|
||||||
"version": "0.16.0",
|
"version": "0.16.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
memos:
|
memos:
|
||||||
image: neosmemo/memos:0.16.0
|
image: neosmemo/memos:0.16.1
|
||||||
container_name: memos
|
container_name: memos
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/memos:/var/opt/memos
|
- ${APP_DATA_DIR}/memos:/var/opt/memos
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "nocodb",
|
"id": "nocodb",
|
||||||
"tipi_version": 24,
|
"tipi_version": 25,
|
||||||
"version": "0.202.4",
|
"version": "0.202.5",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -11,7 +11,7 @@ services:
|
||||||
- NC_PUBLIC_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
- NC_PUBLIC_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||||
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
|
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
|
||||||
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
|
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
|
||||||
image: "nocodb/nocodb:0.202.4"
|
image: "nocodb/nocodb:0.202.5"
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:8080"
|
- "${APP_PORT}:8080"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "onedev",
|
"id": "onedev",
|
||||||
"tipi_version": 55,
|
"tipi_version": 56,
|
||||||
"version": "9.2.2",
|
"version": "9.2.3",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
onedev:
|
onedev:
|
||||||
image: 1dev/server:9.2.2
|
image: 1dev/server:9.2.3
|
||||||
container_name: onedev
|
container_name: onedev
|
||||||
environment:
|
environment:
|
||||||
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
|
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "pairdrop",
|
"id": "pairdrop",
|
||||||
"tipi_version": 16,
|
"tipi_version": 17,
|
||||||
"version": "1.9.1",
|
"version": "1.9.3",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media",
|
"media",
|
||||||
"data",
|
"data",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
pairdrop:
|
pairdrop:
|
||||||
image: lscr.io/linuxserver/pairdrop:1.9.1
|
image: lscr.io/linuxserver/pairdrop:1.9.3
|
||||||
container_name: pairdrop
|
container_name: pairdrop
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "ryot",
|
"id": "ryot",
|
||||||
"tipi_version": 24,
|
"tipi_version": 25,
|
||||||
"version": "2.24.1",
|
"version": "2.24.2",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media"
|
"media"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ryot:
|
ryot:
|
||||||
image: ghcr.io/ignisda/ryot:v2.24.1
|
image: ghcr.io/ignisda/ryot:v2.24.2
|
||||||
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
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "trilium",
|
"id": "trilium",
|
||||||
"description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. ",
|
"description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. ",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "0.61.9-beta",
|
"version": "0.61.10-beta",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
trilium:
|
trilium:
|
||||||
image: ghcr.io/zadam/trilium:0.61.9-beta
|
image: ghcr.io/zadam/trilium:0.61.10-beta
|
||||||
container_name: trilium
|
container_name: trilium
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
|
|
Loading…
Reference in New Issue
Block a user