Commit Graph

108 Commits (69a3d77cd20724269dab6b53bd37c88e0bd9fbe9)

Author SHA1 Message Date
Bálint Szekeres 2c24943794 google fonts preload 2019-06-17 00:28:16 +02:00
Bálint Szekeres db616f2074 csp fix 2019-06-16 21:41:59 +02:00
Bálint Szekeres 7476c194cb ability to change Let's Encrypt webroot
fixes #64
2019-06-05 17:12:34 +02:00
Bálint Szekeres 837f9e33a8 ability to change nginx config directory
fixes #93
2019-06-05 17:03:33 +02:00
Bálint Szekeres 5b39bdcc8b github account renamed 2019-06-01 09:01:32 +02:00
Bálint Szekeres 7fedd0a9db added security.conf with higher precedence
fixes again #88
2019-05-22 19:31:08 +02:00
Bálint Szekeres de88f83a8a .base64-zip-line-container 2019-05-20 08:24:21 +02:00
Bálint Szekeres b65c8e5fbc button click copyAsBase64() 2019-05-19 23:01:52 +02:00
Bálint Szekeres 9442466854 mouseenter base64
fixes a Safari bug
2019-05-19 22:40:30 +02:00
Bálint Szekeres bb29709bd6 added notie 2019-05-19 22:14:53 +02:00
Bálint Szekeres e16a26685f build-vendor.js 2019-05-19 21:15:19 +02:00
trin4ik c024c4a06a adds a button to copy the generated config to the buffer as base64 string (#85)
* add copy base64 zip string for paste in console like
$ echo 'base64string' | base64 --decode > nginxconfig.io.zip

* preparing for merge

* copyAsBase64()

* added copy-paste steps
2019-05-19 19:37:52 +02:00
Bálint Szekeres 2c3c1a7462 nginx -> NGINX 2019-05-19 18:05:09 +02:00
Bálint Szekeres c1847af9ac refactored command with steps 2019-05-19 17:11:11 +02:00
Bálint Szekeres f54d4bd6cb site group, preset group 2019-05-19 11:47:09 +02:00
Bálint Szekeres 4daf054da4 moved github to header 2019-05-19 11:36:26 +02:00
Bálint Szekeres 473ed63ca6 moved loader to header 2019-05-19 09:02:13 +02:00
Bálint Szekeres 178d640647 site selector refactor 2019-05-15 23:30:11 +02:00
Dmitriy Bespalov e5cb86edc0 fix(tooltip): change tooltip for worker_processes (#84)
Change wrong tooltip for worker_processes by docs:
http://nginx.org/en/docs/ngx_core_module.html#worker_processes
2019-04-16 08:30:44 +02:00
Bálint Szekeres 5c73002020 enabled TLSv1.3, replaced SSL profiles logic to OWASP
fixes #42, fixes #82
2019-04-14 21:50:15 +02:00
Szekeres Bálint 5f3839d7e3 footer change 2019-02-06 21:30:51 +01:00
Szekeres Bálint 14fd7103ef isRoot() checks 2019-01-06 17:17:42 +01:00
Szekeres Bálint 014598b589 node.js disable root 2019-01-06 17:07:52 +01:00
Szekeres Bálint 14546c941d removeSite() 2019-01-06 16:52:04 +01:00
Szekeres Bálint a3116b5102 multiple site support, site tabs, common tabs, django 2019-01-06 15:48:28 +01:00
Szekeres Bálint 00893b2aad presets moved to header 2018-12-30 15:22:38 +01:00
Szekeres Bálint c25228ef53 legacy PHP routing, fast_cgi fixes 2018-12-18 23:26:57 +01:00
Szekeres Bálint d4f3111c12 Python support
fixes #34
2018-12-02 21:36:18 +01:00
Szekeres Bálint 6db2cf48d5 added Magento support
fixes #48
2018-12-02 20:28:18 +01:00
Szekeres Bálint 0c348f2951 vhost symlink option 2018-12-01 19:47:16 +01:00
Michael Leer ff1ae92ef7 Change to sites-available instead of sites-enabled (#31)
* change from sites-enabled to sites-available

* add yarn.lock

* removed yarn.lock

* commands fix

* ZIP symbolic link
2018-11-20 14:12:25 +01:00
Szekeres Bálint 97e0cda352 getUrl() 2018-11-19 09:03:13 +01:00
Szekeres Bálint 7135602bd1 typo fix 2018-11-19 08:29:52 +01:00
Szekeres Bálint 2185c45d13 tooltip side fixes 2018-11-18 13:56:29 +01:00
Szekeres Bálint 2d5dc95ab6 inline checkbox 2018-11-18 13:48:31 +01:00
Szekeres Bálint db61422446 responsive fixes 2018-11-18 13:19:07 +01:00
Szekeres Bálint ebf4210e6f footer advertisement 2018-11-18 12:54:13 +01:00
Szekeres Bálint b9e6754640 HSTS includeSubDomains, preload options
fixes #26
2018-11-18 10:15:33 +01:00
Szekeres Bálint 0579ab5b84 php index setting fix
fixes #28
2018-11-18 09:56:32 +01:00
Szekeres Bálint ba1c033fac typo fixes 2018-11-03 14:25:19 +01:00
Szekeres Bálint 6d590c6e1c PHP backup server
#24
2018-11-02 14:24:32 +01:00
Szekeres Bálint e6612d9770 support for HHVM sockets
fixes #24
2018-10-30 20:46:45 +01:00
Szekeres Bálint b87661c846 optional DNS resolvers (Cloudflare, Google Public DNS, OpenDNS)
fixes #25
2018-10-26 19:11:53 +02:00
Szekeres Bálint e721697ec5 Logging tab
added support for domain specific acces_log / error_log (fixes #6)
2018-09-03 22:53:56 +02:00
Szekeres Bálint bec7ce0259 Reverse proxy support
fixes #4, #16
2018-08-20 16:04:34 +02:00
Szekeres Bálint b470d8b4dd strong domain 2018-08-19 23:30:57 +02:00
Szekeres Bálint e8825585e0 tabbed layout 2018-08-19 23:17:07 +02:00
Szekeres Bálint b622b0fd9a added Drupal 2018-07-26 15:09:35 +02:00
Szekeres Bálint f64fd9d036 img/brands folder 2018-07-18 19:04:24 +02:00
Szekeres Bálint 47823d2186 adsense update 2018-07-17 22:58:00 +02:00