This commit is contained in:
parent
c62cd7ce24
commit
8049e51a75
@ -37,9 +37,11 @@ function kgcmkey() {
|
|||||||
kcreatesec searxng \
|
kcreatesec searxng \
|
||||||
--from-literal=SEARXNG_SECRET="$(kgseckey searxng SEARXNG_SECRET || openssl rand -hex 32)"
|
--from-literal=SEARXNG_SECRET="$(kgseckey searxng SEARXNG_SECRET || openssl rand -hex 32)"
|
||||||
|
|
||||||
kcreatecm searxng \
|
opts=()
|
||||||
--from-file=config/settings.yml \
|
for f in config/*; do
|
||||||
--from-file=config/limiter.toml
|
opts+=(--from-file="$f")
|
||||||
|
done
|
||||||
|
kcreatecm searxng "${opts[@]}"
|
||||||
|
|
||||||
kapply common/valkey.yaml common/app.yaml
|
kapply common/valkey.yaml common/app.yaml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user