merge version changes

This commit is contained in:
litneet64 2024-04-21 20:43:52 -04:00
commit ad6852401b
9 changed files with 15 additions and 12 deletions

View File

@ -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 - [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. - [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 - [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 - [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 - [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… - [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 - [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. - [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. - [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 - [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. - [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) - [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. - [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 - [Syncthing](https://github.com/syncthing) - Peer-to-peer file synchronization between your devices

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghostfolio", "id": "ghostfolio",
"tipi_version": 74, "tipi_version": 76,
"version": "2.74.0", "version": "2.75.1",
"categories": [ "categories": [
"finance" "finance"
], ],

View File

@ -3,7 +3,7 @@ version: "3.9"
services: services:
ghostfolio: ghostfolio:
container_name: ghostfolio container_name: ghostfolio
image: ghostfolio/ghostfolio:2.74.0 image: ghostfolio/ghostfolio:2.75.1
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:3333 - ${APP_PORT}:3333

View File

@ -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": 103, "tipi_version": 105,
"version": "0.148.1", "version": "0.148.4",
"categories": [ "categories": [
"ai" "ai"
], ],

View File

@ -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.148.1 image: lobehub/lobe-chat:v0.148.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}

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8112, "port": 8112,
"id": "readarr", "id": "readarr",
"tipi_version": 15, "tipi_version": 16,
"version": "0.3.24-nightly", "version": "0.3.25-nightly",
"categories": [ "categories": [
"books", "books",
"media" "media"

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
readarr: readarr:
image: lscr.io/linuxserver/readarr:0.3.24-nightly image: lscr.io/linuxserver/readarr:0.3.25-nightly
container_name: readarr container_name: readarr
environment: environment:
- PUID=1000 - PUID=1000

View File

@ -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": 13, "tipi_version": 14,
"version": "2.14", "version": "2.15",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
windows: windows:
container_name: windows container_name: windows
image: dockurr/windows:2.14 image: dockurr/windows:2.15
restart: unless-stopped restart: unless-stopped
devices: devices:
- /dev/kvm - /dev/kvm