feat: Update logo and enhance DNS management functionality
This commit is contained in:
@@ -34,4 +34,4 @@ if [[ -x "$SCRIPT_DIR/sync_dev_hosts.sh" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Development stack is running on http://localhost:4999"
|
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."
|
||||||
@@ -2,9 +2,21 @@ import os
|
|||||||
import requests
|
import requests
|
||||||
|
|
||||||
|
|
||||||
_var = "/home/max/Dokumente/repos/legendary-octo-garbanzo"
|
_var = "/opt/legendary-octo-garbanzo"
|
||||||
_cmd = "run-tenant-cmd.sh"
|
_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:
|
def clear_special(var_:str) -> str:
|
||||||
"""
|
"""
|
||||||
Clears the variable of any special carakters
|
Clears the variable of any special carakters
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@@ -366,8 +366,8 @@
|
|||||||
<nav class="site-nav">
|
<nav class="site-nav">
|
||||||
<div class="site-shell site-nav-inner">
|
<div class="site-shell site-nav-inner">
|
||||||
<a class="brand" href="{{ url_for('default') }}">
|
<a class="brand" href="{{ url_for('default') }}">
|
||||||
<img src="{{ url_for('static', filename='images/logo-1.jpeg') }}" alt="Invario Logo">
|
<img src="{{ url_for('static', filename='images/Logo-clear.png') }}" alt="Invario Logo">
|
||||||
<span>Invario Schule</span>
|
<span>Invario</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="nav-links" aria-label="Main Navigation">
|
<div class="nav-links" aria-label="Main Navigation">
|
||||||
<a href="{{ url_for('dienstleistungen') }}">Leistungen für Schulen</a>
|
<a href="{{ url_for('dienstleistungen') }}">Leistungen für Schulen</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user