mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 14:51:43 +00:00
feat: improve template processing (#112)
* Improve template processing * docs update, config validation rules update
This commit is contained in:
@ -63,7 +63,8 @@ no_empty_report = no
|
||||
port = 587
|
||||
receivers = mail@example.com
|
||||
sender = mail@example.com
|
||||
template_path = ../web/templates/repo-index.jinja2
|
||||
template = repo-index.jinja2
|
||||
templates = ../web/templates
|
||||
|
||||
[console]
|
||||
use_utf = yes
|
||||
@ -72,7 +73,8 @@ use_utf = yes
|
||||
path =
|
||||
homepage =
|
||||
link_path =
|
||||
template_path = ../web/templates/repo-index.jinja2
|
||||
template = repo-index.jinja2
|
||||
templates = ../web/templates
|
||||
|
||||
[remote-call]
|
||||
manual = yes
|
||||
@ -82,7 +84,8 @@ api_key = apikey
|
||||
chat_id = @ahrimantestchat
|
||||
homepage =
|
||||
link_path =
|
||||
template_path = ../web/templates/telegram-index.jinja2
|
||||
template = telegram-index.jinja2
|
||||
templates = ../web/templates
|
||||
|
||||
[upload]
|
||||
target =
|
||||
|
Reference in New Issue
Block a user