Skip to content

Commit bcd420a

Browse files
committed
add comments, fix branch
1 parent bd7651c commit bcd420a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/install/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ UN_FOLDER_1_PATH=/data/downloads/games/
8080
Anything that [has a header](https://github.com/Unpackerr/unpackerr/blob/main/examples/unpackerr.conf.example#L87)
8181
with 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

generate.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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

35
set -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
79
popd

0 commit comments

Comments
 (0)