MeshCentral/.github/ISSUE_TEMPLATE/bug_report.md

76 lines
2.1 KiB
Markdown
Raw Normal View History

2022-06-11 08:29:46 -04:00
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Server Software (please complete the following information):**
2022-06-11 08:34:39 -04:00
- OS: [e.g. Ubuntu]
- Virtualization: [e.g. Docker]
2022-06-12 05:23:09 -04:00
- Network: [e.g. LAN/WAN, reverse proxy, cloudflare, ssl offload, etc...]
2022-06-30 10:13:16 -04:00
- Version: [e.g. 1.0.43]
- Node: [e.g. 18.4.0]
2022-06-11 08:29:46 -04:00
- Browser: [e.g. Google Chrome]
**Remote Device (please complete the following information):**
2022-06-11 08:33:47 -04:00
- Device: [e.g. Laptop]
- OS: [e.g. Windows 10]
- Version: [e.g. 21H2]
- Current Core Version (if known): [**HINT**: Go to a device then `console` Tab then type `info`]
2022-06-11 08:29:46 -04:00
**Additional context**
Add any other context about the problem here.
2022-06-30 10:13:16 -04:00
2022-06-30 10:14:21 -04:00
**Your config.json file**
2022-06-30 10:13:16 -04:00
```
{
"$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
"__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
"__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
"settings": {
"_cert": "myserver.mydomain.com",
"_WANonly": true,
"_LANonly": true,
"_sessionKey": "MyReallySecretPassword1",
"_port": 443,
"_aliasPort": 443,
"_redirPort": 80,
"_redirAliasPort": 80
},
"domains": {
"": {
"_title": "MyServer",
"_title2": "Servername",
"_minify": true,
"_newAccounts": true,
"_userNameIsEmail": true
}
},
"_letsencrypt": {
"__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
"email": "myemail@mydomain.com",
"names": "myserver.mydomain.com",
"production": false
}
}
```