google-musicmanager-dedup-api

Deduplication API for Google MusicManager

MIT License

Stars
2

[!CAUTION] As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.

[!NOTE] (This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

Google MusicManager Deduplication API - Docker Image

This image allows you utilize deduplication feature for Youtube Music Uploader

Installation

Please note that this package is also hosted on Github Container Registry, just add ghcr.io/ before the image name (docker pull ghcr.io/jaymoulin/google-musicmanager-dedup-api instead of jaymoulin/google-musicmanager-dedup-api)

docker run -d --restart=always -p 80:80 -v /path/to/your/db:/app/db --name googlemusic-dedup jaymoulin/google-musicmanager-dedup-api

You can mount a volume to /app/db/ to keep the database outside the container