jackycute on develop
fix: feature section slide mode… Merge pull request #1653 from h… (compare)
jackycute on feature-section-slide-mode-link-broken
a60814billy on feature-section-slide-mode-link-broken
fix: feature section slide mode… (compare)
a60814billy on feature-section-slide-mode-link-broken
fix: feature section slide mode… (compare)
jackycute on fix-vimeo-jsonp-callback
fix: vimeo won't show up due to… fix: code style Signed-off-by:… (compare)
jackycute on fix-pdf-embed-freeze-on-safari-big-sur
fix: avoid insert embed tag on … fix: typo Signed-off-by: Max W… (compare)
jackycute on fix-pdf-embed-freeze-on-safari-big-sur
fix: avoid insert embed tag on … (compare)
jackycute on fix-vimeo-jsonp-callback
fix: vimeo won't show up due to… (compare)
docker-compose up -d
curl http://localhost:3000
returns the code for a web page by the looks of it
curl
result and the vanilla one doesn't? is there a bug in the vanilla version?
/new
(unofficial) API. CodiMD from docker.io/linuxserver/codimd:latest
. Any clue why? Shall I jump on a more recent build?
nabo.codimd.dev/hackmdio/hackmd
, but it requires authentication. Maybe worth updating the page at https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-docker-deployment - which otherwise works perfectly :)
package.json
but it can be changed anyways.
@glpatcern Hi, I don't think
nabo.codimd.dev/hackmdio/hackmd:2.0.1
would require any authentication.
Thanks @jackycute, that's right: my docker (on CentOS) was too old, jumped to a newer one and I could fetch the 2.0.1 image. And here everything works as it should, so all right.
CMD_ALLOW_ANONYMOUS_EDITS
to true
, it appears that I automatically get anonymous guest notes as well. Since I'd prefer not to host a cesspool of undesirable copypasta from strangers, I'd like anonymous edits to only be possible on documents that a signed-in user has created previously (but not allow strangers to create new notes). Is this possible? I'm happy to file a feature request if appropriate. (For now, I've hacked the "New guest note" out of the UI on the front page, but that's a weak protection at best...)