Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-25remove legacyDaniel Hansson
2022-05-25change addressDaniel Hansson
2022-05-08fix DHParams (#2301)Daniel Hansson
2022-05-07disable DHParams for nowDaniel Hansson
Deprecated i2d and d2i functions for low-level key types Any i2d and d2i functions such as d2i_DHparams() that take a low-level key type have been deprecated. Applications should instead use the OSSL_DECODER(3) and OSSL_ENCODER(3) APIs to read and write files. See "Migration" in d2i_RSAPrivateKey(3) for further details.
2022-05-03remove live source (#2283)Daniel Hansson
Signed-off-by: enoch85 <github@hanssonit.se>
2022-05-03Ubuntu 22.04 (#2279)Daniel Hansson
Signed-off-by: enoch85 <github@hanssonit.se>
2022-04-22happy new year (#2278)Daniel Hansson
Signed-off-by: enoch85 <github@hanssonit.se>
2022-01-31fix zero byte files (#2199)Simon L
Signed-off-by: szaimen <szaimen@e.mail.de> Co-authored-by: Daniel Hansson <github@hanssonit.se>
2021-11-20update info text (#2143)Daniel Hansson
2021-10-07Alloverride None, and include .htaccess (#2110)Daniel Hansson
Signed-off-by: enoch85 <github@hanssonit.se>
2021-07-31change wordingDaniel Hansson
2021-07-30change to ECDSA keys for certbot (#2069)Daniel Hansson
2021-06-26fix minor detail (#2036)szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-05-21cleanup code (#1975)Daniel Hansson
* cleanup code * fix LE * Update security.sh * remove SC diasble * really needed upgrade for the security script
2021-05-20merge on release day (#1966)Daniel Hansson
2021-05-18put if argument in the rigth place (#1964)Daniel Hansson
2021-05-18fix last bugDaniel Hansson
2021-05-18don't check for nono ports as it's not in the released libDaniel Hansson
2021-05-18add test-config for regular port as wellDaniel Hansson
2021-05-18default to no for real this timeDaniel Hansson
2021-05-18default to "no"Daniel Hansson
2021-05-18improve desec port selection (#1962)Daniel Hansson
2021-05-17escape * in sedDaniel Hansson
2021-05-17fix bugDaniel Hansson
2021-05-17choose port with deSEC (#1960)Daniel Hansson
2021-04-25fix APACHE_LOG_DIR (#1932)szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-04-23Revert "reintroduce line breaks to specific command in activate-tls (#1922)" ↵Daniel Hansson
(#1930) This reverts commit 5430d1ba48a05346c9b779910317ebea52a9f887.
2021-04-23reintroduce line breaks to specific command in activate-tls (#1922)szaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Co-authored-by: Daniel Hansson <github@hanssonit.se>
2021-04-16catch error on regular run (#1921)Daniel Hansson
2021-04-11Add DNS updates with deSEC (#1920)Daniel Hansson
2021-03-27improve letsencryptrenew crontab (#1905)szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-03-10deSEC magic (#1725)Daniel Hansson
Co-authored-by: Peter Thomassen <4242683+peterthomassen@users.noreply.github.com> Co-authored-by: szaimen <szaimen@e.mail.de>
2021-02-20update strict transport security (#1833)Daniel Hansson
2021-02-10avoid double crontabs (#1808)szaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-01-01happy new year! (#1749)Daniel Hansson
* happy new year! Signed-off-by: enoch85 <github@hanssonit.se> * fix some comments and restore geoip database files Signed-off-by: szaimen <szaimen@e.mail.de> Co-authored-by: szaimen <szaimen@e.mail.de>
2020-12-03Fix spelling in VM (#1706)Ted B
Signed-off-by: Lantrix <lantrix@pobox.com>
2020-11-30don't use function without libDaniel Hansson
2020-11-12put default SC rules in a single file (#1667)Daniel Hansson
Signed-off-by: enoch85 <github@hanssonit.se>
2020-11-06do not exitDaniel Hansson
2020-10-19Use start_if_stopped instead of just service start (#1608)Daniel Hansson
Signed-off-by: enoch85 <github@hanssonit.se>
2020-10-17TLS1.3 and improvements (#1578)Daniel Hansson
Signed-off-by: enoch85 <github@hanssonit.se>
2020-10-14make all scripts much more readable (#1493)szaimen
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-10-04old le script doesn't have fetch_libDaniel Hansson
2020-10-03go live with fetch lib (#1520)Daniel Hansson
Signed-off-by: enoch85 <github@hanssonit.se>
2020-09-18chaneg to real linkDaniel Hansson
2020-09-18another typoDaniel Hansson
2020-09-18typoDaniel Hansson
2020-09-18create open_port function to automatically open ports over upnp (#1469)Daniel Hansson
Co-authored-by: szaimen <szaimen@e.mail.de>
2020-09-17Revert "create open_port function to automatically open ports over upnp ↵Daniel Hansson
(#1464)" (#1468) This reverts commit 567c2759c9a48cc07a60c6f93fcd6fb34988ec7a. I commited the wrong PR!
2020-09-17create open_port function to automatically open ports over upnp (#1464)szaimen
Co-authored-by: Daniel Hansson <github@hanssonit.se>