proxmox: add systemd-boot (#580)
Reviewed-on: #580 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
23cb670f0c
commit
5da209351a
2 changed files with 3 additions and 2 deletions
|
@ -74,12 +74,12 @@ services:
|
||||||
logo: "assets/icons/pve.png"
|
logo: "assets/icons/pve.png"
|
||||||
url: "https://pve5.grote.lan:8006"
|
url: "https://pve5.grote.lan:8006"
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
subtitle: "HP Elitedesk 800 G2"
|
subtitle: "Selbstbau"
|
||||||
- name: "ProxMox Virtual Environment - Test"
|
- name: "ProxMox Virtual Environment - Test"
|
||||||
logo: "assets/icons/pve.png"
|
logo: "assets/icons/pve.png"
|
||||||
url: "https://pve5-test.grote.lan:8006"
|
url: "https://pve5-test.grote.lan:8006"
|
||||||
target: "_blank"
|
target: "_blank"
|
||||||
subtitle: "Test"
|
subtitle: "Test - VM"
|
||||||
|
|
||||||
- name: "Internet-MGMT"
|
- name: "Internet-MGMT"
|
||||||
icon: "fas fa-cloud"
|
icon: "fas fa-cloud"
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
- bmon
|
- bmon
|
||||||
- qemu-guest-agent
|
- qemu-guest-agent
|
||||||
- open-vm-tools
|
- open-vm-tools
|
||||||
|
- systemd-boot
|
||||||
|
|
||||||
### mgrote.munin-node
|
### mgrote.munin-node
|
||||||
munin_node_plugins:
|
munin_node_plugins:
|
||||||
|
|
Loading…
Reference in a new issue