Update issue_template.md
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
### Steps to reproduce
|
### Steps to reproduce
|
||||||
|
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
@@ -11,6 +10,10 @@ Tell us what should happen
|
|||||||
Tell us what happens instead
|
Tell us what happens instead
|
||||||
|
|
||||||
### Server configuration
|
### Server configuration
|
||||||
|
<!--
|
||||||
|
You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
|
||||||
|
-->
|
||||||
|
|
||||||
**Operating system**:
|
**Operating system**:
|
||||||
|
|
||||||
**Web server:**
|
**Web server:**
|
||||||
@@ -19,16 +22,14 @@ Tell us what happens instead
|
|||||||
|
|
||||||
**PHP version:**
|
**PHP version:**
|
||||||
|
|
||||||
**Server version:** (see your admin page)
|
**Nextcloud version:** (see Nextcloud admin page)
|
||||||
|
|
||||||
**Deck version:** (see the apps page)
|
**Where did you install Nextcloud from:**
|
||||||
|
|
||||||
**Updated from an older installed version or fresh install:**
|
|
||||||
|
|
||||||
**Signing status:**
|
**Signing status:**
|
||||||
|
|
||||||
```
|
```
|
||||||
Login as admin user into your cloud and access
|
Login as admin user into your Nextcloud and access
|
||||||
http://example.com/index.php/settings/integrity/failed
|
http://example.com/index.php/settings/integrity/failed
|
||||||
paste the results here.
|
paste the results here.
|
||||||
```
|
```
|
||||||
@@ -38,57 +39,34 @@ paste the results here.
|
|||||||
```
|
```
|
||||||
If you have access to your command line run e.g.:
|
If you have access to your command line run e.g.:
|
||||||
sudo -u www-data php occ app:list
|
sudo -u www-data php occ app:list
|
||||||
from within your instance's installation folder
|
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.:
|
If you have access to your command line run e.g.:
|
||||||
sudo -u www-data php occ config:list system
|
sudo -u www-data php occ config:list system
|
||||||
from within your instance's installation folder
|
from within your Nextcloud installation folder
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
Insert your config.php content here
|
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/...
|
|
||||||
|
|
||||||
**Are you using encryption:** yes/no
|
|
||||||
|
|
||||||
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
|
**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
|
||||||
|
|
||||||
#### LDAP configuration (delete this part if not used)
|
|
||||||
|
|
||||||
```
|
|
||||||
With access to your command line run e.g.:
|
|
||||||
sudo -u www-data php occ ldap:show-config
|
|
||||||
from within your instance's installation folder
|
|
||||||
|
|
||||||
Without access to your command line download the data/owncloud.db to your local
|
|
||||||
computer or access your SQL server remotely and run the select query:
|
|
||||||
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
|
|
||||||
|
|
||||||
|
|
||||||
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
|
|
||||||
```
|
|
||||||
|
|
||||||
### Client configuration
|
### Client configuration
|
||||||
**Browser:**
|
**Browser:**
|
||||||
|
|
||||||
**Operating system:**
|
**Operating system:**
|
||||||
|
|
||||||
### Logs
|
### Logs
|
||||||
#### Web server error log
|
|
||||||
```
|
|
||||||
Insert your webserver log here
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Log file (data/nextcloud.log)
|
#### Nextcloud log (data/nextcloud.log)
|
||||||
```
|
```
|
||||||
Insert your nextcloud.log file here
|
Insert your Nextcloud log here
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Browser log
|
#### Browser log
|
||||||
|
|||||||
Reference in New Issue
Block a user