jc21
8a9495de18
Update README.md
2019-11-29 09:46:41 +10:00
jc21
3e9614879a
Update README.md
2019-11-29 09:43:03 +10:00
Jamie Curnow
0057c793ee
Updated Readme
2019-11-29 09:30:34 +10:00
Jamie Curnow
ea5bdab374
Fix CI permissions, again and again
2019-10-10 09:50:46 +10:00
Jamie Curnow
0e96ad62bb
Fix CI permissions, again
2019-10-10 09:41:50 +10:00
Jamie Curnow
aa26f3908b
Fix CI permissions
2019-10-10 08:44:12 +10:00
Jamie Curnow
d3f90647f5
Merge branch 'develop' of github.com:jc21/nginx-proxy-manager
2019-09-05 08:25:52 +10:00
Jamie Curnow
7d6c6129f2
Updated readme versions
2019-09-05 08:25:30 +10:00
jc21
0bc12f3bdf
Merge from develop v2.0.14 release ( #196 )
...
* Selection of the ssl protocols/ciphers is done using the default server block. (#189 )
* Fix wrap for tags (#195 )
2019-09-04 14:51:24 +10:00
Jamie Curnow
13767d13d6
Version bump
2019-09-04 14:41:48 +10:00
Steven Harris
a215958cec
Fix wrap for tags ( #195 )
2019-09-04 14:40:59 +10:00
Jocelyn Le Sage
288086c78d
Selection of the ssl protocols/ciphers is done using the default server block. ( #189 )
2019-08-21 10:52:00 +10:00
Carl Mercier
31aa9c9644
Allow including custom nginx conf files ( #178 )
...
* Allow including custom nginx conf files
Give advanced users more flexibility by allowing them to include custom config files at differents locations in the nginx configuration.
`/data/nginx/custom/root.conf`: Included at the very end of nginx.conf
`/data/nginx/custom/http.conf`: Included at the end of the main `http` block
`/data/nginx/custom/server_proxy.conf`: Included at the end of every proxy `server` block
`/data/nginx/custom/server_redirect.conf`: Included at the end of every redirection `server` block
`/data/nginx/custom/server_stream.conf`: Included at the end of every stream `server` block
`/data/nginx/custom/server_stream_tcp.conf`: Included at the end of every TCP stream `server` block
`/data/nginx/custom/server_stream_udp.conf`: Included at the end of every UDP stream `server` block
* Don't fail if file doesn't exist
* Advanced Nginx settings doc
2019-08-09 11:19:42 +10:00
Paul Mansfield
ddbfdf6f6e
Open up lets Encrypt acme challenge config ( #165 )
...
Since Lets Encrypt don't publish IP ranges that their acme challenge service will be sourced from, we need to allow free access to this location special to override any IP ACLs added by Advanced Custom Nginx Configuration. Due to the way Nginx config is applied, this only applies to the regex and below, keeping the IP ACLs working for the rest of the website.
2019-07-05 08:32:41 +10:00
Lukas Meyer
43c7063538
Center username vertically ( #163 )
...
Center username/role container vertically within header
2019-06-25 15:25:45 +10:00
Jamie Curnow
3f089fb239
Updated documentation, installation instructions and examples
2019-05-10 15:31:25 +10:00
Jamie Curnow
2d0f7d5126
Updated documentation, installation instructions and examples
2019-05-10 15:26:12 +10:00
Jamie Curnow
06272d3d2c
Use correct var when returning updated certificate
2019-05-09 10:03:41 +10:00
Jamie Curnow
3885c0ad6d
Add cert renewals to audit log
2019-05-09 09:20:49 +10:00
Jamie Curnow
099ec00155
Don't use LE staging when debug mode is on in production
2019-05-09 08:58:10 +10:00
Jamie Curnow
92fcae9c54
Added missing dialog for renewing certs
2019-05-08 15:34:14 +10:00
Jamie Curnow
22e8961c80
Fixes #104 - allow using / location in custom location
2019-05-08 15:33:54 +10:00
Jamie Curnow
4d5adefa41
Added ability to force renew a LE cert, and also fix revoking certs
2019-05-08 15:25:48 +10:00
Jamie Curnow
feaa0e51bd
Removed use strict
2019-05-08 15:24:57 +10:00
Jamie Curnow
af83cb57d0
Merge branch 'develop' of github.com:jc21/nginx-proxy-manager into develop
2019-05-08 11:23:50 +10:00
Jamie Curnow
8b4f3507c3
Revert to previous tabler version to hopefully fix ui issues
2019-05-08 11:21:59 +10:00
Jamie Curnow
bda3dba369
Revert to previous tabler version to hopefully fix ui issues
2019-05-08 10:53:44 +10:00
Jamie Curnow
beb313af40
Merge branch 'master' of github.com:jc21/nginx-proxy-manager into develop
2019-05-08 10:11:32 +10:00
OhHeyAlan
4fad9d672f
Correcting X-XSS-Protection Header ( #136 )
...
* Correcting X-XSS-Protection Header
X-XSS-Protection sets the configuration for the cross-site scripting filters built into most browsers. The best configuration is "X-XSS-Protection: 1; mode=block".
Was "0"
Now "1; mode=block"
* Update issue templates
2019-05-08 10:11:05 +10:00
Carl Sutton
0fca64929e
Try DNS challenge in addition to http ( #85 )
2019-05-08 10:07:43 +10:00
OhHeyAlan
9e476e5b24
Only Secure TLS Ciphers & Protocols ( #134 )
...
Disable insecure SSL/TLS ciphers & protocols. Only TLS_1.2 and TLS_1.3 should be enabled.
2019-05-08 10:01:08 +10:00
Jamie Curnow
0819a265f5
Bumped version
2019-05-08 09:50:20 +10:00
jc21
ad8eac4f07
Update issue templates
2019-05-08 09:36:44 +10:00
Jamie Curnow
b49de0e23e
Enable TLS 1.3 by default
2019-05-02 13:03:16 +10:00
Stephen Roberts
efbd024da9
Update copyright year ( #121 )
...
Updated the year in the copyright statement in the footer
2019-04-20 21:28:06 +10:00
Jocelyn Le Sage
e7ddcb91fc
Fixed directory traversal vulnerability. ( #114 )
...
Awesome find!
2019-04-03 08:37:40 +10:00
Jamie Curnow
3095cff7d9
Forgot to change dockerfiles to match CI names
2019-03-19 07:01:12 +10:00
Jamie Curnow
6d8f5aa3a7
Version bump
2019-03-15 07:49:08 +10:00
Jamie Curnow
27a06850ff
CI Docker manifest improvements
2019-03-15 07:49:08 +10:00
Jamie Curnow
dce6423c85
Fixes #103 - Allow for longer domain names
2019-03-15 07:49:08 +10:00
kolbii
d79fcbf447
This commit resolves #98 so custom location can forward to custom path. ( #99 )
...
Awesome work!
2019-03-11 13:52:09 +10:00
Jamie Curnow
631d9ae4eb
CI Changes, docker image tag changes and manifests
2019-03-07 09:45:01 +10:00
Jamie Curnow
0ac349ba67
CI Changes, docker image tag changes and manifests
2019-03-07 09:45:01 +10:00
Jamie Curnow
1b0563a4a6
CI Changes, docker image tag changes and manifests
2019-03-07 09:45:01 +10:00
Jamie Curnow
1db2a29d49
CI Changes, docker image tag changes and manifests
2019-03-07 09:45:01 +10:00
Jamie Curnow
14e62a0830
CI Changes, docker image tag changes and manifests
2019-03-07 09:45:01 +10:00
Jamie Curnow
2280a61c2b
CI Fix for arm64
2019-03-05 08:25:12 +10:00
Jamie Curnow
f3e6f64c0c
Version Bump
2019-03-05 08:25:12 +10:00
Jamie Curnow
d04b7a0d88
Bug fixes
2019-03-05 08:25:12 +10:00
kolbii
71dfd5d8f8
Feature/custom locations ( #74 )
...
* New feature: custom locations
* Custom locations: exteding config generator
* Custom locations: refactoring
* Fixing proxy_host table on small screens
* Custom locations: translations
* Custom locations bugfix
* Custom locations bugfix
* PR #74 fixes
2019-03-05 08:21:02 +10:00