Merge branch 'main' of github.com:BramSuurdje/ProxmoxVE

This commit is contained in:
Bram Suurd 2024-11-13 14:04:53 +01:00
commit 3f21155d53
2 changed files with 7 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"updateable": false,
"privileged": false,
"interface_port": "8080",
"documentation": null,
"documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/193",
"website": "https://www.keycloak.org/",
"logo": "https://www.keycloak.org/resources/images/logo.svg",
"description": "Keycloak is an open-source identity and access management solution that provides centralized authentication and authorization for modern applications and services. It enables organizations to secure their applications and services with a single sign-on (SSO) solution, reducing the need for users to remember multiple login credentials. Keycloak supports various authentication protocols, including SAML, OAuth, and OpenID Connect, and integrates with a wide range of applications and services. With Keycloak, administrators can manage user identities, define security policies, and monitor access to their applications and services. The software is designed to be scalable, flexible, and easy to use, making it a valuable tool for enhancing the security and usability of modern applications and services.",
@ -34,6 +34,10 @@
{
"text": "First start can take a few minutes",
"type": "warning"
},
{
"text": "This script requires some extra steps after the installation, Please checkout the 'documentation'",
"type": "info"
}
]
}

View File

@ -9,7 +9,7 @@
"updateable": false,
"privileged": false,
"interface_port": "3306",
"documentation": "https://github.com/tteck/Proxmox/discussions/2915",
"documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/192",
"website": "https://mariadb.org/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/mariadb.svg",
"description": "MariaDB is a fork of the popular MySQL database management system that is developed and maintained by the open-source community. It is also commercially supported, offering enterprise-level features and support for organizations that require them. MariaDB aims to maintain high compatibility with MySQL, ensuring a drop-in replacement capability.",