jbe-dw
jbe-dw
Hello, All requests sent to api/v1/servers/localhost are forwarded to PowerDNS directly. You should check on PowerDNS API which format is required (and hence do your test directly on PowerDNS API...
Sure it's the same thing. It's not handled yet.
Hello, We need to improve documentation and especially release notes. There are patches that add functionalities and you need to trigger migrations when updating the codebase. Can you close the...
You have to be into the virtualenv where you installed the requirements if you use one.
Hello, Can you give us a feedback about this issue ? Is it fixed by running the db upgrade ? Thank you.
The message says it tries to load `powerdnsadmin.__init__` while the you used `export FLASK_APP=./powerdnsadmin/__init__.py`. Can you do `ls $FLASK_APP` to check if the var has the extension and the file...
The configuration path should be relative to the app or absolute. Can you try `export FLASK_CONF=../configs/production.py` or `export FLASK_CONF=/var/www/html/pdns/configs/production.py` ?
Hello, Please look at #866 Tell me if it doesn't help
Hello, Seems correct. I'll give a try shortly to validate your PR. Regards