Commit Graph

2942 Commits

Author SHA1 Message Date
neilpang
465ece5d25 fix format 2019-06-10 22:40:14 +08:00
neilpang
10d1361a2c add guide link 2019-06-10 22:35:55 +08:00
neil
34617270a5
Merge pull request #2319 from Neilpang/dev
sync
2019-06-10 22:02:02 +08:00
neil
29aa370aa6
Merge pull request #2313 from Neilpang/docker
support deploy docker
2019-06-07 18:19:00 +08:00
neil
6650072fe6
Merge pull request #2276 from der-berni/dev
updated to work with one.com
2019-06-04 20:53:23 +08:00
neilpang
951bd3a517 minor, check for mkdir 2019-06-03 21:03:03 +08:00
neilpang
2e3ddd3a61 trim quotation marks 2019-06-03 20:55:22 +08:00
neil
dd628514c6
Merge pull request #2308 from honzahommer/feat/notify-postmark
Add notify postmark
2019-06-03 20:11:42 +08:00
neil
c74686a197
Merge pull request #2285 from dkerr64/FreeDNS
Fixes to dns_freedns.sh for multi-part top level domain names
2019-06-03 20:08:10 +08:00
Charlie Garrison
c42dbbfec8 reformatted RouterOS script for shfmt checks 2019-06-03 11:38:39 +10:00
Honza Hommer
ea3678f8c7
Merge branch 'dev' into feat/notify-postmark 2019-06-03 01:56:14 +02:00
Honza Hommer
51099bf148
Add postmark notify 2019-06-03 01:54:04 +02:00
David Kerr
924e0261f9
Update dns_freedns.sh 2019-06-02 13:09:57 -04:00
neilpang
dc5eda7ebb fix savedeployconf 2019-06-02 20:04:36 +08:00
neilpang
aec6636205 add _getdeployconf 2019-06-02 19:36:11 +08:00
Bernard Spil
5a6e5bb378 Fix botched patch
- Consistent naming
 - Align with style from acme.sh
2019-06-02 11:24:47 +02:00
neil
b02f8c33f1 sync (#2297)
* Create LICENSE.md

* remove _hostingde_parse_no_strip_whitespace function as this breaks API requests

* Fix sessionid parsing on BSD

* Make travis happy. (SC2020)

* fix for https://github.com/Neilpang/acme.sh/issues/2286

* Notify mail update (#2293)

* feat: disable e-mail validation if MAIL_NOVALIDATE is set

* fix: expose _MAIL_BIN variable

* fix: call _mail_body and _mail_cmnd directly to make sure that all used variables are exposed

* fix: update notify/mail.sh

Co-Authored-By: Matej Mihevc <zuexo@users.noreply.github.com>

* fix: remove useless echo, quote eval
2019-06-02 11:08:37 +02:00
mjthompson
5ac5b039e3 Fix typo 2019-06-02 11:08:37 +02:00
Milan Pála
10e1a6cd9d Fix saving token for DNS Active24 2019-06-02 11:08:37 +02:00
Honza Hommer
1233447acf add slack notify 2019-06-02 11:08:37 +02:00
Honza Hommer
81804503fd wip 2019-06-02 11:08:37 +02:00
Honza Hommer
e97a0ae675 add clearaccountconf MAIL_BIN 2019-06-02 11:08:37 +02:00
Honza Hommer
36f83ecb15 remove unset 2019-06-02 11:08:37 +02:00
Honza Hommer
b9f69c4b0c remove echo command 2019-06-02 11:08:37 +02:00
Honza Hommer
81bd7ce00e prevent _MAIL_BIN modification 2019-06-02 11:08:37 +02:00
Honza Hommer
3ba3d2b1a5 expose MAIL_BIN variable 2019-06-02 11:08:37 +02:00
Honza Hommer
2fdaec6791 try to use ACCOUNT_MAIL if MAIL_FROM is not set 2019-06-02 11:08:37 +02:00
Honza Hommer
c730382091 make MAIL_FROM not required 2019-06-02 11:08:37 +02:00
Honza Hommer
65d4d7e545 typos 2019-06-02 11:08:37 +02:00
Honza Hommer
09c8f5c06d ssmtp 2019-06-02 11:08:37 +02:00
Honza Hommer
3b977bec8e remove unsupported options from mail and mutt command 2019-06-02 11:08:37 +02:00
Honza Hommer
46c10f5bee use mutt if installed 2019-06-02 11:08:37 +02:00
Honza Hommer
075f0c474c cleanup, lint 2019-06-02 11:08:37 +02:00
Honza Hommer
d03ed6d1af move sendmail notify to mail notify 2019-06-02 11:08:37 +02:00
Honza Hommer
8607582065 typos 2019-06-02 11:08:37 +02:00
Honza Hommer
c7c95af0fc use hostname function instead of HOSTNAME env variable 2019-06-02 11:08:37 +02:00
Honza Hommer
3999f58e70 add sendmail notify 2019-06-02 11:08:37 +02:00
neilpang
cff9e2d267 fix format 2019-06-02 11:08:37 +02:00
neilpang
c47fd82d44 add dns_durabledns.sh 2019-06-02 11:08:37 +02:00
neilpang
a18c3ff07d use sh -c 2019-06-02 15:21:08 +08:00
neilpang
64928b28bc trim quotation marks 2019-06-02 11:11:34 +08:00
neilpang
0bbaa51945 fix format 2019-06-02 10:05:24 +08:00
neilpang
561803c0a7 add deploy hook to docker containers 2019-06-01 22:30:25 +08:00
der-berni
1a5279bd6e
cleanup according to styleguide 2019-05-31 08:55:21 +02:00
der-berni
534ddf01db
try to remove errors in travis-ci
No newline at end of file
2019-05-31 08:34:33 +02:00
der-berni
937d5b5472
try to remove errors in travis-ci 2019-05-31 08:26:48 +02:00
Charlie Garrison
03a407d4df Added additional shellcheck ignores for client-side evaluation warning
Should pass CI tests now
2019-05-29 14:05:20 +10:00
neil
3508e1e6d5
Merge pull request #2298 from kroepke/gcloud-bsd-support
Make dns_gcloud.sh BSD compatible
2019-05-28 20:47:00 +08:00
Kay Roepke
145b1f4fb3
Improve compatibility with *BSD xargs
The --no-run-if-empty option is a GNU extension and the long version isn't supported by *BSD variants.
Instead use the short version (-r) which is present, but ignored as it is the default behavior, in at least FreeBSD: https://www.freebsd.org/cgi/man.cgi?xargs
2019-05-28 13:46:19 +02:00
neil
09bce5e6d6
sync (#2297)
* Create LICENSE.md

* remove _hostingde_parse_no_strip_whitespace function as this breaks API requests

* Fix sessionid parsing on BSD

* Make travis happy. (SC2020)

* fix for https://github.com/Neilpang/acme.sh/issues/2286

* Notify mail update (#2293)

* feat: disable e-mail validation if MAIL_NOVALIDATE is set

* fix: expose _MAIL_BIN variable

* fix: call _mail_body and _mail_cmnd directly to make sure that all used variables are exposed

* fix: update notify/mail.sh

Co-Authored-By: Matej Mihevc <zuexo@users.noreply.github.com>

* fix: remove useless echo, quote eval
2019-05-28 08:47:33 +08:00