selfprivacy-rest-api/selfprivacy_api/graphql/queries
Inex Code 470c8e9283
continuous-integration/drone/push Build is passing Details
feat: Add "OTHER" as a server provider
We should allow manual SelfPrivacy installations on unsupported server providers. The ServerProvider enum is one of the gatekeepers that prevent this and we can change it easily as not much server-side logic rely on this.

The next step would be manual DNS management, but it would be much more involved than just adding the enum value.
2024-03-28 14:28:13 +03:00
..
__init__.py strawberry init 2022-06-24 15:26:51 +03:00
api_queries.py feature(auth): tz_aware recovery 2023-11-10 17:10:01 +00:00
backup.py fix(backups): expose snapshot reason and set the default value 2023-09-09 09:52:20 +03:00
common.py add basic system getters 2022-06-24 21:14:20 +03:00
jobs.py refactor: Adapt API to the NixOS configuration changes 2024-01-10 15:05:10 +02:00
providers.py feat: Add "OTHER" as a server provider 2024-03-28 14:28:13 +03:00
services.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
storage.py fix(storage): fix root device detection and ignore iso9660 2023-07-28 03:14:50 +03:00
system.py feat: Provide display names in DNS records 2023-11-24 13:57:52 +03:00
users.py Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00