Compare commits
3 commits
f7a7c4a375
...
b995f42fb4
Author | SHA1 | Date | |
---|---|---|---|
b995f42fb4 | |||
c3ebc7a11b | |||
760d2b7748 |
3 changed files with 11 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.env
|
||||
.project
|
||||
*.rdb
|
||||
junit*xml
|
||||
|
|
|
@ -10,7 +10,8 @@ services:
|
|||
stop_signal: SIGINT
|
||||
environment:
|
||||
- REDIS_HOST=redis
|
||||
- NO_SSL=True
|
||||
- NO_SSL=false
|
||||
- SECRET_KEY=${SECRET_KEY}
|
||||
- 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