work with authentik

This commit is contained in:
Matt Batchelder
2026-02-27 17:48:21 -05:00
parent 90eb649940
commit 2aaa0442b2
13 changed files with 699 additions and 2 deletions

View File

@@ -56,7 +56,8 @@ public class GitTemplateService
return new TemplateConfig
{
Yaml = yaml,
FetchedAt = DateTime.UtcNow
FetchedAt = DateTime.UtcNow,
CacheDir = cacheDir,
};
}