work with authentik
This commit is contained in:
@@ -4,4 +4,10 @@ public class TemplateConfig
|
||||
{
|
||||
public string Yaml { get; set; } = string.Empty;
|
||||
public DateTime FetchedAt { get; set; } = DateTime.UtcNow;
|
||||
|
||||
/// <summary>
|
||||
/// Local filesystem path to the cached git clone.
|
||||
/// Used to access additional template files (e.g. settings-custom.php.template).
|
||||
/// </summary>
|
||||
public string CacheDir { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user