Update issue_template.md
This commit is contained in:
parent
1b25e3d571
commit
0bae3cf87d
1 changed files with 8 additions and 4 deletions
|
@ -14,6 +14,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:**
|
||||
|
@ -44,17 +48,17 @@ sudo -u www-data php occ app:list
|
|||
from within your Nextcloud 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 Nextcloud installation folder
|
||||
from within your instance's installation folder
|
||||
|
||||
or
|
||||
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 external storage, if yes which one:** local/smb/sftp/...
|
||||
|
|
Loading…
Reference in a new issue