Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
services:tdarr [2024/04/02 14:01] – willy | services:tdarr [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== TDarr ====== | ||
- | |||
- | **NOTE:** i don't use TDarr anymore, this page might get outdated over time. | ||
- | |||
- | [[https:// | ||
- | |||
- | Disclaimer: i tested it, but found too complex for my needs (and limited knowledge of the matter at hand) so i don't use it nowadays. | ||
- | |||
- | ===== Installation ===== | ||
- | |||
- | As usual, let's create an user for tdarr, with media as main group, so it can access all your media collection: | ||
- | <code bash> | ||
- | useradd -d / | ||
- | </ | ||
- | |||
- | <code bash> | ||
- | su - tdarr | ||
- | wget https:// | ||
- | unzip Tdarr_Updater.zip | ||
- | ./ | ||
- | ./ | ||
- | ./ | ||
- | </ | ||
- | |||
- | Now browser to **http:// | ||
- | |||
- | I never got to the point to use it full time, so i never bothered setting it behind the Reverse Proxy. Anyway if you want to, [[selfhost: | ||
- | |||
- | Also, you will need to automate the startup and running on boot, again it's very similar to all the other services, so i let you dig on that. | ||
- | |||