modify snappass template
This commit is contained in:
parent
f7a7c4a375
commit
760d2b7748
2 changed files with 9 additions and 1 deletions
|
@ -10,7 +10,7 @@ services:
|
|||
stop_signal: SIGINT
|
||||
environment:
|
||||
- REDIS_HOST=redis
|
||||
- NO_SSL=True
|
||||
- NO_SSL=false
|
||||
- VIRTUAL_HOST=share.brothertec.eu
|
||||
- VIRTUAL_PORT=5000
|
||||
- LETSENCRYPT_HOST=share.brothertec.eu
|
||||
|
|
|
@ -22,5 +22,13 @@
|
|||
<script src="{{ config.STATIC_URL }}/jquery/jquery-3.6.0.min.js"></script>
|
||||
<script src="{{ config.STATIC_URL }}/bootstrap/js/bootstrap.min.js"></script>
|
||||
{% 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>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue