📚 node [[hedgedoc]]
- 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
- Here is an example configuration for Nginx.
Backlinks
Backlinks last generated 2022-01-28 07:55:20
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;
}
📄
pushed from garden/flancian/journal/2021-08-18.md by @flancian
-
[[push]] [[hedgedoc]]
-
finished setting up: https://doc.anagora.org
- https://doc.anagora.org/node-name works the same as with [[etherpad]]
-
had to set:
"protocolUseSSL": true
"allowFreeURL": true
- [[systemd]]
-
finished setting up: https://doc.anagora.org
📄
pushed from stoa/doc.anagora.org/agora-bridge.md by @anonymous@doc.anagora.org
📖 stoas
- public document at doc.anagora.org/hedgedoc
- video call at meet.jit.si/hedgedoc
⥱ context
⥅ related node [[hedgedoc wikilinks]]
🔎 full text search for 'hedgedoc'