Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad URL for Synology config file #828

Open
Krytical13 opened this issue Sep 29, 2024 · 4 comments
Open

Bad URL for Synology config file #828

Krytical13 opened this issue Sep 29, 2024 · 4 comments

Comments

@Krytical13
Copy link

$WGET https://docs.notifiarr.com/configs/notifiarr-synology.conf > "${CONFIGFILE}"

@austinwbest
Copy link
Member

See if this sorts that out:

https://notifiarr.wiki/en/Client/Installation#synology

@linearcarrots
Copy link

used the command from the notifiarr wiki to install and this is the output from the install:

<-------------------------------------------------->
==> Installing notifiarr version 0.8.3.
==> Downloading: https://github.com/Notifiarr/notifiarr/releases/download/v0.8. 3/notifiarr.amd64.linux.gz
==> To Location: /tmp/notifiarr.amd64.linux.gz
==> Downloaded. Installing the binary to /usr/bin/notifiarr
==> Adding notifiarr user: synouser --add notifiarr Notifiarr 0 support@notifia rr.com 0
==> Downloading config file /etc/notifiarr/notifiarr.conf
curl: (6) Could not resolve host: docs.notifiarr.com

==> Setting permissions/ownership on: /usr/bin/notifiarr /var/log/notifiarr
==> Adding sudoers entry to: /etc/sudoers
==> Updating unit file: /etc/systemd/system/notifiarr.service
==> Installed. Edit your config file: /etc/notifiarr/notifiarr.conf
==> Log files are written to: /var/log/notifiarr
==> start the service with: systemctl start notifiarr
==> stop the service with: systemctl stop notifiarr
==> to check service status: systemctl status notifiarr
<-------------------------------------------------->

This is the output when trying to start the service:

Process: 12706 ExecStart=/usr/bin/notifiarr -c /etc/notifiarr/notifiarr.conf (code=exited, status=1/FAILURE)
Main PID: 12706 (code=exited, status=1/FAILURE)

Oct 11 23:26:35 NAS systemd[1]: Unit notifiarr.service entered failed state.
Oct 11 23:26:35 NAS systemd[1]: notifiarr.service failed.

@cmacnichol
Copy link

Having the same issue it seems. I had to copy the file from "https://github.com/Notifiarr/notifiarr/blob/main/examples/notifiarr.conf.example" and update the permissions to get it to work. Even then, I am not sure I got all the settings correct as I believe the other file was customized for Synology, while the generic one is not.

@davidnewhall
Copy link
Contributor

Regardless you're going to want to customize the configuration for yourself.

This is the file: https://github.com/Notifiarr/Notifiarr.github.io/blob/gh-pages/configs/notifiarr-synology.conf

The only thing custom are the log file locations.

log_file = "/var/log/notifiarr/app.log"
http_log = "/var/log/notifiarr/http.log"

It's also an old file and incomplete, so we really shouldn't rely on it. This issue will remain open until we fix the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants