fix: gitea: now works

This commit is contained in:
2026-05-29 21:27:53 +00:00
parent 7d254cd8c4
commit e38c0c499f
3 changed files with 14 additions and 95 deletions

View File

@@ -57,6 +57,15 @@ in {
jitsi.preferredDomain = jitsiHost;
};
hectic.services.media-browser = {
enable = true;
port = 3001;
s3Bucket = "matrix-hectic-lab";
s3Endpoint = "https://hel1.your-objectstorage.com";
s3Region = "hel1";
s3CredentialsFile = config.sops.secrets."matrix/object-storage/credentials".path;
};
hectic.services.jitsi = {
enable = true;
hostName = jitsiHost;