Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jos@opensuse.org>2017-04-05 11:21:51 +0300
committerGitHub <noreply@github.com>2017-04-05 11:21:51 +0300
commit80455a16eaf07d4c0f4adb1803d8b9da8116d312 (patch)
treeeaf31bb87612e01924b352a314781bf651db3083
parent1787ceda38de2f060522a98086b963a5a4d8bc68 (diff)
parent16d8f6755e326b0b70b58c3c929bda0d87affc60 (diff)
Merge pull request #56 from nextcloud/promote-issue-template-appv12.0.0beta4v12.0.0beta3v12.0.0beta2v12.0.0beta1v12.0.0RC3v12.0.0RC2v12.0.0RC1v12.0.0
Promote the issue template app
-rw-r--r--ISSUE_TEMPLATE.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index d4c55dd..74b95f3 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -17,6 +17,10 @@ Tell us what should happen
Tell us what happens instead
### Server configuration
+<!--
+You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
+-->
+
**Operating system**:
**Web server:**
@@ -45,17 +49,17 @@ sudo -u www-data php occ app:list
from within your ownCloud installation folder
```
-**The content of config/config.php:**
+**Nextcloud configuration:**
```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
-from within your ownCloud installation folder
+from within your Nextcloud installation folder
or
Insert your config.php content here
-(Without the database password, passwordsalt and secret)
+Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
```
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...