Compare commits

..

No commits in common. "b995f42fb429e855a939eb61e26f36a86a7d4bf1" and "f7a7c4a375dff19bbf867677eeb51589e73c535d" have entirely different histories.

3 changed files with 1 additions and 11 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
.env
.project .project
*.rdb *.rdb
junit*xml junit*xml

View file

@ -10,8 +10,7 @@ services:
stop_signal: SIGINT stop_signal: SIGINT
environment: environment:
- REDIS_HOST=redis - REDIS_HOST=redis
- NO_SSL=false - NO_SSL=True
- SECRET_KEY=${SECRET_KEY}
- 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,13 +22,5 @@
<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>