Busybox
Installation
sudo dnf -y install busybox
Simpler Webserver
Simpler Webserver, der wie der Python-Webserver Dateien aus einem Verzeichnis liefert, aber im Gegensatz zu diesem mit Basic Authentication.
Basic Auth konfigurieren:
HASH="$(busybox httpd -m 'yourpassword')"
echo "/:YOURUSER:$HASH" > httpd.conf
busybox httpd -f -p 8080 -c httpd.conf -h .
Built on 2026-03-09