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
+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