No description
Find a file
Matthias Doering 6d1930479a
Some checks failed
Run Garage 61 Backup / deployment (push) Has been cancelled
initial commit
2024-10-14 11:07:39 +02:00
.gitea/workflows initial commit 2024-10-14 11:07:39 +02:00
docker initial commit 2024-10-14 11:07:39 +02:00
python initial commit 2024-10-14 11:07:39 +02:00
.dockerignore initial commit 2024-10-14 11:07:39 +02:00
.flake8 initial commit 2024-10-14 11:07:39 +02:00
.gitignore initial commit 2024-10-14 11:07:39 +02:00
.pre-commit-config.yaml initial commit 2024-10-14 11:07:39 +02:00
isort.cfg initial commit 2024-10-14 11:07:39 +02:00
README.md initial commit 2024-10-14 11:07:39 +02:00

garage61-backup

Automated garage61 backups with docker and gitea actions

Required parameters Garage61 oauth credentials contact rubenvermeersch in Discord

CLIENT_ID = String
CLIENT_SECRET = String

Minio Server

BUCKET_NAME: String
url = string
access_key = string
secret_key = string

This can be easily adapted to AWS S3 or any other blob storage. Raise an issue or create a PR for improvements