mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-25 21:41:27 +00:00
add provider fields to the rest of test jsons
This commit is contained in:
parent
f4a7986cfa
commit
5efa85f877
|
@ -67,5 +67,18 @@
|
||||||
"username": "user3",
|
"username": "user3",
|
||||||
"hashedPassword": "HASHED_PASSWORD_3"
|
"hashedPassword": "HASHED_PASSWORD_3"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"dns": {
|
||||||
|
"provider": "CLOUDFLARE",
|
||||||
|
"apiKey": "TOKEN"
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"provider": "HETZNER"
|
||||||
|
},
|
||||||
|
"backup": {
|
||||||
|
"provider": "BACKBLAZE",
|
||||||
|
"accountId": "ID",
|
||||||
|
"accountKey": "KEY",
|
||||||
|
"bucket": "bucket"
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -50,5 +50,18 @@
|
||||||
"ssh-rsa KEY test@pc"
|
"ssh-rsa KEY test@pc"
|
||||||
],
|
],
|
||||||
"users": [
|
"users": [
|
||||||
]
|
],
|
||||||
|
"dns": {
|
||||||
|
"provider": "CLOUDFLARE",
|
||||||
|
"apiKey": "TOKEN"
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"provider": "HETZNER"
|
||||||
|
},
|
||||||
|
"backup": {
|
||||||
|
"provider": "BACKBLAZE",
|
||||||
|
"accountId": "ID",
|
||||||
|
"accountKey": "KEY",
|
||||||
|
"bucket": "bucket"
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -57,5 +57,18 @@
|
||||||
"ssh-rsa KEY user1@pc"
|
"ssh-rsa KEY user1@pc"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"dns": {
|
||||||
|
"provider": "CLOUDFLARE",
|
||||||
|
"apiKey": "TOKEN"
|
||||||
|
},
|
||||||
|
"server": {
|
||||||
|
"provider": "HETZNER"
|
||||||
|
},
|
||||||
|
"backup": {
|
||||||
|
"provider": "BACKBLAZE",
|
||||||
|
"accountId": "ID",
|
||||||
|
"accountKey": "KEY",
|
||||||
|
"bucket": "bucket"
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -67,5 +67,18 @@
|
||||||
"username": "user3",
|
"username": "user3",
|
||||||
"hashedPassword": "HASHED_PASSWORD_3"
|
"hashedPassword": "HASHED_PASSWORD_3"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue