mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-27 11:16:35 +00:00
add provider fields to the test jsons under system
This commit is contained in:
parent
dd15e0ab65
commit
2ec0548c09
|
@ -46,5 +46,18 @@
|
||||||
"timezone": "Europe/Moscow",
|
"timezone": "Europe/Moscow",
|
||||||
"sshKeys": [
|
"sshKeys": [
|
||||||
"ssh-rsa KEY test@pc"
|
"ssh-rsa KEY test@pc"
|
||||||
]
|
],
|
||||||
|
"dns": {
|
||||||
|
"provider": "CLOUDFLARE",
|
||||||
|
"apiKey": "TOKEN"
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"provider": "HETZNER"
|
||||||
|
},
|
||||||
|
"backup": {
|
||||||
|
"provider": "BACKBLAZE",
|
||||||
|
"accountId": "ID",
|
||||||
|
"accountKey": "KEY",
|
||||||
|
"bucket": "bucket"
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -48,5 +48,18 @@
|
||||||
"timezone": "Europe/Moscow",
|
"timezone": "Europe/Moscow",
|
||||||
"sshKeys": [
|
"sshKeys": [
|
||||||
"ssh-rsa KEY test@pc"
|
"ssh-rsa KEY test@pc"
|
||||||
]
|
],
|
||||||
|
"dns": {
|
||||||
|
"provider": "CLOUDFLARE",
|
||||||
|
"apiKey": "TOKEN"
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"provider": "HETZNER"
|
||||||
|
},
|
||||||
|
"backup": {
|
||||||
|
"provider": "BACKBLAZE",
|
||||||
|
"accountId": "ID",
|
||||||
|
"accountKey": "KEY",
|
||||||
|
"bucket": "bucket"
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -52,5 +52,14 @@
|
||||||
"dns": {
|
"dns": {
|
||||||
"provider": "CLOUDFLARE",
|
"provider": "CLOUDFLARE",
|
||||||
"apiKey": "TOKEN"
|
"apiKey": "TOKEN"
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"provider": "HETZNER"
|
||||||
|
},
|
||||||
|
"backup": {
|
||||||
|
"provider": "BACKBLAZE",
|
||||||
|
"accountId": "ID",
|
||||||
|
"accountKey": "KEY",
|
||||||
|
"bucket": "bucket"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,5 +43,18 @@
|
||||||
},
|
},
|
||||||
"sshKeys": [
|
"sshKeys": [
|
||||||
"ssh-rsa KEY test@pc"
|
"ssh-rsa KEY test@pc"
|
||||||
]
|
],
|
||||||
|
"dns": {
|
||||||
|
"provider": "CLOUDFLARE",
|
||||||
|
"apiKey": "TOKEN"
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"provider": "HETZNER"
|
||||||
|
},
|
||||||
|
"backup": {
|
||||||
|
"provider": "BACKBLAZE",
|
||||||
|
"accountId": "ID",
|
||||||
|
"accountKey": "KEY",
|
||||||
|
"bucket": "bucket"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue