modify snappass template

This commit is contained in:
Simon Rieger 2024-09-16 14:00:18 +02:00
parent f7a7c4a375
commit 760d2b7748
2 changed files with 9 additions and 1 deletions

View file

@ -10,7 +10,7 @@ services:
stop_signal: SIGINT stop_signal: SIGINT
environment: environment:
- REDIS_HOST=redis - REDIS_HOST=redis
- NO_SSL=True - NO_SSL=false
- VIRTUAL_HOST=share.brothertec.eu - VIRTUAL_HOST=share.brothertec.eu
- VIRTUAL_PORT=5000 - VIRTUAL_PORT=5000
- LETSENCRYPT_HOST=share.brothertec.eu - LETSENCRYPT_HOST=share.brothertec.eu

View file

@ -22,5 +22,13 @@
<script src="{{ config.STATIC_URL }}/jquery/jquery-3.6.0.min.js"></script> <script src="{{ config.STATIC_URL }}/jquery/jquery-3.6.0.min.js"></script>
<script src="{{ config.STATIC_URL }}/bootstrap/js/bootstrap.min.js"></script> <script src="{{ config.STATIC_URL }}/bootstrap/js/bootstrap.min.js"></script>
{% block js %}{% endblock %} {% block js %}{% endblock %}
<div class="container">
<p>
<p><strong>no tracking | no logging | no advertising</strong></p>
<p>proudly presented by <a href="https://brothertec.eu/" target="_blank">brothertec.eu</a> | <a href="https://datenschutz.brothertec.eu/impressum/" target="_blank">Impressum</a> | <a href="https://datenschutz.brothertec.eu/datenschutzerkl%C3%A4rung/" target="_blank">Datenschutzhinweis</a> | <a href="https://github.com/pinterest/snappass" target="_blank">Code</a></p>
</p>
</div>
</body> </body>
</html> </html>