Skip to content

Commit

Permalink
Merge branch 'runtipi:master' into homepage-dynamic-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Sep 22, 2024
2 parents be27c02 + e389d6b commit c9c9668
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 23 deletions.
3 changes: 2 additions & 1 deletion apps/compose-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"containerPort": { "type": "number" },
"hostPort": { "type": "number" },
"udp": { "type": "boolean" },
"tcp": { "type": "boolean" }
"tcp": { "type": "boolean" },
"interface": { "type": "string" }
},
"required": ["containerPort", "hostPort"]
}
Expand Down
6 changes: 3 additions & 3 deletions apps/ghostfolio/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghostfolio",
"tipi_version": 110,
"version": "2.108.0",
"tipi_version": 111,
"version": "2.109.0",
"categories": ["finance"],
"description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.",
"short_desc": "Open Source Wealth Management Software.",
Expand Down Expand Up @@ -44,5 +44,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1726642067000
"updated_at": 1726950142000
}
2 changes: 1 addition & 1 deletion apps/ghostfolio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
ghostfolio:
container_name: ghostfolio
image: ghostfolio/ghostfolio:2.108.0
image: ghostfolio/ghostfolio:2.109.0
restart: unless-stopped
ports:
- ${APP_PORT}:3333
Expand Down
6 changes: 3 additions & 3 deletions apps/libretranslate/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8121,
"id": "libretranslate",
"tipi_version": 19,
"version": "1.6.0",
"tipi_version": 20,
"version": "1.6.1",
"categories": ["utilities"],
"description": "Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.",
"short_desc": "Free and Open Source Machine Translation API. 100% self-hosted, offline capable and easy to setup.",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1723566283000
"updated_at": 1726938322000
}
2 changes: 1 addition & 1 deletion apps/libretranslate/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
services:
libretranslate:
container_name: libretranslate
image: libretranslate/libretranslate:v1.6.0
image: libretranslate/libretranslate:v1.6.1
dns:
- ${DNS_IP}
ports:
Expand Down
6 changes: 3 additions & 3 deletions apps/lobe-chat/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"id": "lobe-chat",
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
"tipi_version": 303,
"version": "1.19.20",
"tipi_version": 304,
"version": "1.19.21",
"categories": ["ai"],
"short_desc": "LLM chatbot framework",
"author": "https://github.com/lobehub",
Expand Down Expand Up @@ -41,5 +41,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1726922228000
"updated_at": 1726949998000
}
2 changes: 1 addition & 1 deletion apps/lobe-chat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'
services:
lobe-chat:
container_name: lobe-chat
image: lobehub/lobe-chat:v1.19.20
image: lobehub/lobe-chat:v1.19.21
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
Expand Down
4 changes: 2 additions & 2 deletions apps/mempool/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"amd64",
"arm64"
],
"created_at": 1724612143000,
"updated_at": 1724612143000,
"created_at": 1726923527000,
"updated_at": 1726923527000,
"form_fields": [
{
"type": "text",
Expand Down
6 changes: 3 additions & 3 deletions apps/navidrome/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"exposable": true,
"id": "navidrome",
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
"tipi_version": 14,
"version": "0.53.1",
"tipi_version": 15,
"version": "0.53.2",
"categories": ["media", "music"],
"short_desc": "A selfhosted music server",
"author": "https://github.com/Bvoxl",
"source": "https://github.com/navidrome/navidrome/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1726624502000
"updated_at": 1726984786000
}
2 changes: 1 addition & 1 deletion apps/navidrome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
navidrome:
container_name: navidrome
image: deluan/navidrome:0.53.1
image: deluan/navidrome:0.53.2
ports:
- ${APP_PORT}:4533
restart: unless-stopped
Expand Down
6 changes: 3 additions & 3 deletions apps/outline/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"port": 8404,
"categories": ["utilities"],
"description": "Outline is a knowledge base designed for teams. It's goals are to be fast, intuitive and support many integrations.",
"tipi_version": 8,
"version": "0.79.1",
"tipi_version": 9,
"version": "0.80.0",
"source": "https://github.com/outline/outline",
"website": "https://getoutline.com",
"exposable": true,
Expand Down Expand Up @@ -68,5 +68,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1725595704000
"updated_at": 1726984930000
}
2 changes: 1 addition & 1 deletion apps/outline/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
outline:
container_name: outline
image: outlinewiki/outline:0.79.1
image: outlinewiki/outline:0.80.0
restart: unless-stopped
environment:
- DATABASE_URL=postgres://outline:${OUTLINE_PG_PASSWORD}@outline-postgres:5432/outline
Expand Down

0 comments on commit c9c9668

Please sign in to comment.