Skip to content
Marcel Schramm edited this page Feb 20, 2021 · 4 revisions

Selfhosting is rather easy, as there's no dependencies on any other applications or libraries.

What you might though, is HTTPS, however, scribble.rs doesn't support this at the moment. A workaround is to use a webserver that offers reverse proxying, such as nginx.

Check here for example configuration.

If you are hosting scribble.rs on a domain that already houses a website, you can define a custom URL path, by setting the environment variable ROOT_PATH to /scribblers or whatever you want.

Clone this wiki locally