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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-11-18 06:30:24 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-18 17:00:40 +0300
commitede912f8db3503d2681d77cf452108e0c68232f9 (patch)
treefd4020373405af64db2f06da98c17d5101d7b3e8 /.github/issue_template.md
parent2c25fa91d3402dac0473a98bccf6ac0f8af2116f (diff)
added ncp-diag and ncp-reportv0.36.0
Diffstat (limited to '.github/issue_template.md')
-rw-r--r--.github/issue_template.md46
1 files changed, 2 insertions, 44 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 4c7fc109..91bf3ccf 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,7 +1,7 @@
<!--
Thanks for reporting issues back to NextCloudPi!
-Here you can file questions, bugs and feature requests
+Here you can file bugs and feature requests
If there is an important security issue that has gone unnoticed, please send a private email to nacho _at_ ownyourbits.com
@@ -20,46 +20,4 @@ If you are running into problems, please fill out the following information. For
Keep in mind that many problems come from faulty power sources and corrupted SD cards, so make sure this is not the case for you before reporting.
-->
-### What version of NextCloudPi are you using? ( eg: v0.17.2 )
-
-### What is the base image that you installed on the SD card? ( eg: NextCloudPi_07-21-17 )
-
-You can discover this by executing
-
-```
-cat /usr/local/etc/ncp-baseimage
-```
-
-### Expected behavior
-
-### Actual behaviour
-
-### Steps to reproduce, from a freshly installed image
-
-### Include logs
-<details>
-<summary>Nextcloud logs</summary>
-
-```
-Login as admin user into your Nextcloud and copy here the logs from
-https://example.com/index.php/settings/admin/logging
-
-If you don't have access to the web interface, open a terminal session and paste the last 100 lines of /var/www/nextcloud/data/nextcloud.log
-```
-</details>
-<details>
-<summary>Apache logs</summary>
-
-```
-Paste the output of `systemctl status apache2`
-Paste the output of `tail -n 100 /var/log/apache2/*.log`
-```
-</details>
-<details>
-<summary>mariaDB logs</summary>
-
-```
-Paste the output of `systemctl status mysqld`
-Paste the output of `tail -n 100 /var/log/mysql/*.log`
-```
-</details>
+Paste the output of `sudo ncp-report`