Matt (IPv4) Cowley
0cefd5ddef
Add onion location support ( #207 )
...
* Add initial onion tab
* Add some explaining copy
* Add to generator
* Add strings to language packs
* Add external learn more link
4 years ago
Matt (IPv4) Cowley
2b459b47ee
Improve language pack verification ( #206 )
...
* Add warnings for unused files in packs
* Add warnings for todos
* Cleanup pack file conversion
4 years ago
Matt (IPv4) Cowley
de76ad9a43
Make language packs load async ( #204 )
...
* Webpack magic to make language packs async
* Fix jest failing
* Ensure the native language names are always present
* Add loading state for language packs
4 years ago
墨娘
9b0a7dc4ac
Translate missing Chinese strings ( #205 )
...
* Translate the new phrase
* Update src/nginxconfig/i18n/zh-tw/templates/global_sections/docker.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
4 years ago
Fernando Pimenta
6fd11d9438
Add Brazilian Portuguese translations ( #202 )
...
* Fisrt time Portuguese Brazilian translation
* Revised translation to Portuguese Brazilian
* Corrected PR error: Unexpected token, expected ","
* Exported the pt-br pack in index.js
* Translated the docker missing keys
* Added the new constants
* Corrected issues with the suggested tips
* Tab -> spaces
Co-authored-by: Fernando Pimenta <fernandopimenta@tecnosys.com.br>
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
4 years ago
墨娘
d1bf984d0b
Add unit testing for browser language ( #197 )
...
* Add unit testing
* Update unit testing
* Update unit testing
* fix a big heap of formatting typo
4 years ago
Matt (IPv4) Cowley
0d920fa9bc
Add Docker tweaks/preset button ( #201 )
...
* Docker preset button
* All the strings
* Sorry sass-lint
4 years ago
Matt (IPv4) Cowley
de86df7fe4
Add script to verify integrity of language packs ( #203 )
...
* Add script to verify integrity of language packs
* Update workflows
* It'd help if we ran the right test
4 years ago
Matt (IPv4) Cowley
91db6ee322
Add build script for bundled DO Prism styles ( #200 )
...
* Only ignore root build/dist/dev directories
* Add build script for bundled DO Prism styles
4 years ago
Matt (IPv4) Cowley
4df47e4c5c
Update deps to fix diffing issues ( #199 )
4 years ago
Matt (IPv4) Cowley
7340e0df74
Add analytics event for langauge selection ( #198 )
...
* Add analytics event for language
* Action per language pack
* Missing underscore in action
4 years ago
Matt (IPv4) Cowley
d58b6e08d9
Remove extra quotes from website HSTS ( #196 )
4 years ago
Matt (IPv4) Cowley
ff88e2f322
Allow language selection ( #191 )
...
* Add dropdown for language
* Use vue-i18n to translate strings
* Tweak header styling
* Add Chinese languages in
* Typo
* Get language from browser (#193 )
* adaptive system language
* Modify the adaptive system language
* Remove dead code
* Delete lang default values
* Move browser language detection to util
* Remove todos
* Fix global PHP dropdown
Co-authored-by: 墨娘 <61287199+moniang@users.noreply.github.com>
4 years ago
墨娘
7d3290d850
Add Chinese translations (cn & tw) ( #190 )
...
* - Add Chinese translation
- Fix code style with eslint
* Check and revise
* Added traditional Chinese
* Check and revise
* fix Typo
4 years ago
Sascha Moser
bc1bcd7b5b
Add PHP 8.0 socket ( #189 )
4 years ago
Faiz Azhar
3b00bda80e
Log Cloudflare headers ( #116 ) ( #183 )
...
* #116 Log Cloudflare headers
* #116 Log Cloudflare headers
* #116 Log Cloudflare headers
* #163 Fix linting
* Update src/nginxconfig/generators/conf/website.conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
* Update src/nginxconfig/generators/conf/website.conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
* Update src/nginxconfig/generators/conf/website.conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
* Update src/nginxconfig/generators/conf/nginx.conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
* Remove extra div + incorrect if check, revert linebreak removal
* handle custom log formats as an array
* Update src/nginxconfig/generators/conf/nginx.conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
* remove curly braces, move default log format array definition inside if statement
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
4 years ago
Alexandre Dias
ae322cf2c5
Joomla! conf ( #86 ) ( #186 )
...
* Joomla! conf
* fix bug escape character & ;
* remove global and fix presets }
* change requests
4 years ago
William Chang
8bc06372a3
Add security.txt ( #181 )
...
* Add security.txt
* Add security.txt
* Update website.conf
* Update security label
* Add eslint linebreak for windows
* Removed backwards compability security.txt encryption
* Update .eslintrc.js
* Update security component
* Change location redirect on security.txt to absolute path
* Moved security.txt config into security.conf
4 years ago
Matt (IPv4) Cowley
b48162a3e2
Always use absolute url for query params ( #185 )
4 years ago
Matt (IPv4) Cowley
ec86d8819b
Fix wordpress rules, removing incorrect CVE fix ( #184 )
4 years ago
Yasio
d9d9a1a92a
Allow request method restriction on domain ( #174 )
...
* add limit_except generator to domain
* revert package-lock.json
* change from limit param to if statement in restrict methods
* add response code input
* fix scss
4 years ago
RytoEX
5daf54ebde
Fix HTTP to HTTPS redirect without subdomains ( #180 )
4 years ago
Matt (IPv4) Cowley
2b8fde7917
Bundle & code cleanup ( #179 )
...
* Use different YAML solution (391 KB -> 197 KB)
* Update all deps
* Code cleanup
4 years ago
Alex Howes
3aba7956ef
Syntax Highlighting for Docker and Yaml ( #177 )
...
* Implement dynamic component for docker and yaml prism components. Also removes chunk limit for lazy-loading.
* Fix eslint with babel-eslint and remove unusued LimitChunkCount plugin.
4 years ago
Alex Howes
40aed64034
Fix HTTP to HTTPS redirects for letsencrypt and subdomains ( #178 )
...
* Fix HTTP to HTTPS redirects for letsencrypt and subdomains
* Update src/nginxconfig/generators/conf/website.conf.js
* Update src/nginxconfig/generators/conf/website.conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
4 years ago
Alessandro Manno
02e72a7003
Added docker compose generator if docker is enabled ( #175 )
...
* Added docker compose generator if docker is enabled
* Fixed version to 3.3
* fixed name in to_yaml.js
* Apply suggestions from code review
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
4 years ago
Niklas Dahmen
4306666e82
Only include pid when set ( #173 )
...
* Now pid is only showing up inside of the nginx config whenever it is set.
Signed-off-by: Niklas Dahmen <n@ni-da.de>
* Update src/nginxconfig/generators/conf/nginx.conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
4 years ago
Alessandro Manno
150b42c304
Added nginx dockerfile generator ( #171 )
...
* Added nginx dockerfile generator
* Applied requested changes
* Update src/nginxconfig/generators/to_conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
* Update src/nginxconfig/generators/to_conf.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
* Update src/nginxconfig/templates/global_sections/docker.vue
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
* Update src/nginxconfig/i18n/en/common.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
* Update src/nginxconfig/i18n/en/templates/global_sections/docker.js
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
4 years ago
Alessandro Manno
956e504d63
Typo (Drupal -> Magento) ( #170 )
4 years ago
Matt (IPv4) Cowley
958f67c802
Dedicated test workflow to run on PRs ( #172 )
4 years ago
Mikhail Solovev
446775978f
PHP-FPM Option w/o version ( #166 )
4 years ago
Matt (IPv4) Cowley
104a718c05
Update deps ( #164 )
...
* Update deps
* Further dep updates
4 years ago
Alessandro Manno
f17922adbc
Fixed link ( #163 )
4 years ago
Raven Douglas
65f72af93e
Update README & Brand Assets ( #161 )
...
* Update to banner image
* Brand and link updates
* Update README.md
* Add files via upload
* Delete github.png
* Update README.md
4 years ago
MattIPv4
15b2906128
Add missing server_name rule to HTTP redirect block ( fixes #160 )
4 years ago
MattIPv4
989d2b257d
Try sending directly to the analytics tracker?
4 years ago
MattIPv4
2dce7a956f
Only use analytics.js, not gtag.js
4 years ago
MattIPv4
7976e0a14e
Update our deps
4 years ago
MattIPv4
07673ce319
Gracefully handle diff errors
4 years ago
MattIPv4
a9cb3e54f6
Analytics for global reset/remove
4 years ago
MattIPv4
da9fddac06
Fix wrapping on checkbox labels
4 years ago
MattIPv4
df440ddc79
Some more analytics logic
4 years ago
MattIPv4
8181a4def1
Add GA event for split column mode
4 years ago
MattIPv4
b9dd381d62
Improve HSTS wording + disable preload by default ( fixes #158 )
4 years ago
MattIPv4
a66db340f4
Use files-diff for diffing
4 years ago
MattIPv4
010da3fda6
Bump deps
4 years ago
MattIPv4
678682c093
Move to using memory-tar-create
4 years ago
MattIPv4
c193cabb0d
Bump dependencies
4 years ago
MattIPv4
97ccb98ef8
Provide an option for LE cert dir ( fixes #156 )
4 years ago
MattIPv4
0f4c53b5ac
Fix PHP upstream with no backup ( fixes #155 )
4 years ago