Jamie Curnow
e2e31094aa
Fix CI, no var needed for this
2021-03-16 11:32:38 +10:00
Gurjinder Singh
f29ff15167
Update README.md
...
found it in config file was going to add option
# Custom
include /data/nginx/custom/http_top[.]conf;
b7b808d98d/docker/rootfs/etc/nginx/nginx.conf (L72)
2021-03-14 05:13:26 -04:00
David Dosoudil
1c64252015
Update _hsts.conf template
...
I propose the change to max-age value of HSTS from 1 year to 2 years.
2021-03-13 12:40:47 +00:00
ijaron
ead19915f3
Add ACME-DNS certbot plugin
...
uses https://github.com/pan-net-security/certbot-dns-acmedns in to implement ACME-DNS support.
Requires file in /data with following layout
# cat /data/acme-registration.json
{
"something.acme.com": {
"username": "6e14735c-2c6a-447e-b63d-a23ac4438bd7",
"password": "dd6gnYS-IxrQfDLbdPRX3hrFhS_SLrwbS0kSl_i8",
"fulldomain": "3b750a0e-c627-423f-9966-4799c6a9533b.auth.example.org",
"subdomain": "3b750a0e-c627-423f-9966-4799c6a9533b",
"allowfrom": []
}
}
2021-03-12 14:24:56 -06:00
David Dosoudil
967e0dd98a
Update README.md
...
Secrets need both global and local per-service declaration, otherwise fails as "not found". Local configuration added for both app and db.
2021-03-11 21:59:26 +00:00
Niels Bouma
bd0324dba0
credentials property naming for transip
...
credentials property naming for transip
2021-03-11 15:44:20 +01:00
Niels Bouma
607fb83a1e
Added transIP certbot dns plugin
2021-03-11 13:33:42 +01:00
Jamie Curnow
bb5fc58f3a
Revert "Fix CI, use docker for a yarn command"
...
This reverts commit afbec0aca9
.
2021-03-11 09:29:08 +10:00
Jamie Curnow
afbec0aca9
Fix CI, use docker for a yarn command
2021-03-11 08:41:10 +10:00
dependabot[bot]
1e5d9dfbff
Bump elliptic from 6.5.3 to 6.5.4 in /docs
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 10:39:22 +00:00
dependabot[bot]
cfcb657cde
Bump elliptic from 6.5.3 to 6.5.4 in /frontend
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-10 08:19:41 +00:00
dependabot[bot]
7f243e6f06
Bump prismjs from 1.21.0 to 1.23.0 in /docs
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.21.0 to 1.23.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.21.0...v1.23.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-01 21:06:50 +00:00
Orko Garai
7e7032c051
Prevent activating nginx config after editing disabled proxy host
2021-02-18 23:05:30 +00:00
jc21
b7b808d98d
Merge pull request #899 from jc21/develop
...
Docs for a docker network
2021-02-17 20:56:10 +10:00
Jamie Curnow
a21289bf11
Docs for a docker network
2021-02-17 20:55:12 +10:00
jc21
4a8d01224a
Merge pull request #897 from jc21/develop
...
Update github templates and docs
2021-02-17 20:19:49 +10:00
Jamie Curnow
f0eebc43e3
Update github templates and docs
2021-02-17 20:18:12 +10:00
baruffaldi
49fbf031d1
$scheme is displayed as "auto" on hosts listing
2021-02-10 19:43:29 +01:00
baruffaldi
4060718e5c
Hotfix: This group of assignments is not aligned
2021-02-10 18:26:19 +01:00
baruffaldi
49b0f11ae7
migrations
2021-02-10 18:13:12 +01:00
baruffaldi
9b83d35ef4
Migrations
2021-02-10 18:12:02 +01:00
baruffaldi
eb20add0c7
Migrations hotfix
2021-02-10 17:16:33 +01:00
baruffaldi
1f122e9145
Database migrations created
2021-02-10 15:57:28 +01:00
baruffaldi
329d0ecaed
Added forward scheme to table columns
2021-02-10 15:27:11 +01:00
baruffaldi
77a2ee948a
Updated list table
...
Added state code columns
Better form columns sizing
2021-02-10 15:25:19 +01:00
baruffaldi
ebeda6345e
Globalization done
...
Ready to merge
2021-02-10 14:11:01 +01:00
baruffaldi
e35138ebed
Added scheme to definitions
2021-02-10 10:42:34 +01:00
baruffaldi
8ba6c4f7e7
Added http_code definition
2021-02-10 09:55:41 +01:00
baruffaldi
6df7b72e08
Forward scheme and http code added for redirection hosts
...
You can now configure the forward_scheme and forward_http_code on user interface (section redirection hosts)
2021-02-09 11:23:15 +01:00
Jocelyn Le Sage
fe13b12f43
Removed the need to restart Nginx Proxy Manager after generating JWT key pair.
2021-02-08 17:36:58 -05:00
jc21
ea28da90b2
Merge pull request #876 from jc21/develop
...
v2.8.0
2021-02-08 15:01:31 +10:00
Jamie Curnow
b243324c65
Added contributors and bumped version
2021-02-08 12:23:52 +10:00
jc21
a2dde00f40
Merge pull request #868 from lorisbergeron/eurodns-as-provider
...
Add EuroDNS as a DNS provider
2021-02-08 12:22:33 +10:00
jc21
5ff07faa7e
Merge pull request #872 from ahgraber/master
...
Add Docker secrets
2021-02-08 11:59:23 +10:00
Jamie Curnow
272c652847
Updated docs to use latest mariadb-aria image
2021-02-08 11:56:21 +10:00
ahgraber
3964bbf3fe
update advanced-config/readme with secrets
2021-02-07 19:12:20 -05:00
ahgraber
11175aaa5f
revert docker/dev before PR
2021-02-07 09:52:37 -05:00
ahgraber
7fcc4a7ef0
cleanup
2021-02-06 20:05:40 -05:00
ahgraber
5abb9458c7
fix linebreaks in secrets
2021-02-05 23:47:30 -05:00
Loris Bergeron
0ca5587a6f
EuroDNS fix key-spacing error
2021-02-05 23:40:31 +01:00
Loris Bergeron
d29650882b
EuroDNS fix key-spacing error
2021-02-05 23:29:01 +01:00
Loris Bergeron
9c3a7b02ec
Add EuroDNS as a DNS provider
2021-02-05 23:17:51 +01:00
Alex Graber
ef3a073af5
local builds & secrets
2021-02-05 16:52:24 -05:00
ahgraber
15c4857a4b
fix /docker/dev/docker-compose.yaml
2021-02-04 14:03:17 -05:00
Alex Graber
63a71afbc8
beta s6 secrets
2021-02-04 11:25:26 -05:00
Alex Graber
64761ee9c6
beta secrets
2021-02-04 11:15:31 -05:00
ahgraber
d6c344b5ec
add local docker-compose to build
2021-02-02 08:58:45 -05:00
jc21
d27826d10e
Merge pull request #850 from MooBaloo/master
...
Add new custom http.conf above includes for NPM-generated files
2021-02-01 12:10:31 +10:00
MooBaloo
4ac52a0e25
Add custom .conf above includes for NPM-generated files.
...
Added a new clause for custom http_top.conf above the include clauses for NPM-generated files. Allows for more flexibility with adding custom nginx .conf files to NPM
Use case: adding a configuration change needs to be present before other custom configuration files are called and reference configuration from the custom http_top.conf file.
Example: add a new log_format in http_top.conf, then referencing it in a access_log clause in server_proxy.conf.
2021-01-28 05:52:41 -05:00
jc21
efa841d75a
Merge pull request #842 from Shuro/patch-1
...
Use configured default page also for IPv6
2021-01-28 08:45:12 +10:00