Control RPi GPIO throught standalone and offline WiFi (access point)

2023-10-03 10 Min. lesen Marco
TL;DR I created an access point on the RPi and forwarded all traffic to the local web server. The redirect is done by providing a custom DNS which redirects all traffic to itself. On the website you can control the servo connected to the GPIO pins via python. Background Currently I have a servo connected to my RPi which should be controlled via smartphone. For sure the easiest way is just connect the Raspberry Pi with your home network and connect via IP address given from your DHCP to the RPi. Weiterlesen

Setup k3s with LetsEncrypt and Traefik dashboard exposed

2022-02-16 5 Min. lesen Marco
About This article describes how to expose a Kubernetes instance running with k3s with TLS certificates from Let’s Encrypt. The K3s installation will install a Traefik ingress on its default configuration. But it will not have a certificate resolver present and uses the Traefik default certificate. Versions K3s: v1.22.6+k3s1 (3228d9cb) K8s-Client: 1.23.3 K8s-Server: 1.22.6+k3s1 Traefik: 2.6.1 Traefik Helmchart: 10.9.100 Installation k3s The installation of k3s is quite simple. We are following the installation guide of k3s documentation on rancher. Weiterlesen

Welcome back

2019-07-16 1 Min. lesen Marco
Nachdem die Website it-archiv.net in letzter Zeit nicht mehr aktiv genutzt wurde um Beiträge zu veröffentlichen, wird mit diesem Blog diese Idee fortgesetzt. Gesetzt wird wie auch schon zuvor auf Themen rund um die IT mit der Absicht eine hohe Qualität abzuliefern. In der Kombination mit Videos (YouTube) sollen die Beiträge interaktiv gestaltet werden. Fehler sind menschlich und sollten hier einfach behoben werden können. Aus diesem Grund wird die Homepage mit Hugo realisiert und auf github. Weiterlesen