webhook icon indicating copy to clipboard operation
webhook copied to clipboard

support for docker secret in template

Open blib opened this issue 2 years ago • 1 comments

I added secret template function that provides access to docker secrets.

secret secret_name will insert content of /run/secrets/secret_name file into a templated configuration file.

blib avatar May 28 '23 19:05 blib

This should be now possible to execute using the cat template func introduced in #712

adnanh avatar Jan 11 '25 23:01 adnanh