π Node [[hedgedoc]]
π
hedgedoc.md (text) by @flancian
οΈζ¬
π
- an [[editor]]
-
a [[stoa]]
- https://docs.hedgedoc.org/setup/manual-setup/
-
defaults to using UUIDs as urls for docs, but
allowFreeURL
replicates [[etherpad]] behaviour (entering a non-existent doc URL creates a doc with that alias) - had to
yarn add babel-runtime
separately to make an error go away while installing - now embedded as the default stoa in
anagora.org
. - [[nginx]] https://docs.hedgedoc.org/guides/reverse-proxy/#nginx
π
hedgedoc.md (text) by @vera
- Here is an example configuration for Nginx.
π
hedgedoc.md (text) by @vera-logseq
- Here is an example configuration for Nginx.
Backlinks
Backlinks last generated 2022-01-28 07:55:20
π
hedgedoc.md (text) by @anonymous@doc.anagora.org
π
Here is an example configuration for Nginx.
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
server {
server_name hedgedoc.example.com;
location / {
proxy_pass http://127.0.0.1:3000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /socket.io/ {
proxy_pass http://127.0.0.1:3000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
}
listen [::]:443 ssl http2;
listen 443 ssl http2;
ssl_certificate fullchain.pem;
ssl_certificate_key privkey.pem;
include options-ssl-nginx.conf;
ssl_dhparam ssl-dhparams.pem;
}
π
hedgedoc.md (text) by @agora@botsin.space
π
HedgeDoc.md (text) by @agora@botsin.space
Loading context... (requires JavaScript)
ποΈ Stoas for [[hedgedoc]]
π Open document (Hedgedoc) at https://doc.anagora.org/hedgedoc
π Open document (Etherpad) at https://stoa.anagora.org/p/hedgedoc
πΉ Video conferencing space (Jitsi Meet) at https://meet.jit.si/hedgedoc
π Full text search for [[hedgedoc]]