Merge branch 'master' into app/Atuin
This commit is contained in:
commit
6d82f6fdd9
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "autobrr",
|
"id": "autobrr",
|
||||||
"tipi_version": 17,
|
"tipi_version": 18,
|
||||||
"version": "1.35.1",
|
"version": "1.36.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media"
|
"media"
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
autobrr:
|
autobrr:
|
||||||
container_name: autobrr
|
container_name: autobrr
|
||||||
image: ghcr.io/autobrr/autobrr:v1.35.1
|
image: ghcr.io/autobrr/autobrr:v1.36.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:7474
|
- ${APP_PORT}:7474
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": false,
|
"exposable": false,
|
||||||
"id": "cloudflared",
|
"id": "cloudflared",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "2024.1.4",
|
"version": "2024.1.5",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cloudflared:
|
cloudflared:
|
||||||
image: wisdomsky/cloudflared-web:2024.1.4
|
image: wisdomsky/cloudflared-web:2024.1.5
|
||||||
container_name: cloudflared
|
container_name: cloudflared
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "ghostfolio",
|
"id": "ghostfolio",
|
||||||
"tipi_version": 44,
|
"tipi_version": 45,
|
||||||
"version": "2.45.0",
|
"version": "2.46.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"finance"
|
"finance"
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.9"
|
||||||
services:
|
services:
|
||||||
ghostfolio:
|
ghostfolio:
|
||||||
container_name: ghostfolio
|
container_name: ghostfolio
|
||||||
image: ghostfolio/ghostfolio:2.45.0
|
image: ghostfolio/ghostfolio:2.46.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:3333
|
- ${APP_PORT}:3333
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "lobe-chat",
|
"id": "lobe-chat",
|
||||||
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
|
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
|
||||||
"tipi_version": 18,
|
"tipi_version": 19,
|
||||||
"version": "0.121.3",
|
"version": "0.121.4",
|
||||||
"categories": [
|
"categories": [
|
||||||
"ai"
|
"ai"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
||||||
services:
|
services:
|
||||||
lobe-chat:
|
lobe-chat:
|
||||||
container_name: lobe-chat
|
container_name: lobe-chat
|
||||||
image: lobehub/lobe-chat:v0.121.3
|
image: lobehub/lobe-chat:v0.121.4
|
||||||
environment:
|
environment:
|
||||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||||
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
|
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8012,
|
"port": 8012,
|
||||||
"id": "paperless-ngx",
|
"id": "paperless-ngx",
|
||||||
"tipi_version": 17,
|
"tipi_version": 18,
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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.4.2
|
image: ghcr.io/paperless-ngx/paperless-ngx:2.4.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "stirling-pdf",
|
"id": "stirling-pdf",
|
||||||
"tipi_version": 18,
|
"tipi_version": 19,
|
||||||
"version": "0.20.0",
|
"version": "0.20.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"data",
|
"data",
|
||||||
"utilities"
|
"utilities"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
stirling-pdf:
|
stirling-pdf:
|
||||||
image: frooodle/s-pdf:0.20.0
|
image: frooodle/s-pdf:0.20.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: stirling-pdf
|
container_name: stirling-pdf
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user