diff --git a/README.md b/README.md index 7ad20717..c1a6c305 100644 --- a/README.md +++ b/README.md @@ -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 - [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. +- [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 - [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. diff --git a/apps/unmanic/config.json b/apps/unmanic/config.json index c214d555..c7716f0c 100644 --- a/apps/unmanic/config.json +++ b/apps/unmanic/config.json @@ -5,7 +5,7 @@ "available": true, "exposable": true, "id": "unmanic", - "tipi_version": 1, + "tipi_version": 2, "version": "0.2.4", "categories": [ "utilities", diff --git a/apps/unmanic/docker-compose.yml b/apps/unmanic/docker-compose.yml index a4abb4dc..8b41e36c 100644 --- a/apps/unmanic/docker-compose.yml +++ b/apps/unmanic/docker-compose.yml @@ -14,7 +14,7 @@ services: - PGID=${TIPI_GID} volumes: - ${APP_DATA_DIR}/data/config:/config - - ${ROOT_FOLDER_HOST}/data:/library + - ${ROOT_FOLDER_HOST}/media/data:/library - ${APP_DATA_DIR}/data/temp:/tmp/unmanic labels: # Main