RFC: Offline docs #8110
Closed
BrunoQuaresma
started this conversation in
RFCs
Replies: 2 comments 17 replies
-
A quick & simple solution would be to produce a docs container image, or just a tar of the webroot to drop into NGINX, Apache, or whatever. We don't need to modify the dashboard. The operator can just host the docs wherever makes sense in their network. If we get significant customer interest in tighter docs integration we could work on the above proposal, but I think we should stick to something simple at first. |
Beta Was this translation helpful? Give feedback.
17 replies
-
So the final decision is:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a few users that need to run Coder from air-gapped networks, and to make that work fully, we need to support offline docs.
Constraints
Proposed solution
coder server --offline-docs <docs-path>
that could be a URL or a path to load the markdown files. It could also be an env variable likeOFFLINE_DOCS=<docs-path> coder server
.offline_docs
config into the deployment endpoint so the FE can knows it is using or not offline docs. It is also used from the FE to fetch the markdown files content.Possible issues
Beta Was this translation helpful? Give feedback.
All reactions