diff --git a/README.md b/README.md index bec39a5..8067855 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # PowerDNS-Admin A PowerDNS web interface with advanced features. -[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/ngoduykhanh/PowerDNS-Admin.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ngoduykhanh/PowerDNS-Admin/context:python) -[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/ngoduykhanh/PowerDNS-Admin.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ngoduykhanh/PowerDNS-Admin/context:javascript) +[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/PowerDNS-Admin/PowerDNS-Admin.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/PowerDNS-Admin/PowerDNS-Admin/context:python) +[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/PowerDNS-Admin/PowerDNS-Admin.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/PowerDNS-Admin/PowerDNS-Admin/context:javascript) #### Features: - Multiple domain management @@ -21,7 +21,7 @@ A PowerDNS web interface with advanced features. ## Running PowerDNS-Admin There are several ways to run PowerDNS-Admin. The easiest way is to use Docker. -If you are looking to install and run PowerDNS-Admin directly onto your system check out the [Wiki](https://github.com/ngoduykhanh/PowerDNS-Admin/wiki#installation-guides) for ways to do that. +If you are looking to install and run PowerDNS-Admin directly onto your system check out the [Wiki](https://github.com/PowerDNS-Admin/PowerDNS-Admin/wiki#installation-guides) for ways to do that. ### Docker This are two options to run PowerDNS-Admin using Docker. @@ -41,7 +41,7 @@ This creates a volume called `pda-data` to persist the SQLite database with the #### Option 2: Using docker-compose 1. Update the configuration Edit the `docker-compose.yml` file to update the database connection string in `SQLALCHEMY_DATABASE_URI`. - Other environment variables are mentioned in the [legal_envvars](https://github.com/ngoduykhanh/PowerDNS-Admin/blob/master/configs/docker_config.py#L5-L46). + Other environment variables are mentioned in the [legal_envvars](https://github.com/PowerDNS-Admin/PowerDNS-Admin/blob/master/configs/docker_config.py#L5-L46). To use the Docker secrets feature it is possible to append `_FILE` to the environment variables and point to a file with the values stored in it. Make sure to set the environment variable `SECRET_KEY` to a long random string (https://flask.palletsprojects.com/en/1.1.x/config/#SECRET_KEY) @@ -56,5 +56,5 @@ You can then access PowerDNS-Admin by pointing your browser to http://localhost: ![dashboard](https://user-images.githubusercontent.com/6447444/44068603-0d2d81f6-9fa5-11e8-83af-14e2ad79e370.png) ## LICENSE -MIT. See [LICENSE](https://github.com/ngoduykhanh/PowerDNS-Admin/blob/master/LICENSE) +MIT. See [LICENSE](https://github.com/PowerDNS-Admin/PowerDNS-Admin/blob/master/LICENSE) diff --git a/powerdnsadmin/templates/base.html b/powerdnsadmin/templates/base.html index 792b6fe..bb9be5b 100644 --- a/powerdnsadmin/templates/base.html +++ b/powerdnsadmin/templates/base.html @@ -194,7 +194,7 @@ diff --git a/powerdnsadmin/templates/emails/account_verification.html b/powerdnsadmin/templates/emails/account_verification.html index 74e02fd..000e80c 100644 --- a/powerdnsadmin/templates/emails/account_verification.html +++ b/powerdnsadmin/templates/emails/account_verification.html @@ -202,7 +202,7 @@ - Powered by PowerDNS-Admin. diff --git a/powerdnsadmin/templates/login.html b/powerdnsadmin/templates/login.html index 545f437..45afd7f 100644 --- a/powerdnsadmin/templates/login.html +++ b/powerdnsadmin/templates/login.html @@ -139,7 +139,7 @@ diff --git a/powerdnsadmin/templates/register.html b/powerdnsadmin/templates/register.html index aa98240..04cb1a8 100644 --- a/powerdnsadmin/templates/register.html +++ b/powerdnsadmin/templates/register.html @@ -85,7 +85,7 @@ diff --git a/powerdnsadmin/templates/register_otp.html b/powerdnsadmin/templates/register_otp.html index 68e7ab8..87ec027 100755 --- a/powerdnsadmin/templates/register_otp.html +++ b/powerdnsadmin/templates/register_otp.html @@ -76,7 +76,7 @@ diff --git a/powerdnsadmin/templates/resend_confirmation_email.html b/powerdnsadmin/templates/resend_confirmation_email.html index a2b7f4a..fd05197 100644 --- a/powerdnsadmin/templates/resend_confirmation_email.html +++ b/powerdnsadmin/templates/resend_confirmation_email.html @@ -62,7 +62,7 @@