File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description: Install Unpackerr with Docker Compose!
99# Install
1010
1111- Copy the [ example docker-compose.yml] ( https://github.com/Unpackerr/unpackerr/blob/main/examples/docker-compose.yml )
12- from the repo.
12+ from the repo or [ generate one ] ( https://notifiarr.com/unpackerr ) .
1313- Update the docker-compose.yml file with your environment variable values for your installation.
1414- Remove variables you did not change; the defaults are found on the Configuration page.
1515- Again, remove the variables you don't set or change. You can always add them back later.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ also mount `/mnt/storage/downloads:/downloads` on your Unpackerr container. If y
3636## Example with config file
3737
3838- Copy the [ example config file] ( https://github.com/Unpackerr/unpackerr/blob/main/examples/unpackerr.conf.example )
39- from the repo, or [ generate one] ( https://notifiarr.com/unpackerr.php ) .
39+ from the repo, or [ generate one] ( https://notifiarr.com/unpackerr ) .
4040- Then grab the image from docker hub and run it using an overlay for the config file's directory.
4141- The config file must be at ` /config/unpackerr.conf ` .
4242- Recommend bind-mounting ` /config ` as an app-data directory. Example Follows.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import ArchiveAccess from './includes/archiveaccess.md';
12121 . Install it with ` pkg add -f ` (the force flag is required because the package has
1313 [ a bug] ( https://github.com/Unpackerr/unpackerr/issues/352 ) )
14141 . Edit the config file at ` /etc/unpackerr/unpackerr.conf ` ,
15- or [ generate one] ( https://notifiarr.com/unpackerr.php ) and start it.
15+ or [ generate one] ( https://notifiarr.com/unpackerr ) and start it.
16161 . Not many folks use FreeBSD, but we can try to help if you drop by the [ Discord] ( https://golift.io/discord ) .
1717
1818<ArchiveAccess />
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ curl -s https://golift.io/repo.sh | sudo bash -s - unpackerr
2727```
2828
2929After install, edit the config file, or
30- [ generate one] ( https://notifiarr.com/unpackerr.php ) and start the service:
30+ [ generate one] ( https://notifiarr.com/unpackerr ) and start the service:
3131
3232``` shell
3333sudo nano /etc/unpackerr/unpackerr.conf
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Learn how to install Unpackerr on your linux shell without root.
18181 . Extract the gz file with ` gunzip ` (or whatever),
1919 rename it to ` unpackerr ` and make it executable: ` chmod +x unpackerr `
20201 . Download the [ example config file] ( https://github.com/Unpackerr/unpackerr/blob/main/examples/unpackerr.conf.example ) ,
21- or [ generate one] ( https://notifiarr.com/unpackerr.php ) .
21+ or [ generate one] ( https://notifiarr.com/unpackerr ) .
22221 . Edit config file to suit your needs: ` nano unpackerr.conf `
23231 . Put both on your Linux shell server, in an ` ~/unapckerr/ ` folder.
24241 . Run Unpackerr in the background, ` screen ` is the easiest way to do so.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ A default Windows install runs from `C:\`; if you installed Windows in another l
2424- Uncomment ` log_file ` (remove the ` # ` ) and set it as shown here:
2525 - ` log_file = 'C:\ProgramData\unpackerr\logs\unpackerr.log' `
2626- Edit the rest of the config to suit your system,
27- or [ generate one] ( https://notifiarr.com/unpackerr.php ) and save the file.
27+ or [ generate one] ( https://notifiarr.com/unpackerr ) and save the file.
2828- Click the systray icon again and select ` Quit ` . Then open the app again.
2929- View the logs by clicking the systray icon and ` Logs ` -> ` View ` .
3030- Make a shortcut to the application in your Startup menu to run it when you login.
You can’t perform that action at this time.
0 commit comments