Joshua Tauberer
|
294d19e0af
|
rename whats_next.py to status_checks.py
|
2014-08-21 10:43:55 +00:00 |
Joshua Tauberer
|
b30d7ad80a
|
web-based administrative UI
closes #19
|
2014-08-17 22:46:06 +00:00 |
Joshua Tauberer
|
f299825a95
|
in the nginx override YAML file, change how proxies are specified into a mapping
|
2014-08-17 19:40:45 +00:00 |
Joshua Tauberer
|
6e380ade17
|
owncloud will only let users access it from the PRIMARY_HOSTNAME (due to its trusted_domains option being set statically), so only include /cloud in the nginx configuration for PRIMARY_HOSTNAME
|
2014-08-16 12:33:10 +00:00 |
Joshua Tauberer
|
8c9f278166
|
owncloud: support MOD_X_ACCEL_REDIRECT_ENABLED
This lets downloads from the file app work.
|
2014-08-15 23:16:54 +00:00 |
Joshua Tauberer
|
0eceb2012f
|
use php5-fpm rather than our own custom launcher script for PHP+FastCGI
|
2014-08-12 11:00:54 +00:00 |
Joshua Tauberer
|
8042ab66ac
|
dont serve web for domains with custom DNS records that point A/AAAA elsewhere, and in whats_next only check that an A record exists on a domain if we are serving web on the domain
|
2014-07-20 15:23:17 +00:00 |
Joshua Tauberer
|
659b5c8aa3
|
if the server certificate can be used for a non-primary domain, use it
|
2014-07-09 16:38:42 +00:00 |
Joshua Tauberer
|
1a74b81f44
|
new nginx configuration yaml file to allow proxying of whole domains elsewhere
|
2014-07-09 12:31:32 +00:00 |
Joshua Tauberer
|
49d5561933
|
when adding/removing mail addresses also update nginx's config
|
2014-07-06 12:16:50 +00:00 |
Joshua Tauberer
|
c8856f107d
|
migrate the SSL certificates path for non-primary certs to a new layout using a new migration script
|
2014-06-30 20:41:29 +00:00 |
Joshua Tauberer
|
06ba25151f
|
get_domain_ssl_files returned the wrong path for the CSR for PRIMARY_HOSTNAME
|
2014-06-30 19:49:41 +00:00 |
Joshua Tauberer
|
fed5959288
|
s/PUBLIC_HOSTNAME/PRIMARY_HOSTNAME/ throughout
|
2014-06-30 09:15:36 -04:00 |
Joshua Tauberer
|
d4ce50de86
|
new tool to purchase and install a SSL certificate using Gandi.net's API
|
2014-06-23 10:53:29 +00:00 |
Joshua Tauberer
|
4668367420
|
first pass at a management tool for checking what the user must do to finish his configuration: set NS records, DS records, sign his certificates, etc.
|
2014-06-22 15:54:22 +00:00 |
Joshua Tauberer
|
5faa1cae71
|
manage the nginx conf in the management daemon too so we can have nginx operate on all domains that we serve mail for
|
2014-06-20 01:55:12 +00:00 |