feat: Update logo and enhance DNS management functionality

This commit is contained in:
2026-04-26 23:09:31 +02:00
parent f7d9e19d6b
commit 14e873190a
4 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ if [[ -x "$SCRIPT_DIR/sync_dev_hosts.sh" ]]; then
fi
echo "Development stack is running on http://localhost:4999"
echo "Provisioning creates self-signed certs per subdomain when needed."
echo "Provisioning creates self-signed certs per subdomain when needed."
+13 -1
View File
@@ -2,9 +2,21 @@ import os
import requests
_var = "/home/max/Dokumente/repos/legendary-octo-garbanzo"
_var = "/opt/legendary-octo-garbanzo"
_cmd = "run-tenant-cmd.sh"
def add_dns(name: str) -> bool:
"""
Adds the subdomain to the DNS Routes
Input:
- name (Name of the subdomain) -> String
Output:
- bool (True if adding of the Subdomain is active)
"""
pass
def clear_special(var_:str) -> str:
"""
Clears the variable of any special carakters
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

+2 -2
View File
@@ -366,8 +366,8 @@
<nav class="site-nav">
<div class="site-shell site-nav-inner">
<a class="brand" href="{{ url_for('default') }}">
<img src="{{ url_for('static', filename='images/logo-1.jpeg') }}" alt="Invario Logo">
<span>Invario Schule</span>
<img src="{{ url_for('static', filename='images/Logo-clear.png') }}" alt="Invario Logo">
<span>Invario</span>
</a>
<div class="nav-links" aria-label="Main Navigation">
<a href="{{ url_for('dienstleistungen') }}">Leistungen für Schulen</a>