]> git.hoellein.online Git - vserver/commitdiff
daily autocommit
authormhoellein <mario@hoellein.online>
Sat, 9 Nov 2024 00:18:57 +0000 (01:18 +0100)
committermhoellein <mario@hoellein.online>
Sat, 9 Nov 2024 00:18:57 +0000 (01:18 +0100)
.etckeeper
apt/sources.list.d/focal-icinga.list.distUpgrade
myssl/dh2048.pem
webmin/authentic-theme/manifest-webmin.json [new file with mode: 0644]

index 1ebd623805abda8914639708a5df9a3fe586a564..e7857a44acd05044fcf8749105694c42b383519d 100755 (executable)
@@ -21355,6 +21355,7 @@ maybe chmod 0711 'webmin/at'
 maybe chgrp 'bin' 'webmin/at/config'
 maybe chmod 0600 'webmin/at/config'
 maybe chmod 0755 'webmin/authentic-theme'
+maybe chmod 0644 'webmin/authentic-theme/manifest-webmin.json'
 maybe chmod 0644 'webmin/authentic-theme/settings-root'
 maybe chgrp 'bin' 'webmin/backup-config'
 maybe chmod 0711 'webmin/backup-config'
index 0132c461dbf8a7b46f9825b7a44173524240b447..199e67fb45b7257f8de87d82fa69737f2603db6c 100644 (file)
@@ -1,2 +1,2 @@
-deb [signed-by=/usr/share/keyrings/icinga-archive-keyring.gpg] http://packages.icinga.com/ubuntu icinga-focal main
-deb-src [signed-by=/usr/share/keyrings/icinga-archive-keyring.gpg] http://packages.icinga.com/ubuntu icinga-focal main
+deb [signed-by=/etc/apt/keyrings/icinga.gpg] https://packages.icinga.com/ubuntu icinga-focal main
+deb-src [signed-by=/etc/apt/keyrings/icinga.gpg] https://packages.icinga.com/ubuntu icinga-focal main
index dd737eac2f49b66a59eecdbd127ba37b56ab759f..9e82e4c5c3b69e133b5d913ba3fd6b26bacf8ff2 100644 (file)
@@ -1,8 +1,8 @@
 -----BEGIN DH PARAMETERS-----
-MIIBCAKCAQEAkGKgApXB9P6UXK5xL03e8ZZhZrjfBT+U22Cy55cCsfR3RHphPmRh
-a2j/cApqxX87xl5zy43D14i6OQtZDRfqSe+U88iR/FINgIx9l3nCbUr4QMVikahC
-rHni9p37Q+fKdr91AzLw8A+6Bb5EW6QWKkkQQ6EQVSURywNgGdFx5Lp2fh3YgEog
-jOzVxSi6Vf3l70UKG9pHKEMuDfx7XXp1iqQswF+mLb4kZ/LpZW5AQQaXrvZKu4C4
-JvQ2RssHitSI248pplcAqKZnwlKo7CfS+r0G/BeIcx5wHaLgyxSUwU9hp0NJ5mDi
-zSmaM9WwVFCcsPUmcwl7l4QSw1pIUNuXewIBAg==
+MIIBCAKCAQEAoWAkgiw0OP+v8hI74V7lNi1G2+til/aGrDgquWoTu3jHCGS2pssT
+apzCypHOAZ6VxUsJD24TCu0gviIZFXXF8Jgem9nimow7D23RU12HSkYBpinkMJV4
+Dfh2k8/QOp+MQPgc/vslDnCMJn/BIRyVzKETSE6UAs7ISKiXXZFZr5bsS6HdrnfE
+g30v24HBNQwzTbTVmGzjiGKaG8+kKg4ePxQwr7a8xqAtPg2s9gGHU5Sjb3MYv53B
+YrWtMz9pGSVge7HpWWDBrS6nY5ou3908syj0qNdolRlRT5s8Wb2dLwfQGqau337q
+DiEVxxVs/UjzHIC8xTFa7sAa5B+aep8nAwIBAg==
 -----END DH PARAMETERS-----
diff --git a/webmin/authentic-theme/manifest-webmin.json b/webmin/authentic-theme/manifest-webmin.json
new file mode 100644 (file)
index 0000000..838774d
--- /dev/null
@@ -0,0 +1,36 @@
+{
+    "name": "Webmin on mail",
+    "short_name": "Webmin",
+    "description": "Powerful and flexible web-based server management control panel",
+    "start_url": "./",
+    "scope": ".",
+    "icons": [
+    {
+        "src": "images/favicons/webmin/android-chrome-192x192.png",
+        "sizes": "192x192",
+        "type": "image/png",
+        "purpose": "any"
+    },
+    {
+        "src": "images/favicons/webmin/android-chrome-maskable-192x192.png",
+        "sizes": "192x192",
+        "type": "image/png",
+        "purpose": "maskable"
+    },
+    {
+        "src": "images/favicons/webmin/android-chrome-512x512.png",
+        "sizes": "512x512",
+        "type": "image/png",
+        "purpose": "any"
+    },
+    {
+        "src": "images/favicons/webmin/android-chrome-maskable-512x512.png",
+        "sizes": "512x512",
+        "type": "image/png",
+        "purpose": "maskable"
+    }
+],
+    "theme_color": "#003670",
+    "background_color": "#ffffff",
+    "display": "standalone"
+}