Add linkwarden service

This commit is contained in:
Tobias Reisinger 2024-03-08 00:35:42 +01:00
parent d42865d3f3
commit eb6052e4ec
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 58 additions and 1 deletions
templates

View file

@ -1,3 +1,7 @@
{% for key, value in env.items() %}
{% if value is boolean %}
{{ key }}={{ value|lower }}
{% else %}
{{ key }}={{ value }}
{% endif %}
{% endfor %}