Commit Graph

88 Commits

Author SHA1 Message Date
whatsmycoin e39e783b87
Update docker-compose.yml
fix typo breaking sed in example
2020-02-25 00:02:00 -05:00
Elliot Saba 59e451c614
Merge pull request #17 from lispmachine/wait-fix
Stop container if nginx stops
2020-02-05 12:24:29 -08:00
Łukasz Cieśnik d89eae2879 indentation fix 2020-02-02 17:57:26 +01:00
Łukasz Cieśnik 452e60024b Stop container if nginx stops 2020-01-29 23:14:49 +01:00
Elliot Saba f6d02a7ec9 Enable templating! Eliminate unnecessary customization! 2020-01-12 23:54:12 -08:00
Elliot Saba 386d73143b
Merge pull request #16 from ollien/fix-comments
Avoid extracting comments when parsing domain names
2020-01-08 18:13:24 -08:00
Nick Krichevsky b176fa82c4
Avoid extracting comments when parsing domain names 2019-12-30 16:30:17 -05:00
Elliot Saba 162d240756
Merge pull request #15 from yanokwa/opendatakit
Merge pull request #13 from chaopeng/master
2019-12-27 12:48:10 -08:00
巢鹏 7322e57070 Update to acme v2 2019-11-20 17:13:47 -08:00
Elliot Saba 4cedfe2a4d
Merge pull request #12 from ds17f/easy-user-config
Allow user configs without custom image
2019-11-19 01:57:46 -08:00
Elliot Saba 892cc2bc04
Merge pull request #13 from chaopeng/master
Update to acme v2
2019-11-19 01:38:36 -08:00
巢鹏 e9fb0cfe4a
Update to acme v2 2019-10-11 10:30:30 -04:00
Damian Silbergleith Cunniff d49c7c544f address PR request comments for minor cleanup 2019-10-02 21:00:59 -07:00
Elliot Saba 60310354e8
Update screen to use bash shell and adapt parse_keyfile output to… (#10)
Update screen to use bash shell and adapt parse_keyfile output to rem…
2019-07-18 14:29:05 -07:00
Damian Silbergleith Cunniff 67821fcc0d move link functionality into utils as a sh function 2019-05-24 19:46:23 -07:00
Damian Silbergleith Cunniff caae172589 allow user configs without custom image 2019-05-17 08:22:04 -07:00
rhedia 507eac1b72 Update screen to use bash shell and adapt parse_keyfile output to remove starting $ character and trailing carriage return character : fixes certificate not found error 2019-05-11 15:28:26 +02:00
Elliot Saba 4bdc75aa81
Merge pull request #8 from greendeath/master
Added IPv6 Support for the docker container
2019-03-29 17:48:39 -07:00
Dominique Roux 479a108172 Added IPv6 Support for the docker container
- Enabled IPv6 for the nginx server
2019-02-11 16:30:04 +01:00
Elliot Saba af4a499299
Merge pull request #6 from BrunoZell/master
Fix problems with rate limit - updated
2018-10-03 11:41:46 +08:00
Bruno Zell 642614cdad use domains private key file as timestamp 2018-10-03 05:31:43 +02:00
Bruno Zell a1104ffceb comments 2018-10-03 05:11:59 +02:00
Bruno Zell 66585d9765 put conditional renewal logic into certbot loop 2018-10-03 05:09:42 +02:00
Bruno Zell 57c429078c move more renewal logic to util.sh 2018-10-03 05:04:44 +02:00
Bruno Zell a89ebd176f fix function return 2018-09-28 17:48:31 +02:00
Bruno Zell 16e052dc8c comments and documentation 2018-09-28 17:14:41 +02:00
Bruno Zell 73851752f7 renaming 2018-09-28 17:11:05 +02:00
Bruno Zell 96897f8e37 move interval management to a util funcion 2018-09-28 17:07:33 +02:00
Bruno Zell 1aa799bb70 add maintainer 2018-09-28 16:00:02 +02:00
Bruno Zell f7668d4347 call certbot only once 2018-09-28 15:58:30 +02:00
Bruno Zell 00d0b9b803 remove register.sh 2018-09-28 15:50:12 +02:00
Bruno Zell fc1b972104 merge valdergallo PR with master 2018-09-28 14:59:43 +02:00
Bruno Zell 5aa7438c46 create src folder 2018-09-28 14:53:48 +02:00
Elliot Saba 7a0360bd42
Merge pull request #5 from BrunoZell/master
Added usage example
2018-09-21 11:36:39 +02:00
Bruno Zell 80b1ba3d4d added baisc usage example 2018-09-20 23:34:20 +02:00
Bruno Zell f9ac240d32 moved all source files to src folder 2018-09-20 23:29:03 +02:00
Elliot Saba c282f6328f
Merge pull request #4 from agairing/master
set certbot as default server
2018-09-13 23:35:03 +02:00
Andreas Gairing 06e08af0d7 set certbot as default server 2018-09-13 17:52:57 +02:00
Elliot Saba 467db4f64f
Merge pull request #3 from gkosciolek/master
Compatibility fixes
2018-08-22 14:07:31 -07:00
Grzegorz Kosciolek 27ecefec40 Fix the loop to make it sh compatible 2018-08-17 22:43:26 +02:00
Grzegorz Kosciolek c155cde276 Do not try to get certificate for wildcard domains as this is no longer supported by certbot 2018-08-17 21:49:37 +02:00
Elliot Saba 6fa5b2b577
Merge pull request #2 from rodrigobraga/master
Enable support to subdomains
2018-08-09 14:21:32 +01:00
Rodrigo Braga ee1ca1f28a fix scape 2018-08-09 08:46:12 -03:00
Rodrigo Braga a1355e5b5f isolates parameter inside quotes 2018-08-08 16:39:57 -03:00
Rodrigo Braga 41e0d3e9fc update version 2018-08-08 14:51:02 -03:00
Rodrigo Braga ce79bf4732 add support to subdomains 2018-08-08 14:48:02 -03:00
Valder Gallo 87730d6a2d sleep for more 10 sec 2018-06-28 12:19:02 -03:00
Valder Gallo b120666a60 missing recreate the file for the next week 2018-06-28 08:28:53 -03:00
Valder Gallo d9ba362833 add register script bash 2018-06-27 23:34:43 -03:00
Valder Gallo 418560a7be fix util sh 2018-06-27 22:19:19 -03:00