feat: Update Authentik integration and enhance Docker Compose templates
This commit is contained in:
@@ -49,7 +49,7 @@ public class GitTemplateService
|
||||
var yamlPath = FindFile(cacheDir, "template.yml");
|
||||
|
||||
if (yamlPath == null)
|
||||
throw new FileNotFoundException("template.yml not found in repository root. Commit the template file produced by ComposeRenderService.GetTemplateYaml() to the repo root.");
|
||||
throw new FileNotFoundException("template.yml not found in repository root. Ensure template.yml is committed to the root of your template git repository.");
|
||||
|
||||
var yaml = await File.ReadAllTextAsync(yamlPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user