Viren070
|
908b4ffa39
|
fix: remove idPrefixes from top level manifest
|
2025-06-20 15:45:43 +01:00 |
|
Viren070
|
c16060f7a5
|
fix: try explicitly setting idPrefixes to an empty array
|
2025-06-20 15:06:41 +01:00 |
|
Viren070
|
ee1ddc0738
|
fix: exit auto prune when max days is less than 0
|
2025-06-20 14:36:27 +01:00 |
|
Viren070
|
7405d272ab
|
fix: remove unused method handler for unsupported HTTP methods
|
2025-06-20 13:52:46 +01:00 |
|
Viren070
|
85c0ec1b54
|
feat: allow disabling pruning and disable it by default
|
2025-06-20 13:32:50 +01:00 |
|
Davide Marcoli
|
5d18ebbe4e
|
refactor: add env variables for easier development (#204)
Co-authored-by: Viren070 <viren070@protonmail.com>
|
2025-06-20 13:16:07 +01:00 |
|
Viren070
|
01cf37f834
|
fix: make types required and provide array based on resources object array
|
2025-06-20 13:14:03 +01:00 |
|
Viren070
|
10c4e2d51f
|
fix: try removing types
|
2025-06-19 23:25:45 +01:00 |
|
Viren070
|
8664e004e2
|
fix: explicitly check for unknown in version and default to 0.0.0 for manifest response
closes #198
|
2025-06-19 19:29:47 +01:00 |
|
Viren070
|
6640a42df8
|
feat: allow forcing public proxy urls, make password requirements less strict and use server logger type for server.ts, add /configure redirect
|
2025-06-19 11:15:13 +01:00 |
|
Viren070
|
fdbd282110
|
feat: add asthetic startup logs
|
2025-06-17 23:41:08 +01:00 |
|
Viren070
|
3779ea09d3
|
feat: improve handling of unsupport meta id and type
|
2025-06-16 02:22:38 +01:00 |
|
Viren070
|
f031f1a50e
|
fix: default version to 0.0.0 when not defined
|
2025-06-15 18:49:45 +01:00 |
|
Viren070
|
0c9c86c218
|
feat!: stuff
|
2025-06-14 19:13:47 +01:00 |
|
Viren070
|
6cf843666f
|
fix: decrypt values for catalog fetching
|
2025-06-14 02:04:14 +01:00 |
|
Viren070
|
56734f0956
|
fix: log errors in more cases, correctly handle partial proxy configuration, correctly handle undefined value in tryDecrypt, only decrypt when defined
|
2025-06-13 18:28:12 +01:00 |
|
Viren070
|
091394b837
|
feat: proxy fixes and log adjustments
|
2025-06-13 14:54:53 +01:00 |
|
Viren070
|
c9356db83a
|
feat: expand cache system and add rate limiting to all routes, attempt to block recursive requests
|
2025-06-12 14:49:55 +01:00 |
|
Viren070
|
878cd7c71f
|
feat: add source addon name to catalog and improve ui/ux
|
2025-06-12 14:49:03 +01:00 |
|
Viren070
|
010b63c872
|
feat: update static file serving rate limiting and refactor file path handling
|
2025-06-10 19:00:56 +01:00 |
|
Viren070
|
1cb22eed96
|
chore: add favicon.ico and remove unused SVG files from frontend assets
|
2025-06-07 20:21:29 +01:00 |
|
Viren070
|
2fd05220a4
|
fix: remove unused regex environment variables from status route
|
2025-06-07 18:55:00 +01:00 |
|
Viren070
|
20fc37cc12
|
feat: clean up env vars and add rate limit to catalog api
|
2025-06-07 18:52:24 +01:00 |
|
Viren070
|
6cc20e124d
|
fix: ensure early return on error handling in catalog route
|
2025-06-07 18:27:59 +01:00 |
|
Viren070
|
ae74926ce2
|
feat: implement MAX_ADDONS and fix error returning
|
2025-06-07 18:26:38 +01:00 |
|
Viren070
|
eb651b517d
|
fix: adjust option name to keep backwards compatability with older configs
|
2025-06-07 18:01:50 +01:00 |
|
Viren070
|
038367126e
|
feat: add stream passthrough option, orion, jackettio, dmm cast, marvel, peerflix,
|
2025-06-07 15:05:53 +01:00 |
|
Viren070
|
0bf6fcbe9c
|
feat: implement user pruning functionality with configurable intervals and maximum inactivity days
|
2025-06-06 21:35:22 +01:00 |
|
Viren070
|
5df60d7085
|
feat: add aliased configuration support
|
2025-06-06 16:59:55 +01:00 |
|
Viren070
|
e8c61a9860
|
feat: changes
|
2025-06-06 14:56:52 +01:00 |
|
Viren070
|
4daa6441ee
|
fix: add verbose logging for resources and fix addon catalog support
|
2025-06-05 18:59:12 +01:00 |
|
Viren070
|
654b1bc058
|
fix: correctly import/export FeatureControl
|
2025-06-05 18:25:59 +01:00 |
|
Viren070
|
a301002ba4
|
feat: improve config handling, define all skip reasons, add env vars to disable addons/hosts/services,
|
2025-06-05 18:19:56 +01:00 |
|
Viren070
|
db3336c7c1
|
more fixes
|
2025-06-05 13:06:15 +01:00 |
|
Viren070
|
f07d700be8
|
.
|
2025-06-03 15:00:15 +01:00 |
|
Viren070
|
6a5759d60e
|
feat: add api key field and handle encrypted values correctly.
|
2025-05-30 15:30:07 +01:00 |
|
Viren070
|
1f0a0e4bc0
|
fic: add endpoint to serve configure.txt file
|
2025-05-29 23:27:42 +01:00 |
|
Viren070
|
0c5479c129
|
feat: adjustments and proxy menu
|
2025-05-29 17:27:26 +01:00 |
|
Viren070
|
61e21cd803
|
feat: service cred env vars, better validation, handling of encrypted values
|
2025-05-29 15:05:12 +01:00 |
|
Viren070
|
13a20a7b61
|
feat: changes
|
2025-05-28 23:18:48 +01:00 |
|
Viren070
|
f7b14cd1db
|
feat: implement config validation and addon error handling
|
2025-05-28 21:30:48 +01:00 |
|
Viren070
|
80aaad27d4
|
fix some stuff
|
2025-05-28 18:51:33 +01:00 |
|
Viren070
|
96c233c257
|
.
|
2025-05-28 14:28:38 +01:00 |
|
Viren070
|
3517218808
|
feat!: start
|
2025-05-26 21:10:51 +01:00 |
|