Merge branch 'runtipi:master' into app/crowdsec
This commit is contained in:
commit
e34ff1226c
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "bitmagnet",
|
"id": "bitmagnet",
|
||||||
"tipi_version": 17,
|
"tipi_version": 18,
|
||||||
"version": "0.7.14",
|
"version": "0.8.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media"
|
"media"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bitmagnet:
|
bitmagnet:
|
||||||
image: ghcr.io/bitmagnet-io/bitmagnet:0.7.14
|
image: ghcr.io/bitmagnet-io/bitmagnet:v0.8.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- worker
|
- worker
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8092,
|
"port": 8092,
|
||||||
"id": "halo",
|
"id": "halo",
|
||||||
"tipi_version": 25,
|
"tipi_version": 26,
|
||||||
"version": "2.14.1",
|
"version": "2.15.0",
|
||||||
"description": "Halo is a powerful and easy-to-use open source website building tool.",
|
"description": "Halo is a powerful and easy-to-use open source website building tool.",
|
||||||
"short_desc": "Halo - Open source website building tool.",
|
"short_desc": "Halo - Open source website building tool.",
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
halo:
|
halo:
|
||||||
image: halohub/halo:2.14.1
|
image: halohub/halo:2.15.0
|
||||||
container_name: halo
|
container_name: halo
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -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": 125,
|
"tipi_version": 129,
|
||||||
"version": "0.151.5",
|
"version": "0.152.1",
|
||||||
"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.151.5
|
image: lobehub/lobe-chat:v0.152.1
|
||||||
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}
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"https": true,
|
"https": true,
|
||||||
"id": "portainer",
|
"id": "portainer",
|
||||||
"tipi_version": 20,
|
"tipi_version": 21,
|
||||||
"version": "2.20.1-alpine",
|
"version": "2.20.2-alpine",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ce:2.20.1-alpine
|
image: portainer/portainer-ce:2.20.2-alpine
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "silverbullet",
|
"id": "silverbullet",
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "0.7.6",
|
"version": "0.7.7",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
silverbullet:
|
silverbullet:
|
||||||
image: zefhemel/silverbullet:0.7.6
|
image: zefhemel/silverbullet:0.7.7
|
||||||
container_name: 'silverbullet'
|
container_name: 'silverbullet'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"id": "simplex-smp",
|
"id": "simplex-smp",
|
||||||
"tipi_version": 16,
|
"tipi_version": 17,
|
||||||
"version": "5.6.2",
|
"version": "5.7.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"social"
|
"social"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.9'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
simplex-smp:
|
simplex-smp:
|
||||||
image: simplexchat/smp-server:v5.6.2
|
image: simplexchat/smp-server:v5.7.0
|
||||||
container_name: simplex-smp
|
container_name: simplex-smp
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z
|
- ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"name": "Stalwart Mail",
|
"name": "Stalwart Mail",
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "0.7.2",
|
"version": "0.7.3",
|
||||||
"port": 8677,
|
"port": 8677,
|
||||||
"id": "stalwart-mail",
|
"id": "stalwart-mail",
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
stalwart-mail:
|
stalwart-mail:
|
||||||
image: stalwartlabs/mail-server:v0.7.2
|
image: stalwartlabs/mail-server:v0.7.3
|
||||||
container_name: stalwart-mail
|
container_name: stalwart-mail
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/opt/stalwart-mail
|
- ${APP_DATA_DIR}/data:/opt/stalwart-mail
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "windows",
|
"id": "windows",
|
||||||
"description": "Run windows in docker...because why not?",
|
"description": "Run windows in docker...because why not?",
|
||||||
"tipi_version": 21,
|
"tipi_version": 22,
|
||||||
"version": "2.22",
|
"version": "3.00",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
||||||
services:
|
services:
|
||||||
windows:
|
windows:
|
||||||
container_name: windows
|
container_name: windows
|
||||||
image: dockurr/windows:2.22
|
image: dockurr/windows:3.00
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
|
|
Loading…
Reference in New Issue
Block a user