Commit graph

78 commits

Author SHA1 Message Date
Peter Schiffer
540d21dab6
Delete pdns-admin-static directory
This directory contains legacy version of pdns admin frontend.
2021-10-05 23:01:23 +02:00
Peter Schiffer
0b210f27a2
Delete pdns-admin-uwsgi directory
This directory contains legacy version of pdns admin backend.
2021-10-05 23:00:49 +02:00
dependabot[bot]
8640fd15f0
Bump fedora from 33 to 34 in /pdns-admin-base-ngoduykhanh (#54)
Bumps fedora from 33 to 34.

---
updated-dependencies:
- dependency-name: fedora
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 22:39:53 +02:00
dependabot[bot]
5f4492e805
Bump alpine from 3.13 to 3.14.2 in /pdns (#57)
Bumps alpine from 3.13 to 3.14.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 22:28:59 +02:00
Peter Schiffer
d1b2fcc5f5
Update docker-image-pr.yml 2021-10-05 22:07:13 +02:00
dependabot[bot]
a1658526cd
Bump fedora from 33 to 34 in /pdns (#58)
Bumps fedora from 33 to 34.

---
updated-dependencies:
- dependency-name: fedora
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 21:48:24 +02:00
Peter Schiffer
a81952166b
Create docker-image-pr.yml 2021-10-05 21:38:51 +02:00
dependabot[bot]
a973bf5011
Bump alpine from 3.13 to 3.14.2 in /pdns-recursor (#55)
Bumps alpine from 3.13 to 3.14.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 21:16:39 +02:00
Peter Schiffer
6e80bab196
Update docker-image.yml 2021-10-05 21:07:19 +02:00
dependabot[bot]
a3a974413a
Bump fedora from 33 to 34 in /pdns-recursor (#56)
Bumps fedora from 33 to 34.

---
updated-dependencies:
- dependency-name: fedora
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 20:56:10 +02:00
Peter Schiffer
f26b692fed
Update docker-image.yml 2021-10-05 20:44:06 +02:00
Peter Schiffer
f705e042d4
Update docker-image.yml 2021-10-05 20:26:27 +02:00
Peter Schiffer
b1fda27a3c
Update docker-image.yml 2021-10-05 19:54:48 +02:00
Peter Schiffer
3c57cf8874
Create docker-image.yml 2021-10-05 19:53:01 +02:00
Peter Schiffer
6ddc04912e
Update dependabot.yml 2021-10-05 19:34:45 +02:00
Peter Schiffer
8d45c5c5b3
Create dependabot.yml 2021-10-05 19:30:06 +02:00
Peter Schiffer
23b89152ae
Add docker-compose 2021-01-22 18:13:04 +01:00
Peter Schiffer
7e7976be24
Update README 2021-01-22 14:49:49 +01:00
Peter Schiffer
26ad6bfbe2
Rebase images
Resolves #50
2021-01-22 14:22:50 +01:00
Peter Schiffer
f54f187870
Fix unbound variable error in pdns/docker-entrypoint.sh 2020-09-30 22:42:59 +02:00
Josh Jameson
d7da9bc8ca
Added support for sockets and empty passwords (#44)
* Add socket support (via PDNS_gmysql_socket)

* Update docker-entrypoint.sh

* Update docker-entrypoint.sh
2020-09-30 17:49:44 +02:00
Ian Clark
5e83d1be5f
adding option to skip db create (#39)
* adding option to skip db create

* adding default value of false to SKIP_DB_CREATE

Co-authored-by: Ian Clark <ian.clark@dreamhost.com>
2020-09-04 18:55:40 +02:00
Peter Schiffer
051123a773
Rebase to the latest base images 2020-08-25 00:22:06 +02:00
tafkam
6fe7093c7b
Supermaster support, multiple slaves on the same mysql server (#32)
* better supermaster handling, support for multiple slaves on the same db server

* minor style fix

* requested changes

* replaced cut with awk

* manifests

* newlines

* clarification for axfr
2020-03-29 19:01:11 +02:00
Peter Schiffer
46f61c4799
Rename images in ansible playbook to match docker hub 2020-01-08 01:09:01 +01:00
Peter Schiffer
c8f3785b1d
Update pdns admin to match the latest upstream 2020-01-08 01:07:16 +01:00
Peter Schiffer
7feaa6bb42
Update the ansible-playbook.yml, add pdns-recursor containers
ansible-playbook.yml now requires ansible 2.8+ to run.
2020-01-03 18:02:39 +01:00
Peter Schiffer
fafae795e4
Rework admin uwsgi image to run in single app mode
Before, the uwsgi was running in Emperor mode, supporting to run multiple
different apps. However, after the upgrade to Fedora 31, Emperor mode started
to take very long time to start, causing other issues. Since we are running
only one app anyway - this commit simplifies the uwsgi config by switching the
run mode only to single app.
2020-01-03 17:54:33 +01:00
Peter Schiffer
d4c9a2fce5
Update alpine images to 3.11
This also updates the pdns to version 4.2
2020-01-03 17:53:35 +01:00
Peter Schiffer
2ca17d9d18
Update images to Fedora 31
This also updates the pdns to version 4.2
2020-01-03 17:52:23 +01:00
Peter Schiffer
9924b78305
Update phpmyadmin in ansible playbook 2020-01-01 16:37:47 +01:00
Peter Schiffer
9e19de0a24
Remove deprecated instruction MAINTAINER 2020-01-01 16:23:53 +01:00
Peter Schiffer
c7510e5a2e
Update mariadb and phpmyadmin in ansible playbook 2019-09-29 00:16:32 +02:00
Elias Ojala
1bca547770 Fix supermaster (#26) 2019-09-28 23:25:03 +02:00
Stefano Marinelli
5cff672659 Updated to Alpine 3.10 (#24) 2019-07-12 21:09:45 +02:00
Stefano Marinelli
4212944560 Update Dockerfile.alpine (#23) 2019-07-12 21:08:41 +02:00
Peter Schiffer
c8cd3fa95d
Expose port 80 in static container Dockerfile 2019-05-26 01:54:21 +02:00
Peter Schiffer
44b7e46861
Update base images 2019-05-25 22:59:12 +02:00
Stefano Marinelli
ca2340360c Updated Alpine version to 3.9 (#21) 2019-03-13 12:58:23 +01:00
Peter Schiffer
a5f38cc6d5
Migrate docker-cmd.sh to entrypoint 2018-11-22 19:45:43 +01:00
Peter Schiffer
338d106d67
Add MYSQL_ENV_MYSQL_HOST and MYSQL_ENV_MYSQL_PORT variables 2018-11-22 19:06:34 +01:00
Peter Schiffer
d8214ebc7d
Add PDNS_ENV_PDNS_webserver_host variable, default stays the same - pdns 2018-11-22 19:01:52 +01:00
Peter Schiffer
683e983cf1
Update doc 2018-11-21 02:04:39 +01:00
Peter Schiffer
8469c51c7d
Add ngoduykhanh version pdns admin 2018-11-21 01:31:02 +01:00
Peter Schiffer
52a425c3a5
Add base image for ngoduykhanh version of pdns admin 2018-11-21 00:01:51 +01:00
Peter Schiffer
fb43c06bf1
Rename 0x97 pdns admin back, for backwards compatibility 2018-11-20 00:29:25 +01:00
Peter Schiffer
93e367b668
Move 0x97 pdsnadmin to separate folders
The docker image names will stay with the same tag. Delete alpine version of
pdns-admin-uwsgi as it was broken.
2018-11-20 00:18:29 +01:00
Peter Schiffer
74b4fe7395
Update pdns-admin images 2018-11-07 22:27:04 +01:00
Peter Schiffer
bb15b6cb05
Delete deprecated all-in-one pdns-admin image 2018-11-07 00:55:44 +01:00
Peter Schiffer
a6b9b2ed3a
Update ansible playbook to match latest pdns image 2018-11-07 00:50:59 +01:00