- 23 Dec, 2020 6 commits
-
-
-
StefanAbl authored
-
StefanAbl authored
-
Pedro Lamas authored
-
neil authored
-
neil authored
-
- 22 Dec, 2020 2 commits
- 21 Dec, 2020 2 commits
-
-
Lorenz Stechauner authored
-
Lorenz Stechauner authored
-
- 20 Dec, 2020 1 commit
-
-
Lorenz Stechauner authored
-
- 17 Dec, 2020 1 commit
-
-
neil authored
Add scaleway provider
-
- 10 Dec, 2020 5 commits
-
-
-
Brian Hartvigsen authored
Also removed unused code
-
Brian Hartvigsen authored
Small changes for DSM 6: All fields (except enable_syno_token as explained below) must either be in the GET params or the POST params, you can't mix GET and POST params enable_syno_token=yes must be in both the GET and POST params. If enable_syno_token=yes is only in the POST fields, then DSM6 returns a synotoken of --------. If enable_syno_token=yes is only in the GET params, then it returns no synotoken at all. It must be in both to work. Need to use /webapi/auth.cgi instead of /webapi/entry.cgi Verified with DSM 6.2.3-25426 Update 2 and DSM 7.0-40850
-
Thijn authored
-
Brian Hartvigsen authored
This allows us to get the cookie and the token (as it appears to be only in the body in DSM 7.) HTTP_HEADERS is only guarenteed to be output with POST for both wget and curl.
-
- 08 Dec, 2020 2 commits
-
-
Van Hau TRAN authored
-
neil authored
Correct sed regex
-
- 07 Dec, 2020 4 commits
- 06 Dec, 2020 4 commits
-
-
Van Hau TRAN authored
-
Van Hau TRAN authored
-
Van Hau TRAN authored
-
Nate authored
Corrects issue #3285. The '?' character after a group is not supported in POSIX Basic Regular Expressions. Replacing it with '\{0,1\}' retains the same functionality and also works on non-GNU systems.
-
- 02 Dec, 2020 2 commits
- 01 Dec, 2020 3 commits
-
-
Christian Burmeister authored
I have modified the following things: Originally, "/data/assets/ssl/" is always appended to the varialbe ${_mailcow_path}. Since I use acme.sh as docker container, I only want to include the mailcow-ssl directory in the acem.sh container and not the complete mailcow directory. So now it is checked if the file generate_config.sh is in the directory (then it is the mailcow root directory, see https://github.com/mailcow/mailcow-dockerized) and only then "/data/assets/ssl/" is appended, in all other cases the passed variable is taken over unchanged. Because of the RP mailcow/mailcow-dockerized#2443 I have extended the script with ECC certificates. I adapted the reboot commands as described in the mailcow manual (https://mailcow.github.io/mailcow-dockerized-docs/firststeps-ssl/#how-to-use-your-own-certificate).
-
neil authored
sync
-
neil authored
Added World4You DNS API
-
- 30 Nov, 2020 4 commits
-
-
Lorenz Stechauner authored
-
Lorenz Stechauner authored
-
Lorenz Stechauner authored
-
jakelamotta authored
-
- 29 Nov, 2020 4 commits
-
-
Lorenz Stechauner authored
-
Lorenz Stechauner authored
-
neil authored
Add CleverReach Deploy API
-
Lorenz Stechauner authored
-