Comment on Ask HN: What are you using for public documentation these days?Comments−auspex4yAnyone know of a good hosted documentation that allows you to password protect the docs for a startup? (We don’t want public documentation and want to control access per user)−rahimnathwani4yYou can use whatever documentation software you want, and let the web server handle access control:https://docs.nginx.com/nginx/admin-guide/security-controls/c...You can Google 'nginx reverse proxy authentication' to find guides.
Comments
Anyone know of a good hosted documentation that allows you to password protect the docs for a startup? (We don’t want public documentation and want to control access per user)
You can use whatever documentation software you want, and let the web server handle access control:
https://docs.nginx.com/nginx/admin-guide/security-controls/c...
You can Google 'nginx reverse proxy authentication' to find guides.