File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ UN_FOLDER_1_PATH=/data/downloads/games/
8080Anything that [ has a header] ( https://github.com/Unpackerr/unpackerr/blob/main/examples/unpackerr.conf.example#L87 )
8181with double brackets ` [[..]] ` can be repeated as many times as you'd like.
8282
83+ <!-- The Global content is generated from here: https://github.com/Unpackerr/unpackerr/tree/main/init/config -->
8384<Global />
8485
8586## Secrets and Passwords
@@ -112,6 +113,7 @@ Then store the API key (and only the API key) in `/etc/secrets/radarr.txt`.
112113_ <font color =" gray " >This feature was added in Unpackerr v0.14.0.</font >_
113114:::
114115
116+ <!-- The following content is generated from here: https://github.com/Unpackerr/unpackerr/tree/main/init/config -->
115117<Generated />
116118
117119## Event IDs
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # The beginning: https://github.com/Unpackerr/unpackerr/pull/459
3+ # The generator: https://github.com/Unpackerr/unpackerr/tree/main/init/config
24
35set -e
46
5- pushd " $( dirname -- " ${BASH_SOURCE[0]} " ) /docs/install"
6- go run github.com/Unpackerr/unpackerr/init/config@dn2_conf_builder docs
7+ pushd " $( dirname -- " ${BASH_SOURCE[0]} " ) /docs/install"
8+ go run github.com/Unpackerr/unpackerr/init/config@main docs
79popd
You can’t perform that action at this time.
0 commit comments