Commit Graph

13 Commits

Author SHA1 Message Date
a8871a7223
Switch license to https://unlicense.org/ 2025-08-27 23:38:46 +03:00
e0561875d8
switch license to Apache2.0
- switch LICENSe file from GPLv2 to Apache-2.0
- add SPDX HEADER to all files
2025-06-14 03:37:06 +03:00
76e832a3f6
allow inbound ARP for VMs 2025-03-12 20:16:04 +02:00
4689ab82c7
forward both TCP and UDP ports 2025-03-09 04:26:23 +02:00
1a4cec421b
added payments for VM creation 2025-01-24 23:55:26 +02:00
d8488476c5
changing regex from extended to perl 2025-01-11 23:03:31 +02:00
65126fcdac Add NFT isolation for macvtap (#5)
Solves SNP/daemon#4

Reviewed-on: SNP/daemon#5
2025-01-10 19:19:04 +00:00
3c6074f735 connected daemon to the brain (#2)
Instead of grabbing commands from files, the daemon now connects to the brain and receives commands via gRPC.

Reviewed-on: SNP/daemon#2
2024-12-30 20:45:01 +00:00
b85feef0ab
added multiple new capabilities for daemon
- systemctl integration (reload, start, stop, enable, disable)
- update vm capability
- delete vm capability
- save resources to disk
- save VMs to disk
- load commands from folders (new vm, update vm, delete vm)
- fixed port forwarding
2024-12-14 16:59:38 +02:00
82273f63e5
VM works on SNP server 2024-12-13 03:10:03 +02:00
df34fc719c
writing files correctly 2024-12-12 02:48:18 +02:00
edbaebfc56
added VM state handling for disk and nics 2024-12-08 03:47:35 +02:00
ba5bfdd66e
first push 2024-12-06 01:30:57 +02:00