From e0970541b4dad20593da4c296a561002689691e2 Mon Sep 17 00:00:00 2001 From: David Mc Ken Date: Thu, 8 Dec 2022 21:10:45 -0400 Subject: [PATCH] Update links to be more readable. --- docs/wiki/README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/wiki/README.md b/docs/wiki/README.md index 340b63a..9a7226d 100644 --- a/docs/wiki/README.md +++ b/docs/wiki/README.md @@ -1,15 +1,16 @@ # Welcome to the PowerDNS-Admin wiki! -## Database Setup guides +## Database Setup guides: - [MySQL or MariaDB](preparation/Prepare-MySQL-or-MariaDB-Database-for-PowerDNS-Admin.md) - [PostgreSQL](preparation/Using-PowerDNS-Admin-with-PostgreSQL.md) -## Installation guides -- [Installing PowerDNS-Admin on Ubuntu or Debian](install/Running-PowerDNS-Admin-on-Ubuntu-or-Debian.md) -- [Installing PowerDNS-Admin on Centos 7](install/Running-PowerDNS-Admin-on-Centos-7.md) -- [Installing PowerDNS-Admin on Fedora 23](install/Running-PowerDNS-Admin-on-Fedora-23.md) -- [Installing PowerDNS-Admin on Fedora 30](install/Running-PowerDNS-Admin-on-Fedora-30.md) -- [Installing PowerDNS-Admin on FreeBSD 12.1-RELEASE](install/Running-on-FreeBSD.md) +## Installation guides: +- [Install on Centos 7](install/Running-PowerDNS-Admin-on-Centos-7.md) +- [Install on Docker](install/Running-PowerDNS-Admin-on-Docker.md) +- [Install on Fedora 23](install/Running-PowerDNS-Admin-on-Fedora-23.md) +- [Install on Fedora 30](install/Running-PowerDNS-Admin-on-Fedora-30.md) +- [Install on FreeBSD 12.1-RELEASE](install/Running-on-FreeBSD.md) +- [Install on Ubuntu or Debian](install/Running-PowerDNS-Admin-on-Ubuntu-or-Debian.md) ### Post install Setup: - [Environment Variables](configuration/Environment-variables.md) @@ -17,7 +18,7 @@ - SystemD: - [Running PowerDNS-Admin as a service using Systemd](install/Running-PowerDNS-Admin-as-a-service-(Systemd).md) -## Web Server configuration +### Web Server configuration: - [Supervisord](web-server/Supervisord-example.md) - [Systemd](web-server/Systemd-example.md) - [Systemd + Gunicorn + Nginx](web-server/Running-PowerDNS-Admin-with-Systemd-Gunicorn-and-Nginx.md) @@ -25,5 +26,10 @@ - [uWSGI](web-server/uWSGI-example.md) - [WSGI-Apache](web-server/WSGI-Apache-example.md) +## Using PowerDNS-Admin: +- Setting up a domain +- Adding a record +- + ## Feature usage - [DynDNS2](features/DynDNS2.md) \ No newline at end of file