lassulus
|
9585883e80
|
clan-cli secrets: commit facts/secrets after generating them
|
2024-02-05 10:03:10 +01:00 |
|
lassulus
|
e94983be21
|
clan-cli secrets: remove debug output
|
2024-02-05 10:03:10 +01:00 |
|
lassulus
|
0a89abef89
|
clan-cli git: add commit_files function
|
2024-02-05 10:03:10 +01:00 |
|
Qubasa
|
4fa82b993d
|
vm_manager: Fixed uri join and then vm start not working
|
2024-02-05 15:57:14 +07:00 |
|
Johannes Kirschbauer
|
327645486f
|
async join
|
2024-02-05 15:05:14 +07:00 |
|
Qubasa
|
e8416856f7
|
Added machineIcon and machineDescription to buildClan
|
2024-02-05 14:18:40 +07:00 |
|
Qubasa
|
bc1842dd2b
|
UI: Fixed multiple connects to signal
|
2024-02-05 13:37:35 +07:00 |
|
lassulus
|
3f2f3012b9
|
clan-cli update: remove legacy argument
|
2024-02-03 07:53:15 +01:00 |
|
lassulus
|
06c2734c9b
|
clan-cli update: upload only local paths from localhost
|
2024-02-03 07:53:15 +01:00 |
|
lassulus
|
62f46751c7
|
clan-cli machines: remove debug prints
|
2024-02-02 17:40:19 +01:00 |
|
lassulus
|
8cbedfd3b8
|
clan-cli password-store: remove debug print
|
2024-02-02 17:40:19 +01:00 |
|
lassulus
|
ece289d0cc
|
clan-cli secrets: add check command
|
2024-02-02 17:40:19 +01:00 |
|
Jörg Thalheim
|
584299e199
|
rename deployment address to target address
This is a prepares having a build server for deployment
|
2024-02-02 16:39:29 +07:00 |
|
clan-bot
|
3183a3e2fc
|
Merge pull request 'Starting to implement logs' (#796) from Qubasa-main into main
|
2024-02-02 05:07:39 +00:00 |
|
Qubasa
|
a894b358b4
|
vm-manager: Added log console printing on vm start. Added python logging module
|
2024-02-02 12:04:30 +07:00 |
|
clan-bot
|
833f114552
|
Merge pull request 'multi join via cli' (#795) from hsjobeki-main into main
|
2024-02-02 04:01:49 +00:00 |
|
Johannes Kirschbauer
|
88a947f41a
|
multi join via cli
|
2024-02-02 10:58:28 +07:00 |
|
lassulus
|
165604e1ac
|
halalify zerotierone
|
2024-02-01 15:44:13 +01:00 |
|
DavHau
|
5bdbb43490
|
qemu: init python modules for qmp and qga
|
2024-02-01 12:32:21 +07:00 |
|
Qubasa
|
ed8e5d4022
|
Starting to implement logs
|
2024-02-01 10:21:58 +07:00 |
|
a-kenji
|
de041d4b2c
|
vms: rename wayland attrs to waypipe
And remove the options from the cli interface.
|
2024-02-01 10:14:36 +07:00 |
|
a-kenji
|
7000caafa9
|
vms: wayland attr specified in configuration
|
2024-02-01 09:00:43 +07:00 |
|
Johannes Kirschbauer
|
31fcaf0d4e
|
group clans by url
|
2024-01-31 11:20:35 +07:00 |
|
DavHau
|
af9b4c32e8
|
Reapply "vm-state: fix and improve testing"
This reverts commit a429ab5d3c.
vm-state: revert sysusers, improve testing
zerotier: enable persistence
vm-state: cleanup tests
|
2024-01-31 11:02:16 +07:00 |
|
lassulus
|
59c09a114c
|
secrets modules: pass secrets as bytes
|
2024-01-30 12:11:05 +01:00 |
|
lassulus
|
140973270a
|
secrets: add sandbox user
|
2024-01-30 12:11:05 +01:00 |
|
Qubasa
|
e7668f6e41
|
Machine __str__ impl
|
2024-01-30 15:32:35 +07:00 |
|
Qubasa
|
deae5c6168
|
UI: Fixed toggle button color on second time not changing
|
2024-01-30 15:02:05 +07:00 |
|
Qubasa
|
4b2657a9b3
|
Added demo.sh to prepare demo environment
|
2024-01-30 14:42:22 +07:00 |
|
Qubasa
|
28a9367479
|
Demo version
|
2024-01-30 14:02:52 +07:00 |
|
Qubasa
|
af4de33292
|
URI: Fixed removed url fragment
|
2024-01-30 13:28:12 +07:00 |
|
Qubasa
|
f9754ee899
|
CLI: Added grouping output for clan history list.
|
2024-01-30 12:39:52 +07:00 |
|
Qubasa
|
07bec607bc
|
Fixed clan uri. Expand user, then resolve
|
2024-01-30 12:17:24 +07:00 |
|
Jörg Thalheim
|
33d755360d
|
clan-cli: implement waypipe backend
|
2024-01-30 10:37:52 +07:00 |
|
Jörg Thalheim
|
7b60678d1f
|
cmd: skip print for zero-length bufs
|
2024-01-30 10:30:25 +07:00 |
|
Jörg Thalheim
|
b4a94e66f8
|
clan-cli: drop unused variables
|
2024-01-30 10:30:25 +07:00 |
|
Jörg Thalheim
|
076b3b4ee2
|
drop unused unfree_nixpkgs function
|
2024-01-30 10:30:25 +07:00 |
|
lassulus
|
8862920b32
|
clan-cli machines: get flake path via flake metadata
|
2024-01-29 09:54:30 +01:00 |
|
clan-bot
|
a4b9ce2361
|
Merge pull request 'Revert "vm-state: fix and improve testing"' (#768) from DavHau-revert into main
|
2024-01-29 08:20:09 +00:00 |
|
DavHau
|
a429ab5d3c
|
Revert "vm-state: fix and improve testing"
This reverts commit 41c97a5fce.
|
2024-01-29 15:16:10 +07:00 |
|
clan-bot
|
b93ab681b8
|
Merge pull request 'Secret mgmt problem' (#767) from Qubasa-main into main
|
2024-01-29 08:15:44 +00:00 |
|
Qubasa
|
b10650b77b
|
UI: Display error logs on VM crash. Fixed inspect_vm problem.
|
2024-01-29 15:11:57 +07:00 |
|
Qubasa
|
6da5ec6f1c
|
Secret mgmt problem
|
2024-01-29 14:00:38 +07:00 |
|
Jörg Thalheim
|
de604a3b74
|
package vsock-enabled waypipe
|
2024-01-29 11:48:08 +07:00 |
|
Jörg Thalheim
|
4ed946850f
|
nix-direnv-watch-file -> watch-file
|
2024-01-29 11:02:43 +07:00 |
|
DavHau
|
41c97a5fce
|
vm-state: fix and improve testing
Also adds qemu qga protocol implementation to execute commands
|
2024-01-26 19:41:05 +07:00 |
|
lassulus
|
1b9445b71f
|
clan-cli secrets: generate secrets inside bubblewrap
|
2024-01-24 19:20:07 +01:00 |
|
lassulus
|
b6e67aac60
|
clan-cli install: use new Machine interface, fix mypy error
|
2024-01-24 15:49:24 +01:00 |
|
lassulus
|
8ac9ad3133
|
clan-cli update: use new Machine class interface
|
2024-01-24 15:49:12 +01:00 |
|
lassulus
|
875d79c57a
|
clan-cli Machine: make deployment info lazy
|
2024-01-24 15:49:12 +01:00 |
|