mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-11 10:29:30 +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
|
||||
class ServerProvider(Enum):
|
||||
HETZNER = "HETZNER"
|
||||
DIGITALOCEAN = "DIGITALOCEAN"
|
||||
|
||||
|
||||
@strawberry.enum
|
||||
class BackupProvider(Enum):
|
||||
BACKBLAZE = "BACKBLAZE"
|
||||
|
|
Loading…
Reference in a new issue