Compare commits
2 Commits
9b672f418f
...
85974a1a44
| Author | SHA1 | Date |
|---|---|---|
|
|
85974a1a44 | |
|
|
c8a4f418f0 |
|
|
@ -41,6 +41,7 @@ empty
|
|||
|
||||
- [**pihole**](stores/543fd734-85a0-45f3-b9a5-f47c775ea94b)
|
||||
- [**wireguard**](stores/765f9104-a04c-424a-99e7-4e585b4334d7)
|
||||
- [**wireguard (Copy)**](stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960)
|
||||
|
||||
**All connections / Proxmox Hetzner**
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "f4456d84-018b-44c7-a8ac-a9b7d1a3a960",
|
||||
"name" : "wireguard (Copy)",
|
||||
"categoryUuid" : "2ebe169e-536e-4fd2-8e78-724996990fcc",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type" : "ssh",
|
||||
"proxy" : {
|
||||
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||
},
|
||||
"host" : "192.168.176.40",
|
||||
"port" : 22,
|
||||
"user" : "root",
|
||||
"password" : {
|
||||
"type" : "inPlace",
|
||||
"value" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "e1FM9DhT0jU5CwQJ52dq09RR2vY7XEfMVFeTee4Dnr4TFdANLhuGJ74p"
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityStrategy" : {
|
||||
"type" : "none"
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false
|
||||
}
|
||||
Loading…
Reference in New Issue