mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-17 14:12:27 +01:00
[deploy] Add support for bare metal installation and document the same
This commit is contained in:
@@ -7,7 +7,9 @@ from flask import Flask, escape, Markup, redirect, rende
|
||||
from dateutil import parser
|
||||
from flask_executor import Executor
|
||||
from werkzeug.middleware.proxy_fix import ProxyFix
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
# Global vars
|
||||
# Colors: https://materializecss.com/color.html
|
||||
COLOR = os.environ["COLOR"].replace('"', '').lower()
|
||||
|
||||
Reference in New Issue
Block a user