[GH-ISSUE #13] Installation docs incomplete #4

Closed
opened 2026-02-28 01:20:30 +03:00 by kerem · 1 comment
Owner

Originally created by @jpmens on GitHub (Jan 23, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/13

Some directory needs to be writeable by the Web server: it is ../etc:

mkdir ../etc
chmod 777 ../etc
Originally created by @jpmens on GitHub (Jan 23, 2015). Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/13 Some directory needs to be writeable by the Web server: it is `../etc`: ``` mkdir ../etc chmod 777 ../etc ```
kerem closed this issue 2026-02-28 01:20:31 +03:00
Author
Owner

@jpmens commented on GitHub (Jan 23, 2015):

I'd like to recommend the following at the top of config.inc.sample:

$apiuser = '';          # The PowerDNS API username. Leave empty for authmethod='xapikey' (see below)
$apipass = '';          # The PowerDNS API-user password or the PowerDNS-API key (see below)

<!-- gh-comment-id:71198592 --> @jpmens commented on GitHub (Jan 23, 2015): I'd like to recommend the following at the top of `config.inc.sample`: ``` $apiuser = ''; # The PowerDNS API username. Leave empty for authmethod='xapikey' (see below) $apipass = ''; # The PowerDNS API-user password or the PowerDNS-API key (see below) ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsedit#4
No description provided.