feat: Dan Pollock’s hosts file #5

Merged
ange merged 12 commits from devel into staging 2024-12-23 03:04:53 +00:00
Showing only changes of commit 8049e51a75 - Show all commits

View File

@ -37,9 +37,11 @@ function kgcmkey() {
kcreatesec searxng \
--from-literal=SEARXNG_SECRET="$(kgseckey searxng SEARXNG_SECRET || openssl rand -hex 32)"
kcreatecm searxng \
--from-file=config/settings.yml \
--from-file=config/limiter.toml
opts=()
for f in config/*; do
opts+=(--from-file="$f")
done
kcreatecm searxng "${opts[@]}"
kapply common/valkey.yaml common/app.yaml