jc21
|
066a765a4d
|
Merge pull request #1048 from jc21/develop
static-content <- develop
|
2021-04-29 21:36:38 +10:00 |
|
Jamie Curnow
|
f2f653e345
|
Remove platform specific determination
|
2021-04-29 11:19:59 +10:00 |
|
jc21
|
b39a59ce72
|
Merge pull request #1045 from jc21/nginx-full
Switch to nginx-full base
|
2021-04-29 09:29:46 +10:00 |
|
Jamie Curnow
|
9872daf29f
|
Switch to nginx-full base
|
2021-04-29 08:28:40 +10:00 |
|
Jamie Curnow
|
ba5f0c212c
|
Bumped version
|
2021-03-17 14:56:22 +10:00 |
|
jc21
|
4eddb5d7f3
|
Merge pull request #769 from jc21/dependabot/npm_and_yarn/frontend/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8 in /frontend
|
2021-03-17 14:54:45 +10:00 |
|
Jamie Curnow
|
3b104710d5
|
Restrict redirect http code
|
2021-03-17 14:53:57 +10:00 |
|
jc21
|
74db0004bd
|
Merge pull request #883 from baruffaldi/master
Forward scheme and http code added for redirection hosts
|
2021-03-17 11:30:26 +10:00 |
|
jc21
|
6e67352a0f
|
Merge pull request #880 from jlesage/jwt-key-pair-no-restart
Removed the need to restart Nginx Proxy Manager after generating JWT key pair
|
2021-03-17 11:09:37 +10:00 |
|
Jamie Curnow
|
b127f02468
|
Added upgrade steps
|
2021-03-17 08:58:45 +10:00 |
|
jc21
|
c9c53d9670
|
Merge pull request #903 from ogarai/edit-disabled-host
Prevent activating nginx config after editing disabled proxy host
|
2021-03-17 08:32:14 +10:00 |
|
jc21
|
d36dbb868b
|
Merge pull request #942 from nielscil/develop-certbot-dns-transip
Added TransIP dns provider
|
2021-03-17 08:30:05 +10:00 |
|
jc21
|
b7fb2cfe92
|
Merge pull request #947 from phantomski77/patch-2
Update _hsts.conf template to increase HSTS max-age value
|
2021-03-17 08:29:46 +10:00 |
|
Niels Bouma
|
d0a0c77556
|
acmedns indentation fix
|
2021-03-16 13:36:17 +01:00 |
|
Niels Bouma
|
9469b9c78a
|
fixed closing brace
|
2021-03-16 12:57:26 +01:00 |
|
jc21
|
e4988f34c7
|
Merge pull request #943 from phantomski77/patch-1
Update README.md
|
2021-03-16 19:51:03 +10:00 |
|
jc21
|
1fe9e24f0a
|
Merge pull request #920 from jc21/dependabot/npm_and_yarn/docs/prismjs-1.23.0
Bump prismjs from 1.21.0 to 1.23.0 in /docs
|
2021-03-16 19:50:28 +10:00 |
|
jc21
|
9c39de3454
|
Merge pull request #935 from jc21/dependabot/npm_and_yarn/frontend/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4 in /frontend
|
2021-03-16 19:50:14 +10:00 |
|
jc21
|
9bb68ad4eb
|
Merge pull request #937 from jc21/dependabot/npm_and_yarn/docs/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4 in /docs
|
2021-03-16 19:49:59 +10:00 |
|
jc21
|
5bf774bee1
|
Merge branch 'develop' into develop-certbot-dns-transip
|
2021-03-16 19:49:27 +10:00 |
|
jc21
|
99514464fb
|
Merge pull request #946 from ijaron/dns-acme
Add ACME-DNS certbot plugin
|
2021-03-16 19:48:13 +10:00 |
|
jc21
|
3bf1c1e531
|
Merge pull request #948 from GurjinderSingh/patch-1
Update README.md
|
2021-03-16 13:59:04 +10:00 |
|
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 |
|