now the ports cannot be assigned twice, also simmilar application names work

This commit is contained in:
pika 2025-04-03 11:58:17 +02:00
parent e5300424ef
commit e9d1f985ae
7 changed files with 57 additions and 106 deletions

View file

@ -325,7 +325,7 @@
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- HTMX for dynamic content -->
<script src="https://unpkg.com/htmx.org@1.9.2"></script>
<!-- <script src="https://unpkg.com/htmx.org@1.9.2"></script> -->
<!-- Custom JS -->
<script src="{{ url_for('static', filename='js/app.js') }}"></script>
<script>
@ -618,4 +618,4 @@
{% block scripts %}{% endblock %}
</body>
</html>
</html>