fix: another typo, and updated readme

This commit is contained in:
2025-05-11 01:54:13 +02:00
parent 8a0c9ae9b8
commit a372459298
2 changed files with 18 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ def setup():
public_facing_url = config['general']['public_facing_url']
if len(public_facing_url) >= 4 and public_facing_url[0:5].lower() == "https":
https_str = f"{c.OKNLUE}INFO: {c.ENDC} You're trying to run this web server on HTTPS, but currently it's not possible to do that!\n"
https_str = f"{c.OKBLUE}INFO: {c.ENDC} You're trying to run this web server on HTTPS, but currently it's not possible to do that!\n"
https_str += f" Please consider running this service behind a reverse proxy if you need HTTPS.\n"
print(https_str)
rewrite_sanity_check = public_facing_url.replace(f"{app_host}:{app_port}", "")