-
1acaa6c864
use a better db json layout
Arthur Lu
2023-04-11 17:56:48 +0000
-
123431332f
use a better db json layout
Arthur Lu
2023-04-11 17:56:48 +0000
-
0c6fc5ae1f
fix bug in resource get
Arthur Lu
2023-04-03 21:53:11 +0000
-
059c1fe0d2
fix bug in resource get
Arthur Lu
2023-04-03 21:53:11 +0000
-
8862144524
add path to get remaining resources
Arthur Lu
2023-04-03 21:45:06 +0000
-
4b37ababda
add path to get remaining resources
Arthur Lu
2023-04-03 21:45:06 +0000
-
d135cec5ae
fix bug in input validation
Arthur Lu
2023-03-24 22:22:00 +0000
-
6bda62ae15
fix bug in input validation
Arthur Lu
2023-03-24 22:22:00 +0000
-
eed39a007b
remove extra consol logs
Arthur Lu
2023-03-24 22:14:21 +0000
-
f34d9ae523
remove extra consol logs
Arthur Lu
2023-03-24 22:14:21 +0000
-
bd845b47f0
fix bug in validation
Arthur Lu
2023-03-24 22:10:17 +0000
-
3a823c85ba
fix bug in validation
Arthur Lu
2023-03-24 22:10:17 +0000
-
33deb01b74
implement quick input checks
Arthur Lu
2023-03-24 19:35:16 +0000
-
7272bbe683
implement quick input checks
Arthur Lu
2023-03-24 19:35:16 +0000
-
143e9d3f6e
Update README.md
Arthur Lu
2023-02-28 21:15:17 -0800
-
b7018aae33
Update README.md
Arthur Lu
2023-02-28 21:15:17 -0800
-
3afb302a16
remove extra comment
Arthur Lu
2023-03-01 03:44:42 +0000
-
e042bf6c41
remove extra comment
Arthur Lu
2023-03-01 03:44:42 +0000
-
38589b1b33
implement disk deallocation in delete instance, remove console.logs
Arthur Lu
2023-03-01 01:14:03 +0000
-
71b786792f
implement disk deallocation in delete instance, remove console.logs
Arthur Lu
2023-03-01 01:14:03 +0000
-
51d231e7bf
improve return data on success
Arthur Lu
2023-03-01 00:53:29 +0000
-
364c268a64
improve return data on success
Arthur Lu
2023-03-01 00:53:29 +0000
-
4bb9aadd04
almost finish implementing resource check
Arthur Lu
2023-03-01 00:50:24 +0000
-
cf418bc610
almost finish implementing resource check
Arthur Lu
2023-03-01 00:50:24 +0000
-
96bbd469fb
implement resource checking all config paths
Arthur Lu
2023-03-01 00:38:09 +0000
-
1f25cc1cd1
implement resource checking all config paths
Arthur Lu
2023-03-01 00:38:09 +0000
-
3e3ae6077b
add some comments
Arthur Lu
2023-02-28 23:36:22 +0000
-
22e12da060
add some comments
Arthur Lu
2023-02-28 23:36:22 +0000
-
1e4b72cb8b
rename getDiskByConfig to getDiskConfig
Arthur Lu
2023-02-28 23:33:00 +0000
-
e8060bf691
rename getDiskByConfig to getDiskConfig
Arthur Lu
2023-02-28 23:33:00 +0000
-
2b311cd1f1
improve api responses
Arthur Lu
2023-02-28 23:27:32 +0000
-
8118a31ef6
improve api responses
Arthur Lu
2023-02-28 23:27:32 +0000
-
4fdb2f1cb8
add resource check on resize
Arthur Lu
2023-02-28 23:24:49 +0000
-
1c27b3c2a8
add resource check on resize
Arthur Lu
2023-02-28 23:24:49 +0000
-
976995e2a1
use vars to specify cors domain
Arthur Lu
2023-02-28 22:04:30 +0000
-
b970e990a6
use vars to specify cors domain
Arthur Lu
2023-02-28 22:04:30 +0000
-
ac08243622
update required api permissions
Arthur Lu
2023-02-28 02:42:36 +0000
-
7b95a3ddab
update required api permissions
Arthur Lu
2023-02-28 02:42:36 +0000
-
eb5b39ea22
assign pool membership of new isntance using user group membership
Arthur Lu
2023-02-28 02:38:30 +0000
-
7015e356e2
assign pool membership of new isntance using user group membership
Arthur Lu
2023-02-28 02:38:30 +0000
-
2e6840ce99
fix cors origin
Arthur Lu
2023-02-28 01:37:46 +0000
-
d8e6274c3d
fix cors origin
Arthur Lu
2023-02-28 01:37:46 +0000
-
f0798759c2
fix README instructions
Arthur Lu
2023-02-28 00:07:24 +0000
-
dc50a90bd5
fix README instructions
Arthur Lu
2023-02-28 00:07:24 +0000
-
537420624e
improve local db utils
Arthur Lu
2023-02-27 23:11:51 +0000
-
f65772d6e4
improve local db utils
Arthur Lu
2023-02-27 23:11:51 +0000
-
aa548d4fa8
add create instance endpoint
Arthur Lu
2023-02-27 23:04:38 +0000
-
940f41875b
add create instance endpoint
Arthur Lu
2023-02-27 23:04:38 +0000
-
dd40e0a802
improve endpoint args
Arthur Lu
2023-02-27 02:29:39 +0000
-
44b5cd356a
improve endpoint args
Arthur Lu
2023-02-27 02:29:39 +0000
-
3febe6601c
add basic local db utility functions
Arthur Lu
2023-02-27 01:28:01 +0000
-
a296550349
add basic local db utility functions
Arthur Lu
2023-02-27 01:28:01 +0000
-
3fe6994064
add additional prototypes in db.js
Arthur Lu
2023-02-27 01:09:49 +0000
-
71d793aabb
add additional prototypes in db.js
Arthur Lu
2023-02-27 01:09:49 +0000
-
31ce8ae582
rename index.js to main.js remove unused imports in main.js, add function prototypes to db.js
Arthur Lu
2023-02-26 08:36:27 +0000
-
c9595980cd
rename index.js to main.js remove unused imports in main.js, add function prototypes to db.js
Arthur Lu
2023-02-26 08:36:27 +0000
-
0cdb152a24
fix proxmox proxy post body parsing issue
Arthur Lu
2023-02-24 22:34:19 +0000
-
62eca6c427
fix proxmox proxy post body parsing issue
Arthur Lu
2023-02-24 22:34:19 +0000
-
ec929d5f90
add post proxmox proxy endpoint
Arthur Lu
2023-02-24 22:21:21 +0000
-
ce8a4f29fa
add post proxmox proxy endpoint
Arthur Lu
2023-02-24 22:21:21 +0000
-
6f2592dcca
add no token proxmox api proxy endpoint
Arthur Lu
2023-02-24 22:19:30 +0000
-
c06a15c3bb
add no token proxmox api proxy endpoint
Arthur Lu
2023-02-24 22:19:30 +0000
-
f93a3726ac
streamline authentication checking, start on instance creation
Arthur Lu
2023-02-24 00:17:28 +0000
-
295d096ed8
streamline authentication checking, start on instance creation
Arthur Lu
2023-02-24 00:17:28 +0000
-
ab235fe581
add disk create endpoint
Arthur Lu
2023-02-23 20:39:33 +0000
-
57668384cc
add disk create endpoint
Arthur Lu
2023-02-23 20:39:33 +0000
-
5f1cf088a0
add instance delete path
Arthur Lu
2023-02-21 22:35:09 +0000
-
9f4320a697
add instance delete path
Arthur Lu
2023-02-21 22:35:09 +0000
-
bb7660c202
add changing cpu and memory values
Arthur Lu
2023-02-17 22:17:00 +0000
-
14fa48bd86
add changing cpu and memory values
Arthur Lu
2023-02-17 22:17:00 +0000
-
a97811e516
improve return values
Arthur Lu
2023-02-13 04:34:07 +0000
-
934873396d
improve return values
Arthur Lu
2023-02-13 04:34:07 +0000
-
623b2087af
add upid wait for actions which take significant time
Arthur Lu
2023-02-13 04:30:41 +0000
-
9d454183db
add upid wait for actions which take significant time
Arthur Lu
2023-02-13 04:30:41 +0000
-
b3379bfa3c
add old got as dependency (is a security vulnerability), use axios as http request handler
Arthur Lu
2023-02-13 02:11:55 +0000
-
1db0d1e80f
add old got as dependency (is a security vulnerability), use axios as http request handler
Arthur Lu
2023-02-13 02:11:55 +0000
-
b69d248560
add start script and sample systemd service
Arthur Lu
2023-02-10 21:58:22 +0000
-
816c5a2c9e
add start script and sample systemd service
Arthur Lu
2023-02-10 21:58:22 +0000
-
47e3cafc8b
add disk attach, add disk delete
Arthur Lu
2023-02-10 21:41:36 +0000
-
a716e7efab
add disk attach, add disk delete
Arthur Lu
2023-02-10 21:41:36 +0000
-
6460f6fd51
implement POST /api/disk/move
Arthur Lu
2023-02-02 19:34:51 +0000
-
00fe6c57a5
implement POST /api/disk/move
Arthur Lu
2023-02-02 19:34:51 +0000
-
d479879d2c
implement resize endpoint
Arthur Lu
2023-01-30 23:19:24 +0000
-
b10c30e937
implement resize endpoint
Arthur Lu
2023-01-30 23:19:24 +0000
-
f46c1165fa
fix detach disk endpoint for lxc
Arthur Lu
2023-01-26 07:53:56 +0000
-
033ac452c3
fix detach disk endpoint for lxc
Arthur Lu
2023-01-26 07:53:56 +0000
-
ee7fdad946
implement disk detach
Arthur Lu
2023-01-25 02:01:47 +0000
-
41ac95d16f
implement disk detach
Arthur Lu
2023-01-25 02:01:47 +0000
-
0131e5ef7a
add detach disk path, add pveAPIToken config item
Arthur Lu
2023-01-25 00:48:15 +0000
-
5b5fc2b930
add detach disk path, add pveAPIToken config item
Arthur Lu
2023-01-25 00:48:15 +0000
-
5639e01815
add vars.js.template, use vars config items in api
Arthur Lu
2023-01-25 00:28:44 +0000
-
85d57b361b
add vars.js.template, use vars config items in api
Arthur Lu
2023-01-25 00:28:44 +0000
-
e27dd22ff6
add auth path, add token to requestPVE
Arthur Lu
2023-01-24 20:18:29 +0000
-
e133971911
add auth path, add token to requestPVE
Arthur Lu
2023-01-24 20:18:29 +0000
-
d9f1839aab
add headers and status to response
Arthur Lu
2023-01-22 23:17:38 +0000
-
49e44d776d
add headers and status to response
Arthur Lu
2023-01-22 23:17:38 +0000
-
f05726bc3f
sample code for interfacing with proxmox api
Arthur Lu
2023-01-20 06:40:21 +0000
-
73860cbb2c
sample code for interfacing with proxmox api
Arthur Lu
2023-01-20 06:40:21 +0000
-
5b03a331ea
add echo path, add cookie-parser to requirements
Arthur Lu
2023-01-19 20:22:26 +0000
-
a6b8ecf133
add echo path, add cookie-parser to requirements
Arthur Lu
2023-01-19 20:22:26 +0000