Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
services:unmanic [2024/04/02 14:01] – willy | services:unmanic [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Unmanic ====== | ||
- | |||
- | **NOTE:** i don't use Unmanic anymore, this page might get outdated over time. | ||
- | |||
- | [[https:// | ||
- | |||
- | After trying it out, i decided it's too much for my needs and never finished integrating in my setup. | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | As usual, it will live under it's own user. This user must be of group media to be able to access and modify your media collection: | ||
- | <code bash> | ||
- | useradd -d / | ||
- | </ | ||
- | |||
- | Unmanic is installed via **pip**, do you need to enable it for user // | ||
- | <file - pip.conf> | ||
- | [global] | ||
- | break-system-packages = true | ||
- | user = true | ||
- | </ | ||
- | |||
- | Now install it, it's easy: | ||
- | <code bash> | ||
- | su - unmanic | ||
- | python3 -m pip install unmanic | ||
- | echo " | ||
- | source ~/.bashrc | ||
- | unmanic | ||
- | </ | ||
- | |||
- | Now point your browser to **http:// | ||
- | |||
- | If the unmanic plugins are missing (it seems an issue with the release system, might be addressed in the future) you need to repack them manually, but it's easy: | ||
- | <code bash> | ||
- | git clone https:// | ||
- | cd unmanic-plugins/ | ||
- | ./ | ||
- | cp -a repo/ ~/ | ||
- | </ | ||
- | |||
- | I didn't liked it enough to get around creating a Reverse Proxy config for it, not automate the startup on boot. | ||
- | |||
- | Reverse Proxy info can be found [[selfhost: | ||