Commit Graph

12 Commits

Author SHA1 Message Date
a0109d3546 major rework of backend loading and usage:
- split config from user data to config.json, add config.hson.template
- moved default user data localdb to root folder
- moved pve, localdb, ldap backend handlers to backends sub folder
- add dynamic loading of all backends
- add dynamic mapping for auth backends to support multiple auth sources
- update affected endpoints
2024-01-06 22:36:18 +00:00
7b0549e052 fix linting 2023-12-15 08:14:39 +00:00
f40d1aee79 add per instance resource quotas,
move getFullInstanceConfig to utils.js,
rework resource related utilities to use new quota format
2023-11-15 19:57:59 +00:00
3146ae76a6 change localdb interface 2023-10-23 22:09:31 +00:00
40f36270aa simplify requestPVE args 2023-09-12 19:16:19 +00:00
8912ae5f3c update resource data format,
add names to pci and cpu list resources
2023-09-08 20:48:33 +00:00
ec26e7f6a3 fix error with empty boot order,
fix error with multiple item boot order
2023-08-28 23:34:43 +00:00
098818b205 set boot order in instance config handler 2023-08-22 06:06:10 +00:00
e8ed9fc3b8 dynamically import routes 2023-08-07 18:48:47 +00:00
9f22d76b5f finish moving routes to files 2023-08-01 19:07:45 +00:00
8acaba3911 fix linting errors,
group more routes,
use mergeParams in router init
2023-07-31 19:23:22 +00:00
aae3bb14c0 add default export to db and package module,
start grouping routes by type,
use dynamic imports and express routers
2023-07-27 20:10:46 +00:00