Fix small mistake with unmanic. (#1136)
* Update README.md * Update docker-compose.yml * Update config.json
This commit is contained in:
parent
d016349bc0
commit
6679599080
|
@ -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.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "unmanic",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "0.2.4",
|
||||
"categories": [
|
||||
"utilities",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user