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

Chore: Improvement on config templates #417

Merged
merged 2 commits into from
May 15, 2023

Conversation

fabricionaweb
Copy link
Contributor

Just small touches that I think can look better

@@ -170,6 +170,7 @@ module.exports = {
/**
* Bind to a specific host address.
* Example: "127.0.0.1"
* Default is "0.0.0.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked in nodejs docs, when undefined 0.0.0.0 is default.

If host is omitted, the server will accept connections on the unspecified IPv6 address (::) when IPv6 is available, or the unspecified IPv4 address (0.0.0.0) otherwise.

https://nodejs.org/api/net.html#serverlistenport-host-backlog-callback

* For Jackett, click "Copy RSS feed"
* For Prowlarr, click (i) and copy the Torznab Url, then append "?apikey=YOUR_PROWLARR_API_KEY"
* For Prowlarr, click on the indexer name and copy the Torznab Url, then append "?apikey=YOUR_PROWLARR_API_KEY"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prowlarr has changed, it does not have the (i) anymore. Instead you need to click at indexer name (first column)

@mmgoodnow
Copy link
Collaborator

thanks for the cleanup!

@mmgoodnow mmgoodnow merged commit 7474c3c into cross-seed:master May 15, 2023
1 check failed
@fabricionaweb fabricionaweb deleted the chore-templates branch December 10, 2023 23:37
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

Successfully merging this pull request may close these issues.

None yet

2 participants