Commit Graph

23 Commits

Author SHA1 Message Date
Christian Burmeister
d4b150ae84
Add docker console logging
i have the problem that the acme.sh container does not show logs (docker-compose logs acme.sh), to fix this i changed the crond parameters. 

/ # crond --help
BusyBox v1.30.1 (2019-06-12 17:51:55 UTC) multi-call binary.

Usage: crond -fbS -l N -d N -L LOGFILE -c DIR

	-f	Foreground
	-b	Background (default)
	-S	Log to syslog (default)
	-l N	Set log level. Most verbose 0, default 8
	-d N	Set log level, log to stderr
	-L FILE	Log to FILE
	-c DIR	Cron dir. Default:/var/spool/cron/crontabs
2019-11-14 18:59:36 +01:00
Johann Richard
05acf28e0d Update Dockerfile 2019-11-02 07:10:50 +01:00
Johann Richard
fee9baca89
Add openssh package
* `acme.sh`'s `ssh.sh` is probably one of the hooks that's most versatile
* By default, it's not installed on `alpine` docker images and therefore is lacking in the `acme.sh` docker image
* This change adds the `openssh` package and therefore the `ssh` and associated commands
2019-11-01 17:59:40 +01:00
maxemann96
2e2e056198
Merge branch 'dev' into oath 2019-06-21 23:52:10 +02:00
Maximilian Hippler
e0d4115ed7 Finally added oathtool 2019-06-21 23:43:32 +02:00
neilpang
561803c0a7 add deploy hook to docker containers 2019-06-01 22:30:25 +08:00
Maximilian Hippler
49bdcad4b6 Updated oathtoolkit from edge/testing to edge/community 2019-05-21 18:50:12 +02:00
neilpang
2b765fdedb add set-notify 2019-05-04 11:54:59 +08:00
Maximilian Hippler
9247780073 Added oathtool to Dockerfile 2019-03-20 22:34:50 +01:00
Christian Burmeister
2cf01c23a2
Update Dockerfile 2019-02-09 19:38:32 +01:00
nakermann1973
552710ac2a
Add missing bind-tools package
The bind_tools package is required for dns_nsupdate to work
2018-11-13 10:15:38 +01:00
Oleg Rakovitch
8259e82787
Add missing package to docker image
Issue #1552
2018-04-23 18:34:15 +03:00
neilpang
b615cce92d fix https://github.com/Neilpang/acme.sh/issues/1127 2017-12-02 19:54:33 +08:00
max2711
7902d10a3a remove unused crontab jobs 2017-10-20 14:22:20 +02:00
neilpang
a6b399286e add socat 2017-09-09 14:15:11 +08:00
neilpang
accbda9d2f output log 2017-07-13 20:52:44 +08:00
neilpang
200287254b add deactivate-account 2017-07-08 17:25:01 +08:00
neilpang
9dd62ae0f8 fix https://github.com/Neilpang/acme.sh/issues/900 2017-06-28 19:21:03 +08:00
neilpang
395fbbfd14 fix cron 2017-06-17 20:49:45 +08:00
neilpang
df037db0bb clean cache 2017-05-14 10:15:40 +08:00
neilpang
c487cd6af2 add VOLUME 2017-05-11 20:51:16 +08:00
neilpang
7883cc5891 fix docker cronjob 2017-04-16 11:16:48 +08:00
neilpang
f3b434397b v2.6.8 support Docker 2017-04-03 12:08:38 +08:00