diff --git a/.github/issue_template.md b/.github/issue_template.md index f10b84d4ca60..b8e71a5a0446 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -43,25 +43,35 @@ http://example.com/index.php/settings/integrity/failed paste the results here. ``` -**List of activated apps:** - -``` -If you have access to your command line run e.g.: -sudo -u www-data php occ app:list -from within your ownCloud installation folder -``` **The content of config/config.php:** ``` +Log in to the web-UI with an administrator account and click on +'admin' -> 'Generate Config Report' -> 'Download ownCloud config report' +This report includes the config.php settings, the list of activated apps +and other details in a well sanitized form. + +or + 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 -or +*ATTENTION:* Do not post your config.php file in public as is. Please use one of the above +methods whenever possible. Both, the generated reports from the web-ui and from occ config:list +consistently remove sensitive data. You still may want to review the report before sending. +If done manually then it is critical for your own privacy to dilligently +remove *all* host names, passwords, usernames, salts and other credentials before posting. +You should assume that attackers find such information and will use them against your systems. +``` + +**List of activated apps:** -Insert your config.php content here -(ATTENTION: WITHOUT the database password, passwordsalt and secret !!!) +``` +If you have access to your command line run e.g.: +sudo -u www-data php occ app:list +from within your ownCloud installation folder. ``` **Are you using external storage, if yes which one:** local/smb/sftp/...