The self-hosted requirements are pretty hefty.<p>Node.js >= 12
Postgres >=9.5
Redis >= 4
AWS S3 storage bucket for media and other attachments
Slack or Google developer application for authentication<p>Requiring Postgres and Redis for a documentation site seems overkill. Also not a fan of requiring S3, an option to save the media to the local disk would be nice. This seems somewhat over-engineered for a knowledgebase, especially when some of the competition has no runtime requirements other than a webserver (DokuWiki, statically generated Gatsby/Hugo sites). And I can still get Slack notifications on edit from MR notifications.