Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sailing:tidarr [2024/02/14 10:18] – willy | sailing:tidarr [2024/02/23 14:29] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | useradd -d / | ||
- | |||
- | su - tdarr | ||
- | |||
- | wget https:// | ||
- | |||
- | ./ | ||
- | |||
- | ./ | ||
- | |||
- | ./ | ||
- | |||
- | browser to http:// | ||
- | |||
- | |||
- | useradd -d / | ||
- | |||
- | enable pip | ||
- | |||
- | su - unmanic | ||
- | |||
- | python3 -m pip install unmanic | ||
- | |||
- | in bashrc | ||
- | export PATH=~/ | ||
- | |||
- | unmanic | ||
- | |||
- | browser su 8888 | ||
- | |||
- | missing plugins? | ||
- | |||
- | git clone https:// | ||
- | cd unmanic-plugins/ | ||
- | ./ | ||
- | cp -a repo/ ~/ | ||
- | |||