LFS
Gitea supports any s3-like storage as a backend for LFS and attachments (see Gitea Config Cheat Sheet). Add the following configuration and restarted gitea from the…
Deploy Gitea as a fully managed service starting at €9/month. Get automated backups, SSL, updates, monitoring, and human support, all included.
DANIAN runs Gitea as a fully managed service: installation, updates, backups, monitoring and security are handled for you.
See the gitea hosting page for plans, pricing and a free trial.
Gitea supports any s3-like storage as a backend for LFS and attachments (see Gitea Config Cheat Sheet). Add the following configuration and restarted gitea from the dashboard:
[server]
LFS_START_SERVER = true
[storage.my-storage]
STORAGE_TYPE = minio
SERVE_DIRECT = true
MINIO_ENDPOINT = s3.us-west-001.backblazeb2.com
MINIO_ACCESS_KEY_ID = {secret-id}
MINIO_SECRET_ACCESS_KEY = {secret-key}
MINIO_BUCKET = my-bucket
MINIO_LOCATION = us-west-001
MINIO_USE_SSL = true
[lfs]
STORAGE_TYPE = my-storage
[attachment]
STORAGE_TYPE = my-storage
MAX_SIZE = 50
Find more information about our company, platform, and services on our website.
Visit danian.co