Add configuration option for maximum note length #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "wolcen/hedgedoc:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This has worked for me/now takes full-effect on deploy.
DOCUMENT_MAX_LENGTH wasn't expected to be needed under environment in
compose.yml, but it didn't seem to get picked up by the template until then, so apparently it is. Docs weren't unclear here, seems I just made assumption about template processing being "outside" that context 🤷The "production" parent key is needed in the config. I hadn't picked that up at first. https://github.com/hedgedoc/hedgedoc/blob/master/lib/config/index.js#L35
Mode for config.json maybe should have been 0700, but I believe this caused an error when I tried that way. https://github.com/hedgedoc/container/blob/master/alpine/Dockerfile#L31
LGTM, Thanks!
@wolcen thanks so much for the contribution! 🙏
Does it work without the
modeline?