mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-17 16:09:14 +00:00
add digitalocean and backblaze options
This commit is contained in:
parent
7d58eb3d92
commit
9540e26ce1
|
@ -11,3 +11,9 @@ class DnsProvider(Enum):
|
||||||
@strawberry.enum
|
@strawberry.enum
|
||||||
class ServerProvider(Enum):
|
class ServerProvider(Enum):
|
||||||
HETZNER = "HETZNER"
|
HETZNER = "HETZNER"
|
||||||
|
DIGITALOCEAN = "DIGITALOCEAN"
|
||||||
|
|
||||||
|
|
||||||
|
@strawberry.enum
|
||||||
|
class BackupProvider(Enum):
|
||||||
|
BACKBLAZE = "BACKBLAZE"
|
||||||
|
|
Loading…
Reference in a new issue