Mise à jour automatique (Gitea + Watchtower) et conteneurisation Docker

- Détection de version via l'API Gitea, application via Watchtower
- Router système, UI admin (intégrations), bandeau de mise à jour
- Dockerfile multi-étapes, docker-compose, scripts/release.sh
- Version centralisée dans app/version.py (pyproject ou OHM_VERSION au build)
This commit is contained in:
Roman
2026-09-22 11:58:03 +00:00
parent 41566ab5fb
commit 9148b5fb6a
21 changed files with 1092 additions and 49 deletions
+1
View File
@@ -32,6 +32,7 @@
{% block content %}{% endblock %}
</main>
<script src="/static/js/app.js"></script>
<script src="/static/js/update-watcher.js"></script>
{% block scripts %}{% endblock %}
</body>
</html>