| 1 | --- |
| 2 | name: Bug report |
| 3 | about: Create a report to help us improve |
| 4 | title: '' |
| 5 | labels: bug |
| 6 | assignees: '' |
| 7 | |
| 8 | --- |
| 9 | |
| 10 | **Describe the bug** |
| 11 | A clear and concise description of what the bug is. |
| 12 | |
| 13 | **To Reproduce** |
| 14 | Steps to reproduce the behavior: |
| 15 | 1. Go to '...' |
| 16 | 2. Click on '....' |
| 17 | 3. Scroll down to '....' |
| 18 | 4. See error |
| 19 | |
| 20 | **Expected behavior** |
| 21 | A clear and concise description of what you expected to happen. |
| 22 | |
| 23 | **Screenshots** |
| 24 | If applicable, add screenshots to help explain your problem. |
| 25 | |
| 26 | **Server Software (please complete the following information):** |
| 27 | - OS: [e.g. Ubuntu] |
| 28 | - Virtualization: [e.g. Docker] |
| 29 | - Network: [e.g. LAN/WAN, reverse proxy, cloudflare, ssl offload, etc...] |
| 30 | - Version: [e.g. 1.0.43] |
| 31 | - Node: [e.g. 18.4.0] |
| 32 | |
| 33 | **Client Device (please complete the following information):** |
| 34 | - Device: [e.g. Laptop] |
| 35 | - OS: [e.g. Ubuntu] |
| 36 | - Network: [e.g. Local to Meshcentral, Remote over WAN] |
| 37 | - Browser: [e.g. Google Chrome] |
| 38 | - MeshCentralRouter Version: [if applicable] |
| 39 | |
| 40 | **Remote Device (please complete the following information):** |
| 41 | - Device: [e.g. Laptop] |
| 42 | - OS: [e.g. Windows 10 21H2] |
| 43 | - Network: [e.g. Local to Meshcentral, Remote over WAN] |
| 44 | - Current Core Version (if known): [**HINT**: Go to a device then `console` Tab then type `info`] |
| 45 | |
| 46 | **Additional context** |
| 47 | Add any other context about the problem here. |
| 48 | |
| 49 | **Your sanitized config.json file** |
| 50 | Please sanitize your configuration (remove private or irrelevant values) before posting, using the community tool at https://sanitizer.meshcentraltools.com/ |
| 51 | ``` |
| 52 | { |
| 53 | "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", |
| 54 | "__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.", |
| 55 | "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.", |
| 56 | "settings": { |
| 57 | "_cert": "myserver.mydomain.com", |
| 58 | "_WANonly": true, |
| 59 | "_LANonly": true, |
| 60 | "_sessionKey": "MyReallySecretPassword1", |
| 61 | "_port": 443, |
| 62 | "_aliasPort": 443, |
| 63 | "_redirPort": 80, |
| 64 | "_redirAliasPort": 80 |
| 65 | }, |
| 66 | "domains": { |
| 67 | "": { |
| 68 | "_title": "MyServer", |
| 69 | "_title2": "Servername", |
| 70 | "_minify": true, |
| 71 | "_newAccounts": true, |
| 72 | "_userNameIsEmail": true |
| 73 | } |
| 74 | }, |
| 75 | "_letsencrypt": { |
| 76 | "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.", |
| 77 | "email": "myemail@mydomain.com", |
| 78 | "names": "myserver.mydomain.com", |
| 79 | "production": false |
| 80 | } |
| 81 | } |
| 82 | ``` |