SelfPrivacy GraphQL which allows app to control your server
 
 
Go to file
Inex Code 2df448a4a9
continuous-integration/drone/push Build is failing Details
fix(backups): Do not shut down the service during backup
We do not want the user to expirience outages during automatic backups.
Generally, they are not even needed.
We should use hooks to service-specific tasks, such as
creating the database dump, so we don't have to shut down Postgres.
2023-07-20 17:11:02 +03:00
.idea chore: Project files for IDEA 2023-02-06 11:50:16 +03:00
.vscode Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
selfprivacy_api fix(backups): Do not shut down the service during backup 2023-07-20 17:11:02 +03:00
tests feature(backup):remove code for finegrained autobackup control 2023-07-19 15:36:25 +00:00
.coveragerc More unit tests and bugfixes (#7) 2022-01-10 22:35:00 +02:00
.drone.yml ci: Give redis some time to start? 2023-07-17 19:55:16 +03:00
.flake8 style: set 88 as a line length limit 2023-07-19 16:49:35 +03:00
.gitignore fix: Migrate to SP channel from 22.11 installations 2023-06-14 19:27:11 +03:00
.pylintrc style: set 88 as a line length limit 2023-07-19 16:49:35 +03:00
CONTRIBUTING.md docs: add CONTRIBUTING.md 2022-12-30 21:21:34 +03:00
LICENSE Add a license 2021-11-18 10:05:04 +02:00
pyproject.toml Migrate to FastAPI (#13) 2022-08-25 20:03:56 +03:00
setup.py fix: Migrate to SP channel from 22.11 installations 2023-06-14 19:27:11 +03:00
shell.nix style: set 88 as a line length limit 2023-07-19 16:49:35 +03:00