mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 06:41:43 +00:00
change telegram default index to telegram-index
This commit is contained in:
@ -46,7 +46,7 @@ ssl = disabled
|
||||
template_path = /usr/share/ahriman/templates/repo-index.jinja2
|
||||
|
||||
[telegram]
|
||||
template_path = /usr/share/ahriman/templates/telegram.jinja2
|
||||
template_path = /usr/share/ahriman/templates/telegram-index.jinja2
|
||||
|
||||
[upload]
|
||||
target =
|
||||
|
@ -1,10 +1,5 @@
|
||||
{#simplified version of full report, now in markdown#}
|
||||
## {{ repository }} update
|
||||
|
||||
{#simplified version of full report#}
|
||||
<b>{{ repository }} update</b>
|
||||
{% for package in packages %}
|
||||
* [{{ package.name }}]({{ link_path }}/{{ package.filename }}) {{ package.version }} at {{ package.build_date }}
|
||||
{% endfor %}
|
||||
|
||||
{% if homepage is not none %}
|
||||
[Repository]({{ homepage }})
|
||||
{% endif %}
|
||||
<a href="{{ link_path }}/{{ package.filename }}">{{ package.name }}</a> {{ package.version }} at {{ package.build_date }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user