feat: add option for /debug/vars endpoint to expose database and media stats

closes #372
closes #150
This commit is contained in:
sentriz
2023-09-13 01:11:13 +01:00
parent 7a29c881e8
commit 2a7a455ce2
2 changed files with 17 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ password can then be changed from the web interface
| `GONIC_EXCLUDE_PATTERN` | `-exclude-pattern` | **optional** files matching this regex pattern will not be imported |
| `GONIC_MULTI_VALUE_GENRE` | `-multi-value-genre` | **optional** setting for multi-valued genre tags when scanning ([see more](#multi-valued-tags)) |
| `GONIC_MULTI_VALUE_ALBUM_ARTIST` | `-multi-value-album-artist` | **optional** setting for multi-valued album artist tags when scanning ([see more](#multi-valued-tags)) |
| `GONIC_EXPVAR` | `-expvar` | **optional** enable the /debug/vars endpoint (exposes useful debugging attributes as well as database stats) |
## multi valued tags