Skip to content

Releases: kraeml/DOITPi

Release v0.4.15

15 Oct 07:05
Compare
Choose a tag to compare

VERSION=0.4.15

  • Raspberry OS 2024-07-04
  • Ubuntu 24.04.1
    VERSION=0.4.14
  • Ubunut 24.04
  • Raspberry OS 2024-03-15
  • Prometheus 2.45.5 LTS
  • Grafana 10.4.3

VERSION=0.4.13

  • Prometheus 2.50.1
  • Grafana 10.4.0
  • firstboot Skript ruft ansible-playbook auf

VERSION=0.4.12.1

  • Mit xz wegen Image Größe
  • neue Raspain Version

VERSION=0.4.11

  • neue softprops/action-gh-release eingefügt
  • Build ohne xz Kompremierung
  • IOTstack mit volumes Verzeichnis

VERSION=0.4.10

  • IoTstack im Benutzerverzeichnis
  • Direnv für borgbackup und doitpi-test
  • Direnv für Baseuser

VERSION=0.4.9

  • Pyenv für Standarduser
  • Testinfra tests über doitpi-test

VERSION=0.4.8

  • mybase mit ansible
  • Codeserver automatisch auf neuster Version

VERSION=0.4.7

  • Grafana für armhf und arm64 unterschiedlich, hotfix build ging nicht

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0

Release v0.4.14

06 Jun 13:28
Compare
Choose a tag to compare

VERSION=0.4.14

  • Ubunut 24.04
  • Raspberry OS 2024-03-15
  • Prometheus 2.45.5 LTS
  • Grafana 10.4.3

VERSION=0.4.13

  • Prometheus 2.50.1
  • Grafana 10.4.0
  • firstboot Skript ruft ansible-playbook auf

VERSION=0.4.12.1

  • Mit xz wegen Image Größe
  • neue Raspain Version

VERSION=0.4.11

  • neue softprops/action-gh-release eingefügt
  • Build ohne xz Kompremierung
  • IOTstack mit volumes Verzeichnis

VERSION=0.4.10

  • IoTstack im Benutzerverzeichnis
  • Direnv für borgbackup und doitpi-test
  • Direnv für Baseuser

VERSION=0.4.9

  • Pyenv für Standarduser
  • Testinfra tests über doitpi-test

VERSION=0.4.8

  • mybase mit ansible
  • Codeserver automatisch auf neuster Version

VERSION=0.4.7

  • Grafana für armhf und arm64 unterschiedlich, hotfix build ging nicht

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0

Release v0.4.13

17 Mar 09:48
Compare
Choose a tag to compare

VERSION=0.4.13

  • Prometheus 2.50.1
  • Grafana 10.4.0
  • firstboot Skript ruft ansible-playbook auf

VERSION=0.4.12.1

  • Mit xz wegen Image Größe
  • neue Raspain Version

VERSION=0.4.11

  • neue softprops/action-gh-release eingefügt
  • Build ohne xz Kompremierung
  • IOTstack mit volumes Verzeichnis

VERSION=0.4.10

  • IoTstack im Benutzerverzeichnis
  • Direnv für borgbackup und doitpi-test
  • Direnv für Baseuser

VERSION=0.4.9

  • Pyenv für Standarduser
  • Testinfra tests über doitpi-test

VERSION=0.4.8

  • mybase mit ansible
  • Codeserver automatisch auf neuster Version

VERSION=0.4.7

  • Grafana für armhf und arm64 unterschiedlich, hotfix build ging nicht

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0

Release v0.4.12.1

16 Mar 19:57
Compare
Choose a tag to compare

VERSION=0.4.12.1

  • Mit xz wegen Image Größe
  • neue Raspain Version

VERSION=0.4.11

  • neue softprops/action-gh-release eingefügt
  • Build ohne xz Kompremierung
  • IOTstack mit volumes Verzeichnis

VERSION=0.4.10

  • IoTstack im Benutzerverzeichnis
  • Direnv für borgbackup und doitpi-test
  • Direnv für Baseuser

VERSION=0.4.9

  • Pyenv für Standarduser
  • Testinfra tests über doitpi-test

VERSION=0.4.8

  • mybase mit ansible
  • Codeserver automatisch auf neuster Version

VERSION=0.4.7

  • Grafana für armhf und arm64 unterschiedlich, hotfix build ging nicht

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0

Release v0.4.11

13 Mar 13:43
Compare
Choose a tag to compare

VERSION=0.4.11

  • neue softprops/action-gh-release eingefügt
  • Build ohne xz Kompremierung
  • IOTstack mit volumes Verzeichnis

VERSION=0.4.10

  • IoTstack im Benutzerverzeichnis
  • Direnv für borgbackup und doitpi-test
  • Direnv für Baseuser

VERSION=0.4.9

  • Pyenv für Standarduser
  • Testinfra tests über doitpi-test

VERSION=0.4.8

  • mybase mit ansible
  • Codeserver automatisch auf neuster Version

VERSION=0.4.7

  • Grafana für armhf und arm64 unterschiedlich, hotfix build ging nicht

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0

Release v0.4.10

11 Mar 23:45
Compare
Choose a tag to compare

VERSION=0.4.10

  • IoTstack im Benutzerverzeichnis
  • Direnv für borgbackup und doitpi-test
  • Direnv für Baseuser

VERSION=0.4.9

  • Pyenv für Standarduser
  • Testinfra tests über doitpi-test

VERSION=0.4.8

  • mybase mit ansible
  • Codeserver automatisch auf neuster Version

VERSION=0.4.7

  • Grafana für armhf und arm64 unterschiedlich, hotfix build ging nicht

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0

Release v0.4.9

05 Mar 16:09
Compare
Choose a tag to compare

VERSION=0.4.9

  • Pyenv für Standarduser
  • Testinfra tests über doitpi-test

VERSION=0.4.8

  • mybase mit ansible
  • Codeserver automatisch auf neuster Version

VERSION=0.4.7

  • Grafana für armhf und arm64 unterschiedlich, hotfix build ging nicht

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0

Release v0.4.8

04 Mar 20:21
Compare
Choose a tag to compare

VERSION=0.4.8

  • mybase mit ansible
  • Codeserver automatisch auf neuster Version

VERSION=0.4.7

  • Grafana für armhf und arm64 unterschiedlich, hotfix build ging nicht

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0

Release v0.4.7

17 Oct 11:31
Compare
Choose a tag to compare

VERSION=0.4.7

  • Grafana für armhf und arm64 unterschiedlich, hotfix build ging nicht

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0

Release v0.4.6

17 Oct 00:43
Compare
Choose a tag to compare

Version=0.4.6-1

  • Grafana für arm64 10.1.5
  • Grafana für armhf 10.1.2

VERSION=0.4.6

  • Prometheus 2.47.1
  • Grafana 10.1.5
  • RaspianOs bookworm
  • Codeserver Version v4.17.1
  • autohotspot einrichten
    • Auto-Hotspot
      Dies ist ein Modul, das Ihre Himbeere zu einem WLAN-Hotspot macht, wenn sich das WLAN nicht mit einem Netzwerk verbindet. Wenn ein Ethernet-Kabel angeschlossen ist, leitet es die Verbindung weiter. Ursprünglich auf dieser Anleitung. Muss in einem disable-servicesModulblock.

VERSION=0.4.5

  • Coderserver Version v4.16.0
  • Ubuntu
  • Workflow mit Artifakten
  • Mit Release

VERSION=0.4.4

  • Ubuntu (Geht wegen docker nicht)
  • Prometheus
  • Grafana
   sudo apt update
   wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-arm64.tar.gz
   tar xfz prometheus-2.45.0.linux-arm64.tar.gz
   rm prometheus-2.45.0.linux-arm64.tar.gz 
   mv prometheus-2.45.0.linux-arm64/ prometheus

   sudo vi /etc/systemd/system/prometheus.service

   cat /etc/systemd/system/prometheus.service
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target

[Service]
User=michl
Restart=on-failure

#Change this line if Prometheus is somewhere different
ExecStart=/home/michl/prometheus/prometheus \
  --config.file=/home/michl/prometheus/prometheus.yml \
  --storage.tsdb.path=/home/michl/prometheus/data

[Install]
WantedBy=multi-user.target

   sudo systemctl daemon-reload 
   sudo systemctl start prometheus.service 
   sudo systemctl status prometheus.service
   sudo systemctl enable prometheus.service 
# ToDo Link von localhost:9090 nicht auf FQDN
   sudo vi /etc/hosts
   hostname -f
# ToDo End
   sudo apt-get install -y adduser libfontconfig1
   wget https://dl.grafana.com/enterprise/release/grafana-enterprise_10.0.3_arm64.deb
   sudo dpkg -i grafana-enterprise_10.0.3_arm64.deb
   sudo systemctl start grafana-server.service 
   sudo systemctl status grafana-server.service 
   sudo systemctl enable grafana-server.service
  • Umstrukturierung des Github-Workflows

VERSION=0.4.3

  • Build auf master

VERSION=0.4.2

  • Build workflow angepasst

VERSION=0.4.1

  • Mit armhf

VERSION=0.4.0

  • Neue Basis Images 2023-05-03 raspios und ubuntu22.0.4.2

VERSION=0.3.2-4

  • Ohne Base Distro respianos
  • Build mit raspios Verzeichnis
  • Ohne cockpit wegen ubuntu User
  • Ubuntu ohne pigpio
  • Build mit ubuntu arm64 copy
  • Build mit ubuntu im Imagenamen.
  • Neue Build API
  • Ubuntu Build komplett mit raspbianos
  • Rollback build assert v1

VERSION=0.2.11

  • Jupyter PW foowashere
  • codeserver in Version 4.9.1
  • raspianos (armhf) ohne Docker (Workaround da rust nicht aktuell für arm32)

VERSION=0.2.10

  • Thonny inatalliert und als regular View eingerichtet
  • codeserver in Version 4.9.0