Commit Graph

18 Commits

Author SHA1 Message Date
Jamie Curnow
be0ce673ff
Adds compulsory test coverage, fix tests 2024-05-07 21:24:50 +10:00
Jamie Curnow
6da020aab1
Add goleak in unit tests 2023-11-08 09:57:15 +10:00
Jamie Curnow
e4e70ae6be
Added some db unit tests 2023-07-26 13:29:12 +10:00
Jamie Curnow
042a74cc21
Updated go deps 2023-07-20 15:25:05 +10:00
Jamie Curnow
fd7095ad88
Remove sentry and error reporting 2023-07-20 15:19:42 +10:00
Jamie Curnow
b437119535
Remove last use of v4 jwtauth 2023-06-01 11:37:25 +10:00
Jamie Curnow
030f3c9d83
Switch to forked repos for Dbmate/Modernc-sqlite so that they use a non-cgo library for sqlite
thus hopefully enabling native compilation on arm/arm64
2023-05-27 12:43:07 +10:00
Jamie Curnow
e61cf52a65
Fix wrong chi version 2023-05-26 19:48:09 +10:00
Jamie Curnow
ceb62fb0f2
Move jwt keys to database
Moved code for it to one place
Updated to chi v5
2023-05-26 14:50:41 +10:00
Jamie Curnow
29990110b1
Convert db backend to use Gorm, with basis for support
for Mysql and Postgres in addition to existing Sqlite
2023-05-26 11:37:39 +10:00
Jamie Curnow
00aaa024a6
Replace sqlite module with a non-cgo version. Removed usql from dev 2023-04-11 21:26:09 +10:00
Jamie Curnow
292a209195
Ported #2582 to v3 2023-03-08 08:37:43 +10:00
Jamie Curnow
215083f6cf
Certificates Renewal + SSE
- Certificate renewal is just a re-request as it's forced already
- Rejig the routes for readability
- Added Server Side Events so that the UI would invalidate the
cache when changes happen on the backend, such as certs being
provided or failing
- Added a SSE Token, which has the same shelf life as normal token
but can't be used interchangeably. The reason for this is, the
SSE endpoint needs a token for auth as a Query param, so it would
be stored in log files. If someone where to get a hold of that,
it's pretty useless as it can't be used to change anything, only
to listen for events until it expires
- Added test endpoint for SSE testing only availabe in debug mode
2023-03-07 16:42:26 +10:00
Jamie Curnow
c288886fd4
Use eris for error management 2023-02-24 17:19:07 +10:00
Jamie Curnow
9a5cbbba49 Updated go packages 2023-01-16 14:11:12 +10:00
Jamie Curnow
b3ae2f4dbb Fix dns provider name on dns providers page 2023-01-03 16:49:26 +10:00
Jamie Curnow
c00b690ed3 Updated deps, go.19 migration, nginx template work 2022-11-08 10:03:45 +10:00
Jamie Curnow
2110ecc382 Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager 2022-05-12 08:47:31 +10:00