install final

This commit is contained in:
2026-04-25 17:39:55 +02:00
parent ff4c6ace66
commit 831188830c
13 changed files with 92 additions and 25 deletions
+3 -3
View File
@@ -35,7 +35,7 @@ EMAIL_HOST_PASSWORD=123456
EMAIL_USE_TLS=True
LOGGING_FILE=test_tube.log
SECRET_KEY=django-insecure-0)4_w=pjv1ex7=s=c=ii3g@fx_=8fb=hxk€3bpk1)uj(0ph0t)
SECRET_KEY="django-insecure-0)4_w=pjv1ex7=s=c=ii3g@fx_=8fb=hxk€3bpk1)uj(0ph0t)"
USER=rpi4
GROUP=rpi4
@@ -74,10 +74,10 @@ DATABASE_POSTGRES_PORT=5432
####
# database
#
DATABASE_ROOT_PASSWORD=change_me
DATABASE_ROOT_PASSWORD=planaire
DATABASE_NAME=test_tube
DATABASE_USER=test_tube
DATABASE_PASSWORD=change_me
DATABASE_PASSWORD=planaire
####
## reductstore
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

@@ -77,9 +77,9 @@
<a href="{% url 'scanner:reductstore' %}" class="w3-bar-item w3-btn w3-hover-opacity w3-margin-left">
<img class="w3-no-padding" src="/static/img/reductstore.png" style="width: 24px"> {% trans "Base de données Reductstore" %}
</a>
<!--a href="{% url 'scanner:adminer' %}" class="w3-bar-item w3-btn w3-hover-opacity w3-margin-left">
<a href="{% url 'scanner:adminer' %}" class="w3-bar-item w3-btn w3-hover-opacity w3-margin-left">
<img class="w3-no-padding" src="/static/img/adminer.png" style="width: 28px"> {% trans "Base de données mariadb" %}
</a-->
</a>
<!--a href="{% url 'scanner:portainer' %}" class="w3-bar-item w3-btn w3-hover-opacity" w3-margin-left>
<img class="w3-no-padding" src="/static/img/portainer.png" style="width: 28px"> {% trans "Portainer" %}
</a-->