merge version changes
This commit is contained in:
commit
ad6852401b
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user