diff --git a/README.md b/README.md index 590290d4..84d65aec 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ This is the official repository for the Tipi App Store. It contains all the apps - [Fireshare](https://github.com/ShaneIsrael/fireshare) - Self host your media and share with unique links - [Flaresolverr](https://github.com/FlareSolverr/FlareSolverr) - Bypass Cloudflare and DDoS-GuARD. - [flatnotes](https://github.com/Dullage/flatnotes) - A self-hosted, database-less note taking web app +- [Flightlog](https://github.com/perdian/flightlog/) - Flightlog, a web application that keeps track of your personal flight history - [Flowise AI](https://github.com/FlowiseAI/Flowise) - Build LLM Apps Easily - [Forgejo](https://codeberg.org/forgejo/forgejo/) - Beyond coding. We forge. · Lightweight and performant · Guaranteed 100% Free Software - [FreshRSS](https://github.com/FreshRSS/FreshRSS) - A free, self-hostable aggregator… @@ -188,8 +189,10 @@ This is the official repository for the Tipi App Store. It contains all the apps - [Shlink](https://github.com/shlinkio/shlink) - Shlink is a self-hosted URL shortener - [Silverbullet](https://github.com/silverbulletmd/silverbullet) - SilverBullet is a creative space where you collect, create and expand your personal knowledge, while also letting you constantly evolve the tools you use to do so. - [SimpleX SMP](https://github.com/simplex-chat/simplexmq) - A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks. +- [SLSKD](https://github.com/slskd/slskd) - P2P downloads - [Sonarr](https://github.com/Sonarr/Sonarr) - TV show manager for Usenet and BitTorrent - [Speedtest Tracker](https://github.com/alexjustesen/speedtest-tracker) - Internet performance tracking application. +- [Spoolman](https://github.com/Donkie/Spoolman) - Keep track of your inventory of 3D-printer filament spools - [Sshwifty](https://github.com/nirui/sshwifty) - Web SSH & Telnet (WebSSH & WebTelnet client) - [Stirling-PDF](https://github.com/Frooodle/Stirling-PDF/) - Powerful locally hosted web based PDF manipulation tool. - [Syncthing](https://github.com/syncthing) - Peer-to-peer file synchronization between your devices diff --git a/apps/ghostfolio/config.json b/apps/ghostfolio/config.json index 88850bcc..2eed9503 100644 --- a/apps/ghostfolio/config.json +++ b/apps/ghostfolio/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "ghostfolio", - "tipi_version": 74, - "version": "2.74.0", + "tipi_version": 76, + "version": "2.75.1", "categories": [ "finance" ], diff --git a/apps/ghostfolio/docker-compose.yml b/apps/ghostfolio/docker-compose.yml index 398cf67d..7b9a8e10 100644 --- a/apps/ghostfolio/docker-compose.yml +++ b/apps/ghostfolio/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.9" services: ghostfolio: container_name: ghostfolio - image: ghostfolio/ghostfolio:2.74.0 + image: ghostfolio/ghostfolio:2.75.1 restart: unless-stopped ports: - ${APP_PORT}:3333 diff --git a/apps/lobe-chat/config.json b/apps/lobe-chat/config.json index 8178cec8..c9f424d9 100644 --- a/apps/lobe-chat/config.json +++ b/apps/lobe-chat/config.json @@ -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": 103, - "version": "0.148.1", + "tipi_version": 105, + "version": "0.148.4", "categories": [ "ai" ], diff --git a/apps/lobe-chat/docker-compose.yml b/apps/lobe-chat/docker-compose.yml index 18ba3acb..578fb490 100644 --- a/apps/lobe-chat/docker-compose.yml +++ b/apps/lobe-chat/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: lobe-chat: container_name: lobe-chat - image: lobehub/lobe-chat:v0.148.1 + image: lobehub/lobe-chat:v0.148.4 environment: - OPENAI_API_KEY=${OPENAI_API_KEY} - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL} diff --git a/apps/readarr/config.json b/apps/readarr/config.json index 60c1d2a3..4bc11ff6 100644 --- a/apps/readarr/config.json +++ b/apps/readarr/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8112, "id": "readarr", - "tipi_version": 15, - "version": "0.3.24-nightly", + "tipi_version": 16, + "version": "0.3.25-nightly", "categories": [ "books", "media" diff --git a/apps/readarr/docker-compose.yml b/apps/readarr/docker-compose.yml index 2e6c0e1e..da77d79a 100644 --- a/apps/readarr/docker-compose.yml +++ b/apps/readarr/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: readarr: - image: lscr.io/linuxserver/readarr:0.3.24-nightly + image: lscr.io/linuxserver/readarr:0.3.25-nightly container_name: readarr environment: - PUID=1000 diff --git a/apps/windows/config.json b/apps/windows/config.json index 6b2fe852..b988ef8f 100644 --- a/apps/windows/config.json +++ b/apps/windows/config.json @@ -5,8 +5,8 @@ "exposable": true, "id": "windows", "description": "Run windows in docker...because why not?", - "tipi_version": 13, - "version": "2.14", + "tipi_version": 14, + "version": "2.15", "categories": [ "utilities" ], diff --git a/apps/windows/docker-compose.yml b/apps/windows/docker-compose.yml index cec85a45..146b4495 100644 --- a/apps/windows/docker-compose.yml +++ b/apps/windows/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: windows: container_name: windows - image: dockurr/windows:2.14 + image: dockurr/windows:2.15 restart: unless-stopped devices: - /dev/kvm