Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| services:audiomuseai [2025/10/15 07:03] – [AudioMuse-AI] willy | services:audiomuseai [2025/10/15 11:57] (current) – willy | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| This pairs with [[services: | This pairs with [[services: | ||
| - | The AudioMuse-AI developers like you to know that //they are not affiliated with, endorsed by, or sponsored by the owners of audiomuse.ai.// | + | The AudioMuse-AI developers like you to know that //they are not affiliated with, endorsed by, or sponsored by the owners of audiomuse.ai |
| ===== Installation ===== | ===== Installation ===== | ||
| Line 12: | Line 12: | ||
| <code bash> | <code bash> | ||
| bash ~ # lscpu | grep -i avx | bash ~ # lscpu | grep -i avx | ||
| - | Flags: | + | Flags: |
| </ | </ | ||
| As you can see, my CPU supports AVX and AVX2. | As you can see, my CPU supports AVX and AVX2. | ||
| - | Then create the usual dedicated user: | + | Then create the usual dedicated user and data folders for persistency: |
| <code bash> | <code bash> | ||
| useradd -m -d / | useradd -m -d / | ||
| + | mkdir / | ||
| + | mkdir / | ||
| + | mkdir / | ||
| + | chown -R audiomuse-ai: | ||
| </ | </ | ||
| Line 34: | Line 38: | ||
| - " | - " | ||
| volumes: | volumes: | ||
| - | - /data/daemons/audiomuse-ai/ | + | - / |
| environment: | environment: | ||
| MEDIASERVER_TYPE: | MEDIASERVER_TYPE: | ||
| Line 60: | Line 64: | ||
| # - " | # - " | ||
| volumes: | volumes: | ||
| - | - /data/daemons/audiomuse-ai/ | + | - / |
| environment: | environment: | ||
| MEDIASERVER_TYPE: | MEDIASERVER_TYPE: | ||
| Line 86: | Line 90: | ||
| image: postgres: | image: postgres: | ||
| volumes: | volumes: | ||
| - | - /data/daemons/audiomuse-ai/ | + | - / |
| environment: | environment: | ||
| SERVICE_TYPE: | SERVICE_TYPE: | ||
| Line 104: | Line 108: | ||
| image: redis: | image: redis: | ||
| volumes: | volumes: | ||
| - | - /data/daemons/audiomuse-ai/ | + | - / |
| environment: | environment: | ||
| SERVICE_TYPE: | SERVICE_TYPE: | ||
| Line 124: | Line 128: | ||
| Of course, you need to specify your Navidrome URL, user and password. The GEMINI key is not required, only if you want AI assisted playlist naming. You could also use a self-hosted OLLAMA. | Of course, you need to specify your Navidrome URL, user and password. The GEMINI key is not required, only if you want AI assisted playlist naming. You could also use a self-hosted OLLAMA. | ||
| + | |||
| + | ===== Gemini AI usage ===== | ||
| + | |||
| + | If you want to use the capability to create playlists names using AI, you can use Gemini (and others too). Go to [[https:// | ||
| + | |||
| ===== Reverse Proxy ===== | ===== Reverse Proxy ===== | ||