Commit graph

26 commits

Author SHA1 Message Date
Jan Dittberner f674d88f09 Release 0.4.0
- update changelog
- bump version
2023-05-08 17:18:48 +02:00
Jan Dittberner 2c2a667d81 Improve docker setup
- add .dockerignore
- add entrypoint.sh to switch to user after initial setup
- downgrade importlib-metadata for Celery compatibility
- add TZ environment variable for consistent Celery timestamps
- fix Celery setting deprecation warnings
2023-02-20 16:11:15 +01:00
Jan Dittberner 2387c2c8e3 Bump version number 2020-04-10 13:02:14 +02:00
Jan Dittberner 2227a39eb1 Open nginx config file in binary mode 2020-04-04 14:52:32 +02:00
Jan Dittberner 5ddddcaa08 Fix template syntax error 2020-04-04 14:47:46 +02:00
Jan Dittberner 3b05272254 Move code from gvaweb to webtasks
This change allows celery to find its tasks under the expected webtasks
namespace.
2020-03-03 15:23:54 +01:00
Jan Dittberner d03f84644d Move again, re-add Jinja2 2020-03-02 17:05:15 +01:00
Jan Dittberner 0eb766051c Restructure gvaweb to correct package paths 2020-03-02 16:51:00 +01:00
Jan Dittberner d6a71f495f Remove disfunctional create_web_php_fpm_pool_config code 2020-03-02 10:11:02 +01:00
Jan Dittberner de322b3442 Change nginx vhost template
This commit reduces the nginx vhost template to the bare minimum needed
to get a vhost that can be used to get a certificate via letsencrypt's
certbot.
2020-02-29 12:02:32 +01:00
Jan Dittberner 4f396c606f Fix systemctl commands 2019-09-07 14:57:48 +02:00
Jan Dittberner e1dd3295c1 Fix reload, use systemctl instead of service 2019-09-07 14:43:53 +02:00
Jan Dittberner 51ac479dac Fix handling of manually removed configuration files 2019-09-07 14:34:59 +02:00
Jan Dittberner 1c9d09c7de Ignore disabled sites' nginx configuration
Fixes #5
2019-06-30 11:54:49 +02:00
Jan Dittberner 886f925915 add listen directive to enable IPv6 2015-01-27 19:45:13 +01:00
Jan Dittberner e498777d02 force symlink creation for enable_web_vhost
- add '-f' parameter to ln invocation
- add changelog entry
2015-01-27 17:06:40 +01:00
Jan Dittberner 7dc3a634f7 unify exception handling, fix nginx template 2015-01-27 15:24:58 +01:00
Jan Dittberner 35b102a7b7 fix listen directive 2015-01-27 14:32:14 +01:00
Jan Dittberner 0bd10d23ec wheezy's /bin/ln does not support '-r' parameter 2015-01-27 14:28:21 +01:00
Jan Dittberner 6b8c1710ca implement Jinja filter to calculate the parent domain of a domain 2015-01-27 14:18:13 +01:00
Jan Dittberner 68c7e036b2 remove pool error_log directive which is only allowed globally 2015-01-27 14:07:58 +01:00
Jan Dittberner a15843b0d5 don't try to close tempfiles twice 2015-01-27 13:58:57 +01:00
Jan Dittberner 549618bfad first tasks implementation, added nginx and FPM templates 2015-01-27 13:48:00 +01:00
Jan Dittberner afd9bbf1fe add wildcard support to create_web_vhost_config task 2015-01-26 21:34:44 +01:00
Jan Dittberner faedcb77f0 define webtasks interface and initial settings 2015-01-26 18:12:14 +01:00
Jan Dittberner 95c6c9c516 Add 'gvaweb/gvacommon/' from commit 'd31c1d0fbf02bde5d4dc2be24762d872da64935f'
git-subtree-dir: gvaweb/gvacommon
git-subtree-mainline: a12ad124b6
git-subtree-split: d31c1d0fbf
2015-01-26 15:45:39 +01:00