Skip to content

Commit 79d6838

Browse files
committed
update generator link
1 parent 966638c commit 79d6838

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/install/compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

docs/install/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

docs/install/freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ArchiveAccess from './includes/archiveaccess.md';
1212
1. 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))
1414
1. 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.
1616
1. Not many folks use FreeBSD, but we can try to help if you drop by the [Discord](https://golift.io/discord).
1717

1818
<ArchiveAccess />

docs/install/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ curl -s https://golift.io/repo.sh | sudo bash -s - unpackerr
2727
```
2828

2929
After 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
3333
sudo nano /etc/unpackerr/unpackerr.conf

docs/install/seedbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Learn how to install Unpackerr on your linux shell without root.
1818
1. Extract the gz file with `gunzip` (or whatever),
1919
rename it to `unpackerr` and make it executable: `chmod +x unpackerr`
2020
1. 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).
2222
1. Edit config file to suit your needs: `nano unpackerr.conf`
2323
1. Put both on your Linux shell server, in an `~/unapckerr/` folder.
2424
1. Run Unpackerr in the background, `screen` is the easiest way to do so.

docs/install/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)