alu
cc4caf9449
add mount point option in disk attach
2025-07-24 00:02:57 +00:00
alu
4ae30eb155
fix issue in qemu backup restore
2025-07-21 22:25:54 +00:00
alu
c1a302a595
add backup default to user created disks
2025-07-14 20:57:08 +00:00
alu
56dc15f1d2
add backup update endpoint
2025-07-01 22:32:07 +00:00
alu
b098a173fa
add user backup endpoints
2025-06-25 19:41:17 +00:00
alu
67fd748487
change net and hostpci arguments,
...
fix bug in ct-templates
2025-04-22 23:48:45 +00:00
alu
f34c13827b
add error handling in vm-isos and ct-templates when configured node is unreachable,
...
update disk attach logic for new fabric changes
2025-04-16 20:09:19 +00:00
alu
4bd4e136dd
change instance disk net and pci logic to fabric
2025-02-21 21:54:02 +00:00
alu
3001febbc2
fix bug with adding multiple pci devices
2025-01-06 20:33:15 +00:00
alu
783bc37c94
require params in all backend calls
2024-07-23 18:08:36 +00:00
alu
b12f38e608
add getUserObjFromUsername util function,
...
update all backends to use userObj,
add user backend manager wrapper which calls all linked backends dealing with user data,
list backend handlers for each realm
2024-06-03 18:09:28 +00:00
alu
9360f7abec
check instance pool matches user allowed pools,
...
update user allowed nodes format,
add get user ct templates route
2024-04-15 21:52:20 +00:00
alu
3ddd1f62d7
update localdb backend interface,
...
update all references to localdb backend
2024-04-09 21:02:41 +00:00
alu
b27172dd9e
fix various formatting,
...
add interface for generic backends,
add interfaces for DB and AUTH type backends,
implement basic user password change method
2024-01-09 00:47:33 +00:00
alu
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
alu
7b0549e052
fix linting
2023-12-15 08:14:39 +00:00
alu
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
alu
1e4413b9b1
fix bug in net create
2023-11-09 20:46:50 +00:00
alu
3146ae76a6
change localdb interface
2023-10-23 22:09:31 +00:00
alu
384e38b760
improve getUsedResources,
...
remove unused params for some pve functions
2023-10-21 00:13:29 +00:00
alu
40f36270aa
simplify requestPVE args
2023-09-12 19:16:19 +00:00
alu
491e492206
add api package cli arg,
...
fix comments
2023-08-05 00:38:57 +00:00
alu
8acaba3911
fix linting errors,
...
group more routes,
use mergeParams in router init
2023-07-31 19:23:22 +00:00
alu
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