Commit Graph

89 Commits

Author SHA1 Message Date
ab16bd7bcf Can export entire server configuration
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-17 21:17:25 +02:00
9609cfb33a Check if file can be loaded during disk image upload
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-07 11:28:39 +02:00
f1339f0711 Generate cloud init disk image
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-07 10:32:39 +02:00
f850ca5cb7 Can rename disk image files
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-05-31 10:45:15 +02:00
1d4af8c74e Can restore disk image when adding disks to virtual machine
Some checks failed
continuous-integration/drone/push Build is failing
2025-05-30 14:41:48 +02:00
6b6fef5ccc Can backup vm disks as images 2025-05-30 10:55:40 +02:00
a18310e04a Simplify RAM management
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-30 09:20:49 +02:00
dd7f9176fa Clarify some constants 2025-05-30 09:03:00 +02:00
e017fe96d5 Add the logic which will call disk image conversion from disk image route
Some checks failed
continuous-integration/drone/push Build is failing
2025-05-29 11:37:11 +02:00
e7ac0198ab Can download disk images
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-29 10:23:26 +02:00
927a51cda7 Can delete uploaded disk images 2025-05-29 08:45:38 +02:00
20de618568 Generalize disk file creation logic
Some checks failed
continuous-integration/drone/push Build is failing
2025-05-29 08:03:42 +02:00
19ec9992be Can get the list of uploaded disk images
Some checks failed
continuous-integration/drone/push Build is failing
2025-05-27 21:17:16 +02:00
b55880b43c Can upload disk images on the server
Some checks failed
continuous-integration/drone/push Build is failing
2025-05-27 20:40:48 +02:00
a8171375a8 Added REST route to get the list of bridges 2025-05-26 20:43:19 +02:00
8c27010396 Add ISO catalog 2025-05-21 20:28:46 +02:00
d08516a72d Updated backend dependencies
Some checks failed
continuous-integration/drone/push Build is failing
2025-05-20 21:57:26 +02:00
e9e3103938 Format all code following migration to Rust edition 2024
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-28 10:23:37 +01:00
67549d54a3 Migrate from actix-web-actor to actix-ws
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-20 22:08:02 +01:00
ed9fd097e9 Updated backend dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-20 21:33:18 +01:00
ee77bd11c9 Implements VM groups API (#206)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #206
2024-11-28 18:06:20 +00:00
20e6d7931e Can change VM groups
All checks were successful
continuous-integration/drone/push Build is passing
2024-11-02 18:02:03 +01:00
c908d00c62 Can get the list of groups
All checks were successful
continuous-integration/drone/push Build is passing
2024-11-02 17:44:10 +01:00
55b49699eb Can assign a group to VMs
All checks were successful
continuous-integration/drone/push Build is passing
2024-11-02 17:31:05 +01:00
d35dac2de8 Fix compatibility issue with sysinfo 0.31.0
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-09 09:44:43 +00:00
c7de64cc02 Add API tokens support (#9)
All checks were successful
continuous-integration/drone/push Build is passing
Make it possible to create token authorized to query predetermined set of routes.

Reviewed-on: #9
Co-authored-by: Pierre HUBERT <pierre.git@communiquons.org>
Co-committed-by: Pierre HUBERT <pierre.git@communiquons.org>
2024-04-23 17:04:43 +00:00
1ed23317cb Configure CI (#2)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
Co-authored-by: Pierre HUBERT <pierre.git@communiquons.org>
Co-committed-by: Pierre HUBERT <pierre.git@communiquons.org>
2024-04-05 18:58:30 +00:00
4d0b4929c5 Show guidelines on UI on how to setup network hook 2024-01-11 19:02:47 +01:00
ed25eed31e Start to build NAT configuration mode 2024-01-10 19:29:24 +01:00
f82925dbcb Can configure network NAT settings from UI 2024-01-09 21:57:18 +01:00
7d7a052f5f Started to create rules editor 2024-01-04 11:30:20 +01:00
a7bfb80547 Add network filters metadata 2024-01-03 19:53:47 +01:00
22f5acd0ff Create network filters route 2024-01-03 14:50:59 +01:00
d4ef389852 Can define network filters 2024-01-02 18:56:16 +01:00
2b145ebeff Prevent default rules from being deleted 2024-01-02 15:58:39 +01:00
06ddf57b5c Can get NW filter source XML definition 2024-01-02 15:52:04 +01:00
b4f65a6703 Can delete network filter 2024-01-02 15:45:31 +01:00
81f60ce766 Can create network filter rules 2024-01-02 13:14:11 +01:00
7b74e7b75a WIP REST routes to create / update Network filters 2023-12-29 20:11:21 +01:00
9d4f19822d Refacto structures definition 2023-12-28 19:29:26 +01:00
f7777fe085 Start to inflate NWFilter REST api 2023-12-28 15:42:43 +01:00
3849b0d51d Parse NW filters XML structure 2023-12-28 15:12:38 +01:00
d8a6b58c52 Automatically backup source network and VM configuration 2023-12-23 18:12:46 +01:00
e969455c58 Can define bridge name 2023-12-19 18:11:53 +01:00
afebe97395 Can define IP reservations for networks 2023-12-19 17:57:38 +01:00
924c972984 Can specify MAC addresses for domains 2023-12-19 13:26:56 +01:00
e8422f4b3c Can generate release builds 2023-12-12 15:45:56 +01:00
f651c756b6 Improve errors reporting 2023-12-12 13:30:59 +01:00
bc15846b67 Improve errors reporting 2023-12-12 01:32:18 +01:00
375bdb1a46 Can get XML network definition 2023-12-11 18:41:59 +01:00