Fix small mistake with unmanic. (#1136)

* Update README.md

* Update docker-compose.yml

* Update config.json
This commit is contained in:
Stavros Iliopoulos 2023-09-04 21:40:35 +03:00 committed by GitHub
parent d016349bc0
commit 6679599080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -132,6 +132,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Transmission](https://github.com/transmission/transmission) - Fast, easy, and free BitTorrent client - [Transmission](https://github.com/transmission/transmission) - Fast, easy, and free BitTorrent client
- [Tube Archivist](https://github.com/tubearchivist/tubearchivist) - Your self-hosted YouTube media server - [Tube Archivist](https://github.com/tubearchivist/tubearchivist) - Your self-hosted YouTube media server
- [Umami](https://github.com/umami-software/umami) - Umami is a simple, fast, privacy-focused alternative to Google Analytics. - [Umami](https://github.com/umami-software/umami) - Umami is a simple, fast, privacy-focused alternative to Google Analytics.
- [Unmanic](https://github.com/Unmanic/unmanic) - Unmanic gives you the power to automate the management of any file library.
- [Uptime Kuma](https://github.com/louislam/uptime-kuma) - A fancy self-hosted monitoring tool - [Uptime Kuma](https://github.com/louislam/uptime-kuma) - A fancy self-hosted monitoring tool
- [Vaultwarden](https://github.com/dani-garcia/vaultwarden) - Unofficial Bitwarden compatible server - [Vaultwarden](https://github.com/dani-garcia/vaultwarden) - Unofficial Bitwarden compatible server
- [Vikunja](https://kolaente.dev/vikunja/) - The open-source, self-hostable to-do app. Organize everything, on all platforms. - [Vikunja](https://kolaente.dev/vikunja/) - The open-source, self-hostable to-do app. Organize everything, on all platforms.

View File

@ -5,7 +5,7 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "unmanic", "id": "unmanic",
"tipi_version": 1, "tipi_version": 2,
"version": "0.2.4", "version": "0.2.4",
"categories": [ "categories": [
"utilities", "utilities",

View File

@ -14,7 +14,7 @@ services:
- PGID=${TIPI_GID} - PGID=${TIPI_GID}
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/data:/library - ${ROOT_FOLDER_HOST}/media/data:/library
- ${APP_DATA_DIR}/data/temp:/tmp/unmanic - ${APP_DATA_DIR}/data/temp:/tmp/unmanic
labels: labels:
# Main # Main