diff --git a/search/search_index.json b/search/search_index.json
index f811b6f..ccb9433 100644
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Poweradmin Documentation Welcome to the official documentation for Poweradmin, a web-based administration tool for PowerDNS. Overview Poweradmin is a friendly web interface for managing PowerDNS. It allows you to manage DNS zones and records with ease. Features User Management : Manage users and roles with different permissions. DNS Management : Create, update, and delete DNS zones and records. Templates : Use templates for bulk operations. Dynamic DNS : Configure and manage dynamic DNS settings. Security : Implement best practices for securing your DNS infrastructure. Logging and Monitoring : Configure logging and monitor your DNS setup. API : Access and manage your DNS data programmatically using the Poweradmin API. Getting Started To get started with Poweradmin, follow these steps: Installation : Refer to the Installation Guide for detailed instructions on how to install Poweradmin. Configuration : Check the Configuration Guide to set up your Poweradmin instance. User Guide : Learn how to use Poweradmin with the User Guide . Community and Support Join our community for support and discussions: GitHub Repository Issue Tracker Discussions Contributing We welcome contributions! Please see the Contributing Guide for more information on how to contribute to the project. License Poweradmin is licensed under the GPL-3.0 License . Thank you for using Poweradmin!","title":"Home"},{"location":"#poweradmin-documentation","text":"Welcome to the official documentation for Poweradmin, a web-based administration tool for PowerDNS.","title":"Poweradmin Documentation"},{"location":"#overview","text":"Poweradmin is a friendly web interface for managing PowerDNS. It allows you to manage DNS zones and records with ease.","title":"Overview"},{"location":"#features","text":"User Management : Manage users and roles with different permissions. DNS Management : Create, update, and delete DNS zones and records. Templates : Use templates for bulk operations. Dynamic DNS : Configure and manage dynamic DNS settings. Security : Implement best practices for securing your DNS infrastructure. Logging and Monitoring : Configure logging and monitor your DNS setup. API : Access and manage your DNS data programmatically using the Poweradmin API.","title":"Features"},{"location":"#getting-started","text":"To get started with Poweradmin, follow these steps: Installation : Refer to the Installation Guide for detailed instructions on how to install Poweradmin. Configuration : Check the Configuration Guide to set up your Poweradmin instance. User Guide : Learn how to use Poweradmin with the User Guide .","title":"Getting Started"},{"location":"#community-and-support","text":"Join our community for support and discussions: GitHub Repository Issue Tracker Discussions","title":"Community and Support"},{"location":"#contributing","text":"We welcome contributions! Please see the Contributing Guide for more information on how to contribute to the project.","title":"Contributing"},{"location":"#license","text":"Poweradmin is licensed under the GPL-3.0 License . Thank you for using Poweradmin!","title":"License"},{"location":"about/","text":"","title":"About"},{"location":"getting-started/docker-demo/","text":"Docker Demo The easiest way to evaluate Poweradmin without actually connecting to PowerDNS is to use a Docker image. Steps to Evaluate Poweradmin Using Docker Get the Source Download the release file or use git to clone the repository. Change to the Directory Navigate to the directory where the files are located. Build the Docker Image Run the following command to build the Docker image: sh docker build --no-cache -t poweradmin . Run the Docker Container Execute the following command to run the Docker container: sh docker run -d --name poweradmin -p 8080:80 poweradmin Access Poweradmin Open your browser and go to http://localhost:8080 . Login Use the following credentials to log in: Username : admin Password : testadmin Note : This installation uses SQLite to store all the data.","title":"Docker Demo"},{"location":"getting-started/docker-demo/#docker-demo","text":"The easiest way to evaluate Poweradmin without actually connecting to PowerDNS is to use a Docker image.","title":"Docker Demo"},{"location":"getting-started/docker-demo/#steps-to-evaluate-poweradmin-using-docker","text":"Get the Source Download the release file or use git to clone the repository. Change to the Directory Navigate to the directory where the files are located. Build the Docker Image Run the following command to build the Docker image: sh docker build --no-cache -t poweradmin . Run the Docker Container Execute the following command to run the Docker container: sh docker run -d --name poweradmin -p 8080:80 poweradmin Access Poweradmin Open your browser and go to http://localhost:8080 . Login Use the following credentials to log in: Username : admin Password : testadmin Note : This installation uses SQLite to store all the data.","title":"Steps to Evaluate Poweradmin Using Docker"},{"location":"getting-started/requirements/","text":"PowerAdmin System Requirements Overview PowerAdmin requires PHP 8.1 or higher to run. This document outlines the supported Linux and BSD distributions as well as those that are not supported due to PHP version constraints. For the best experience, ensure your system meets or exceeds the recommended requirements. Minimum Requirements PHP : 8.1 or higher Web Server : Apache or NGINX Operating System : Linux or BSD Note : Other web server software, such as Caddy, might also be supported. However, these are usually not tested by the maintainer and may only work with help from the community. Supported Distributions Distribution PHP Version Notes Debian 12.7 8.2 Ubuntu 22.04 8.1 Ubuntu 24.04 8.3 Fedora 40 8.3 Apache included by default Fedora 41 8.3 Apache included by default OpenSuse 15.6 8.2 BSD Operating Systems PowerAdmin is compatible with BSD operating systems that meet the PHP 8.1+ requirement. While not extensively tested, it should work as long as the environment is properly configured. Unsupported Distributions Distribution PHP Version Reason for Lack of Support Debian 11 7.4 PHP below minimum version Ubuntu 20.04 7.4 PHP below minimum version CentOS Stream release 9 8.0 PHP below minimum version Rocky 8.10 7.2 PHP below minimum version Rocky 9.4 8.0 PHP below minimum version Alma 8.10 7.2 PHP below minimum version Alma 9.4 8.0 PHP below minimum version Notes Distributions listed as unsupported can potentially be configured manually with a custom PHP build, but this is not officially supported. Upgrade paths are recommended for unsupported distributions to maintain security and compatibility.","title":"System Requirements"},{"location":"getting-started/requirements/#poweradmin-system-requirements","text":"","title":"PowerAdmin System Requirements"},{"location":"getting-started/requirements/#overview","text":"PowerAdmin requires PHP 8.1 or higher to run. This document outlines the supported Linux and BSD distributions as well as those that are not supported due to PHP version constraints. For the best experience, ensure your system meets or exceeds the recommended requirements.","title":"Overview"},{"location":"getting-started/requirements/#minimum-requirements","text":"PHP : 8.1 or higher Web Server : Apache or NGINX Operating System : Linux or BSD Note : Other web server software, such as Caddy, might also be supported. However, these are usually not tested by the maintainer and may only work with help from the community.","title":"Minimum Requirements"},{"location":"getting-started/requirements/#supported-distributions","text":"Distribution PHP Version Notes Debian 12.7 8.2 Ubuntu 22.04 8.1 Ubuntu 24.04 8.3 Fedora 40 8.3 Apache included by default Fedora 41 8.3 Apache included by default OpenSuse 15.6 8.2","title":"Supported Distributions"},{"location":"getting-started/requirements/#bsd-operating-systems","text":"PowerAdmin is compatible with BSD operating systems that meet the PHP 8.1+ requirement. While not extensively tested, it should work as long as the environment is properly configured.","title":"BSD Operating Systems"},{"location":"getting-started/requirements/#unsupported-distributions","text":"Distribution PHP Version Reason for Lack of Support Debian 11 7.4 PHP below minimum version Ubuntu 20.04 7.4 PHP below minimum version CentOS Stream release 9 8.0 PHP below minimum version Rocky 8.10 7.2 PHP below minimum version Rocky 9.4 8.0 PHP below minimum version Alma 8.10 7.2 PHP below minimum version Alma 9.4 8.0 PHP below minimum version","title":"Unsupported Distributions"},{"location":"getting-started/requirements/#notes","text":"Distributions listed as unsupported can potentially be configured manually with a custom PHP build, but this is not officially supported. Upgrade paths are recommended for unsupported distributions to maintain security and compatibility.","title":"Notes"}]}
\ No newline at end of file
+{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Poweradmin Documentation Welcome to the official documentation for Poweradmin, a web-based administration tool for PowerDNS. Overview Poweradmin is a friendly web interface for managing PowerDNS. It allows you to manage DNS zones and records with ease. Features User Management : Manage users and roles with different permissions. DNS Management : Create, update, and delete DNS zones and records. Templates : Use templates for bulk operations. Dynamic DNS : Configure and manage dynamic DNS settings. Security : Implement best practices for securing your DNS infrastructure. Logging and Monitoring : Configure logging and monitor your DNS setup. API : Access and manage your DNS data programmatically using the Poweradmin API. Getting Started To get started with Poweradmin, follow these steps: Installation : Refer to the Installation Guide for detailed instructions on how to install Poweradmin. Configuration : Check the Configuration Guide to set up your Poweradmin instance. User Guide : Learn how to use Poweradmin with the User Guide . Community and Support Join our community for support and discussions: GitHub Repository Issue Tracker Discussions Contributing We welcome contributions! Please see the Contributing Guide for more information on how to contribute to the project. License Poweradmin is licensed under the GPL-3.0 License . Thank you for using Poweradmin!","title":"Home"},{"location":"#poweradmin-documentation","text":"Welcome to the official documentation for Poweradmin, a web-based administration tool for PowerDNS.","title":"Poweradmin Documentation"},{"location":"#overview","text":"Poweradmin is a friendly web interface for managing PowerDNS. It allows you to manage DNS zones and records with ease.","title":"Overview"},{"location":"#features","text":"User Management : Manage users and roles with different permissions. DNS Management : Create, update, and delete DNS zones and records. Templates : Use templates for bulk operations. Dynamic DNS : Configure and manage dynamic DNS settings. Security : Implement best practices for securing your DNS infrastructure. Logging and Monitoring : Configure logging and monitor your DNS setup. API : Access and manage your DNS data programmatically using the Poweradmin API.","title":"Features"},{"location":"#getting-started","text":"To get started with Poweradmin, follow these steps: Installation : Refer to the Installation Guide for detailed instructions on how to install Poweradmin. Configuration : Check the Configuration Guide to set up your Poweradmin instance. User Guide : Learn how to use Poweradmin with the User Guide .","title":"Getting Started"},{"location":"#community-and-support","text":"Join our community for support and discussions: GitHub Repository Issue Tracker Discussions","title":"Community and Support"},{"location":"#contributing","text":"We welcome contributions! Please see the Contributing Guide for more information on how to contribute to the project.","title":"Contributing"},{"location":"#license","text":"Poweradmin is licensed under the GPL-3.0 License . Thank you for using Poweradmin!","title":"License"},{"location":"about/","text":"","title":"About"},{"location":"getting-started/requirements/","text":"PowerAdmin System Requirements Overview PowerAdmin requires PHP 8.1 or higher to run. This document outlines the supported Linux and BSD distributions as well as those that are not supported due to PHP version constraints. For the best experience, ensure your system meets or exceeds the recommended requirements. Minimum Requirements PHP : 8.1 or higher Web Server : Apache or NGINX Operating System : Linux or BSD Note : Other web server software, such as Caddy, might also be supported. However, these are usually not tested by the maintainer and may only work with help from the community. Supported Distributions Distribution PHP Version Notes Debian 12.7 8.2 Ubuntu 22.04 8.1 Ubuntu 24.04 8.3 Fedora 40 8.3 Apache included by default Fedora 41 8.3 Apache included by default OpenSuse 15.6 8.2 BSD Operating Systems PowerAdmin is compatible with BSD operating systems that meet the PHP 8.1+ requirement. While not extensively tested, it should work as long as the environment is properly configured. Unsupported Distributions Distribution PHP Version Reason for Lack of Support Debian 11 7.4 PHP below minimum version Ubuntu 20.04 7.4 PHP below minimum version CentOS Stream release 9 8.0 PHP below minimum version Rocky 8.10 7.2 PHP below minimum version Rocky 9.4 8.0 PHP below minimum version Alma 8.10 7.2 PHP below minimum version Alma 9.4 8.0 PHP below minimum version Notes Distributions listed as unsupported can potentially be configured manually with a custom PHP build, but this is not officially supported. Upgrade paths are recommended for unsupported distributions to maintain security and compatibility.","title":"System Requirements"},{"location":"getting-started/requirements/#poweradmin-system-requirements","text":"","title":"PowerAdmin System Requirements"},{"location":"getting-started/requirements/#overview","text":"PowerAdmin requires PHP 8.1 or higher to run. This document outlines the supported Linux and BSD distributions as well as those that are not supported due to PHP version constraints. For the best experience, ensure your system meets or exceeds the recommended requirements.","title":"Overview"},{"location":"getting-started/requirements/#minimum-requirements","text":"PHP : 8.1 or higher Web Server : Apache or NGINX Operating System : Linux or BSD Note : Other web server software, such as Caddy, might also be supported. However, these are usually not tested by the maintainer and may only work with help from the community.","title":"Minimum Requirements"},{"location":"getting-started/requirements/#supported-distributions","text":"Distribution PHP Version Notes Debian 12.7 8.2 Ubuntu 22.04 8.1 Ubuntu 24.04 8.3 Fedora 40 8.3 Apache included by default Fedora 41 8.3 Apache included by default OpenSuse 15.6 8.2","title":"Supported Distributions"},{"location":"getting-started/requirements/#bsd-operating-systems","text":"PowerAdmin is compatible with BSD operating systems that meet the PHP 8.1+ requirement. While not extensively tested, it should work as long as the environment is properly configured.","title":"BSD Operating Systems"},{"location":"getting-started/requirements/#unsupported-distributions","text":"Distribution PHP Version Reason for Lack of Support Debian 11 7.4 PHP below minimum version Ubuntu 20.04 7.4 PHP below minimum version CentOS Stream release 9 8.0 PHP below minimum version Rocky 8.10 7.2 PHP below minimum version Rocky 9.4 8.0 PHP below minimum version Alma 8.10 7.2 PHP below minimum version Alma 9.4 8.0 PHP below minimum version","title":"Unsupported Distributions"},{"location":"getting-started/requirements/#notes","text":"Distributions listed as unsupported can potentially be configured manually with a custom PHP build, but this is not officially supported. Upgrade paths are recommended for unsupported distributions to maintain security and compatibility.","title":"Notes"}]}
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 43d38ff..6fedf70 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,18 +2,14 @@
https://docs.poweradmin.org/
- 2024-12-28
+ 2024-12-13https://docs.poweradmin.org/about/
- 2024-12-28
-
-
- https://docs.poweradmin.org/getting-started/docker-demo/
- 2024-12-28
+ 2024-12-13https://docs.poweradmin.org/getting-started/requirements/
- 2024-12-28
+ 2024-12-13
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 65107e9..cfbfe49 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ