From 2b45b59c247e6e2db2e34307d8a4d1fd936d8d6b Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 7 May 2024 01:06:39 +0200 Subject: [PATCH] Updated readme, CT: Mysql:Updated repo key --- CT-Build/Debian.yaml | 2 +- Readme.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CT-Build/Debian.yaml b/CT-Build/Debian.yaml index 677fb06..15cf22c 100644 --- a/CT-Build/Debian.yaml +++ b/CT-Build/Debian.yaml @@ -1731,7 +1731,7 @@ actions: - trigger: post-unpack action: |- #!/bin/bash - curl --retry 7 --retry-delay 5 -s http://repo.mysql.com/RPM-GPG-KEY-mysql-2022 | gpg --dearmor > /usr/share/keyrings/mysql-archive-keyring.gpg + curl --retry 7 --retry-delay 5 -s http://repo.mysql.com/RPM-GPG-KEY-mysql-2023 | gpg --dearmor > /usr/share/keyrings/mysql-archive-keyring.gpg password=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 10 | head -n 1) mkdir -p /opt/Setup echo $password > /opt/Setup/TempMysqlPasswd diff --git a/Readme.md b/Readme.md index 32fe70f..4dfb72d 100644 --- a/Readme.md +++ b/Readme.md @@ -35,7 +35,7 @@ This can be done on a privileged Debian CT (make sure to enable the Fuse, Nestin | duplicati | Debian | Duplicati backup software | | fileshelter | Debian | FileShelter file shareing software | | esphome | Debian | ESPHome software to manage wifi-MCUs| -| elkarbackupALP | Alpine | ElkarBackup rsyncsnapshot server | +| elkarbackupALP `(Deprecated, Requires PHP 7.4)`| Alpine | ElkarBackup rsyncsnapshot server | | gitea | Alpine | Gitea server | | nginx | Alpine | Nginx server for reverse-proxy use | | ddns | Alpine | DDNS client configured for OVH/OVH-Cloud | @@ -46,8 +46,8 @@ This can be done on a privileged Debian CT (make sure to enable the Fuse, Nestin | nodejs | Alpine | Basic nodejs install with pm2 | | nextcloud | Alpine | Nextcloud | | mqtt | Alpine | Mosquitto mqtt broker | -| hass | Alpine | HomeAssistant instance with HACS and mysql support | -| mailbackup | Alpine | Contains mail archive tools (MailBackup-sys) | +| hass `(Broken, Requires python 3.12)` | Alpine | HomeAssistant instance with HACS and mysql support | +| mailbackup `(Broken, Requires python 3.12)` | Alpine | Contains mail archive tools (MailBackup-sys) | | heimdall | Alpine | Heimdall, A application dashboard/launcher | | vouchproxy | Alpine | Vouch-proxy, A SSO solution for Nginx | | freshrss | Alpine | FreshRSS, a self-hosted RSS feed aggregator |