edbfe53d1a
Update Rust crate serde to 1.0.199
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-04-28 00:07:30 +00:00
9365e9afdf
Can set a list of allowed IP
continuous-integration/drone/push Build is passing
2024-04-23 19:29:11 +02:00
9d738285ab
Update project dependencies
continuous-integration/drone/push Build is passing
2024-04-23 19:11:50 +02:00
c7de64cc02
Add API tokens support ( #9 )
...
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
149e3f4d72
Update Rust crate sysinfo to 0.30.11
continuous-integration/drone/push Build is passing
2024-04-20 00:33:45 +00:00
f1ba3bc5ab
Update Rust crate reqwest to 0.12.4
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-20 00:13:11 +00:00
927414dbaf
Merge branch 'master' into renovate/anyhow-1.x
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing
2024-04-17 05:57:32 +00:00
2ac16fd1cb
Merge pull request 'Update Rust crate num to 0.4.2' ( #18 ) from renovate/num-0.x into master
...
continuous-integration/drone/push Build is passing
Reviewed-on: #18
2024-04-17 05:57:12 +00:00
74924cff88
Update Rust crate serde_json to 1.0.116
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing
2024-04-17 00:13:54 +00:00
f0328a8912
Update Rust crate num to 0.4.2
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-04-13 00:13:11 +00:00
afc1b5cca6
Update Rust crate sysinfo to 0.30.10
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-11 00:13:13 +00:00
b0ca64b2ff
Update Rust crate anyhow to 1.0.82
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-04-11 00:13:07 +00:00
0ec491bf3e
Update Rust crate sysinfo to 0.30.9
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-09 00:15:39 +00:00
586a60ab96
Update backend & frontend depdencies
continuous-integration/drone/push Build is failing
2024-04-08 18:37:17 +02:00
f16176e927
Merge pull request 'Update Rust crate serde_json to 1.0.115' ( #4 ) from renovate/serde_json-1.x into master
...
continuous-integration/drone/push Build is passing
Reviewed-on: #4
2024-04-06 09:00:20 +00:00
0c5a8d56c9
Update Rust crate serde_json to 1.0.115
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-06 00:15:12 +00:00
7428512222
Update Rust crate futures-util to 0.3.30
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-04-06 00:15:09 +00:00
1ed23317cb
Configure CI ( #2 )
...
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
6c23951d74
Fix NAT mode command
2024-01-11 19:10:04 +01:00
4d0b4929c5
Show guidelines on UI on how to setup network hook
2024-01-11 19:02:47 +01:00
d6c8964380
Port forwarding is working
2024-01-10 21:59:41 +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
e86b29c03a
Improve network checks
2024-01-08 21:29:31 +01:00
672e866897
Add basic NAT structures
2024-01-08 21:03:39 +01:00
134e27feb6
Fix invalid IPv6 notation
2024-01-05 09:11:00 +01:00
8cd32d35e2
Add new attribute to 'all' rules
2024-01-04 16:53:24 +01:00
ad45c0d654
Can edit MAC rules
2024-01-04 12:26:51 +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
d741e12653
Use quick-xml to serialize domains definitions
2024-01-02 14:40:16 +01:00
9256b76495
Use quick-xml to serialize network definitions
2024-01-02 14:31:34 +01:00
e638829da7
Ready to refactor XML parsing
2024-01-02 13:24:49 +01:00
81f60ce766
Can create network filter rules
2024-01-02 13:14:11 +01:00
388a1ed478
Add Layer4 selectors extraction
2024-01-01 15:59:31 +01:00
c6c1ce26d3
Add IPv4 / IPv6 selectors extraction
2024-01-01 11:39:14 +01:00
b3f89309c4
Add ARP / RARP selectors extraction
2023-12-30 13:11:04 +01:00
8182ecd7f6
Can extract mac rules
2023-12-29 20:40:01 +01:00
7b74e7b75a
WIP REST routes to create / update Network filters
2023-12-29 20:11:21 +01:00
61c567846d
Finish to convert NW filter Lib structures into REST structures
2023-12-29 12:45:03 +01:00
246f5ef842
WIP building REST structures
2023-12-28 19:41:20 +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
b4f765d486
Change network model type to support GigaByte transfers
2023-12-27 10:27:19 +01:00
d8a6b58c52
Automatically backup source network and VM configuration
2023-12-23 18:12:46 +01:00
f49b947884
Fix multiple origins issue
2023-12-21 11:12:57 +01:00
aa81c7f979
Improve app arguments management, can specify env file
2023-12-19 23:23:19 +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
ed1bd806d7
Refactor XML definitions serialization
2023-12-19 16:33:47 +01:00
924c972984
Can specify MAC addresses for domains
2023-12-19 13:26:56 +01:00
bcda29322f
Update Rust dependencies
2023-12-19 12:08:26 +01:00
5a538e838a
Remove useless feature
2023-12-12 18:02:23 +01:00
207acf0802
Update backend dependencies
2023-12-12 16:02:31 +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
c7f7bfe67c
Add a system to restrict untrusted IPs
2023-12-12 01:52:46 +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
85b9591f82
Change video model
2023-12-11 17:22:36 +01:00
749d31d98a
Can add TPM2 chipset
2023-12-11 16:44:04 +01:00
299b63cd32
Change graphics driver model used for VNC connections
2023-12-11 16:12:41 +01:00
78ed6114c8
Fix mouse cursor shift
2023-12-11 15:24:28 +01:00
cb49f1cb40
Delete VNC socket file when deleting domain
2023-12-11 15:09:18 +01:00
ce98abb757
Use SATA as bus type for mounted ISO files
2023-12-11 12:43:59 +01:00
82447a0018
Can view from web UI XML definition of domains
2023-12-08 18:18:22 +01:00
64eb90c0a4
Can attach multiple ISOs to the same domain at the same time
2023-12-08 17:12:19 +01:00
f05ae9fd52
Can attach defined networks to domains
2023-12-08 13:10:53 +01:00
54a3013c59
Can create NAT networks
2023-12-07 20:03:11 +01:00
5f0f56a9f9
Can set the number of VCPUs
2023-12-07 17:09:33 +01:00
d1a9b6c3bb
Fix VNC connection issue
2023-12-07 00:28:56 +01:00
7d88cd576c
Fix permission issue
2023-12-06 20:32:03 +01:00
60d35f17bd
Managed to start a VM again
2023-12-06 20:27:59 +01:00
23f2029deb
Can configure all network settings
2023-12-06 18:48:07 +01:00
b7d44f3091
Can edit more network settings
2023-12-06 15:31:07 +01:00
7bf4e87df1
Fix issue with network netmask handling
2023-12-05 18:55:16 +01:00
e579a3aadd
Ready to implement network routes contents
2023-12-04 20:18:21 +01:00
9a99e0b54e
Can update and delete networks
2023-10-31 12:03:42 +01:00
2025416607
Can get information about a single network
2023-10-31 11:08:05 +01:00
2741faa95b
Add REST route to get networks list
2023-10-31 10:51:13 +01:00
f2237d4f2f
Can create networks
2023-10-31 09:26:42 +01:00
335aec788e
Can enable autostart of VMs
2023-10-28 17:30:27 +02:00
f5f4239337
Delete files associated to VM
2023-10-26 12:14:09 +02:00
bdb2f6427d
Created first disk
2023-10-26 11:43:05 +02:00
081b0f7784
Fix secure boot issue
2023-10-20 11:15:16 +02:00
a30f9720ca
Define disks as vec instead of option
2023-10-20 10:52:28 +02:00
d93a2b857a
Managed to insert an ISO file
2023-10-19 18:12:28 +02:00
b007826710
Fix VNC connection
2023-10-18 18:36:24 +02:00
b87306f8ea
First successful VNC connection
2023-10-18 18:00:25 +02:00
4f75cd918d
Issue tokens to initialize VNC connections
2023-10-18 12:27:50 +02:00
674f9fe7ed
Can update VM settings
2023-10-16 19:22:15 +02:00
fbfe4f00c5
Can create VM from UI
2023-10-16 19:00:15 +02:00
3c00c23205
Can delete the VM from the WebUI
2023-10-13 18:39:34 +02:00
6a3cf2e5c8
Can update or delete domains
2023-10-13 16:44:56 +02:00