jcormier
jcormier
I am also interested in explicit instructions to setup certbot-auto to auto-renew the cert.
Thanks. Was able to setup certbot-auto to run in a cronjob and add some deploy hooks in the renewal-hooks/deploy directory.
Made some comments on the commits. I'll make a pass at it. Remaining warnings ```bash $ shellcheck assets/runtime/functions In assets/runtime/functions line 3: source ${REDMINE_RUNTIME_DIR}/env-defaults ^-- SC2086: Double quote to prevent...
Pushed another commit for round 3. Plenty of additional. Some of which we will probably ignore. Like the Declare and assign separately ones... ```bash $ shellcheck assets/runtime/functions In assets/runtime/functions line...
admin / admin works for me. The first login forces you to change passwords, is it possible you changed to password to something else in a previous run. If you...
I think the more important concern is dockerhub. Can we continue to push to sameersbn/redmine without compromising @sameersbn credentials? Ideally, we'd do something similar and make it an org with...
I'd be open for a pull request. On Mon, Feb 18, 2019, 10:56 AM Arnaud Venturi When using docker with a container orchestrator (kubernetes, in my case), > most logging...
@sameersbn I can try to help on occasion.
> I also tried with a fresh tmp dir but then I get the Too many levels of symbolic links error like described in #412 It's expected that you destroy...
> How do I run this command with docker? I tried adding it to `post-install.sh` but it seems to exit before that gets executed. I think `post-install.sh` should get run...