diff --git a/app.py b/app.py index 6a5dee4..9d2d472 100755 --- a/app.py +++ b/app.py @@ -1,9 +1,5 @@ #!/usr/bin/env python3 from flask import Flask, render_template, redirect, url_for -import os - -services = ("httpd", "nsd", "pf", "ntp") - app = Flask(__name__) navigation = {"Imprint":"imprint"} @app.route("/imprint") diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4319354 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +flask +waitress diff --git a/css/pico.css b/static/css/pico.css similarity index 100% rename from css/pico.css rename to static/css/pico.css diff --git a/css/pico.min.css b/static/css/pico.min.css similarity index 100% rename from css/pico.min.css rename to static/css/pico.min.css diff --git a/css/pico.sand.css b/static/css/pico.sand.css similarity index 100% rename from css/pico.sand.css rename to static/css/pico.sand.css diff --git a/css/pico.sand.min.css b/static/css/pico.sand.min.css similarity index 100% rename from css/pico.sand.min.css rename to static/css/pico.sand.min.css diff --git a/templates/about.html b/templates/about.html index 306eaec..a091054 100644 --- a/templates/about.html +++ b/templates/about.html @@ -4,18 +4,19 @@ {{ super() }} {% endblock %} {% block content %} -
Profession: Linux Systems Engineer
-Name: Adrian Erik Hoemann
Experience: 3Y
-Languages: German, English
-Programming languages: Python, Bash, POSIX Shell
-Markup languages: HTML, MD
-Structure languages: JSON, XML, YAML, TOML
-Query languages: SQL
-Services managed: SSH, DNS, DHCP, PF, UFW, NF-Tables, +
Profession: Linux Systems Engineer
+Name: Adrian Erik Hoemann
Experience: 3Y
+Languages: German, English
+Programming languages: Python, Bash, POSIX Shell, Powershell
+Markup languages: HTML, MD
+Structure languages: JSON, XML, YAML, TOML
+Query languages: SQL(MariaDB, SQLite3)
+Services managed: SSH, DNS, DHCP, PF, UFW, NF-Tables, RDP(XRDP, Microsoft RDP), Webserver(Apache24, Nginx, OpenBSD-httpd, Caddy), SMB, NFS, FTP, WebDAV, Hypervisors(VMWare ESXi, libvirt(QEMU/KVM), QEMU, Hyper-V), Kubernetes, Containers(LXD, Docker, -Podman, Jails)
-Operating systems managed: Debian, Ubuntu, RangeeOS, FreeBSD, OPNSense, OpenBSD, NixOS
+Podman, Jails), Mail Transfer Agents(Postfix, Grommunio), Mail Clients(Outlook, Thunderbird, Grommunio Web), Git(Git, Gitlab, Forgejo) +Hardware managed: NAS', SAN's, Hypervisors, Firewalls, Thin Clients, SIP Appliances, MegaRAID, LSI, Cisco Switches
+Operating systems managed: Debian, Ubuntu, OpenSUSE, RangeeOS, FreeBSD, OPNSense, OpenBSD, NixOS, Windows(Pro/Server), Cisco IOS, ESXi 7, Proxmox VE, Proxmox MG
{% endblock %} diff --git a/templates/base.html b/templates/base.html index d4ca2fd..154267e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ - +