Add configuration option for maximum note length #8
Merged
decentral1se
merged 5 commits from 2022-12-15 20:29:18 +00:00
wolcen/hedgedoc:main into main
No labels
Milestone
No items
No Milestone
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
appletalk
arjan
basebuilder
BornDeleuze
Brooke
carla
cas (Cassowary)
codegod100
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
flancian
Frando
iexos
jade (Jade Ambrose)
javielico (Javielico)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
marlon (marlon)
mayel
mirsal
moosemower
moritz
nicksellen (Nick Sellen)
notplants
oxaliq (sorrel)
p4u1
pau
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
PhiNatalie
renovate-bot (Comrade Renovate Bot)
ripclap
rix
rscmbbng
sef (sef)
simon
sixsmith (Sixsmith)
stevensting
tobias
trav (Trav Fryer)
val (val (he/him))
vaznasty
virtualboys
wolcen (Chris Thompson)
wykwit
xynosis
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/hedgedoc#8
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?