docker-dehydrated/root/etc/periodic/weekly/dehydrated
Jan Christian Grünhage 8369338216
All checks were successful
the build was successful
feat: more powerful config generation
config generation is now done with jinja2 instead of sed.
also added a way to do the dns challenge without fiddling with more than env vars.

BREAKING CHANGE: a lot of env vars and volumes changed.
2018-04-23 18:55:55 +01:00

5 lines
149 B
Bash
Executable file

#!/bin/bash
chown -R ${UID}:${GID} /data
# Run dehydrated
su-exec ${UID}:${GID} /opt/dehydrated/dehydrated --config /data/config --cron --keep-going