Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Oct 11, 2023
2 parents 34b110b + 8e46891 commit fcb5e9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions core/src/main/resources/config/baseConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,12 @@ categoriesConfig:
forbiddenRegex: null
forbiddenWords: []
ignoreResultsFrom: NONE
maxSizePreset: 20000
maxSizePreset: 90000
minSizePreset: 3000
applySizeLimitsToApi: false
newznabCategories:
- "2040"
- "2045"
- "2050"
- "2060"
- "2070"
Expand Down Expand Up @@ -219,11 +220,12 @@ categoriesConfig:
forbiddenRegex: null
forbiddenWords: []
ignoreResultsFrom: NONE
maxSizePreset: 4500
maxSizePreset: 12000
minSizePreset: 300
applySizeLimitsToApi: false
newznabCategories:
- "5040"
- "5045"
requiredRegex: null
requiredWords: []
preselect: true
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ appropriate way:
* You need to install [Java 17](https://adoptium.net/) (not lower, not higher).
* Download the generic release. This contains python scripts and java libraries. Run either wrapper file (Python 2.7 / 3.x respectively). This should work basically everwhere.
* The Java executable is expected to be in the PATH. If it's not and you can't/won't put it there then you need to provide the full path using the `--java` paramater.
* Docker: You can choose between images by [LinuxServer.io](https://github.com/linuxserver/docker-nzbhydra2), [hotio](https://hotio.dev/containers/nzbhydra2/) and [binhex's](https://hub.docker.com/r/binhex/arch-nzbhydra2/) or the one
* Docker: You can choose between images by [hotio](https://hotio.dev/containers/nzbhydra2/) and [binhex's](https://hub.docker.com/r/binhex/arch-nzbhydra2/) or the one
by [LinuxServer.io](https://github.com/linuxserver/docker-nzbhydra2).

After a while your browser should open to http://127.0.0.1:5076.
Expand Down

0 comments on commit fcb5e9e

Please sign in to comment.