Skip to content

Conversation

jco-c
Copy link
Contributor

@jco-c jco-c commented Jul 19, 2025

Purpose

When self-hosting docs, my reverse proxy configuration didn't work as I didn't copy default.conf.template to my docs directory. To prevent this issue for future installations, I want to add a step to the compose docs to copy the default.conf.template file.

This is my first pull request for this project, so please let me know if I did something wrong in this process :)

Proposal

  • Add a step to copy the default.conf.template file to the docs directory

External contributions

Thank you for your contribution! 🎉

Please ensure the following items are checked before submitting your pull request:

  • I have read and followed the contributing guidelines
  • I have read and agreed to the Code of Conduct
  • I have signed off my commits with git commit --signoff (DCO compliance)
  • I have signed my commits with my SSH or GPG key (git commit -S)
  • My commit messages follow the required format: <gitmoji>(type) title description
  • I have added a changelog entry under ## [Unreleased] section (if noticeable change) -> don't think it's needed for such a small change
  • I have added corresponding tests for new features or bug fixes (if applicable) -> not applicable

@jco-c jco-c force-pushed the main branch 2 times, most recently from 46d3a34 to 3c36646 Compare July 19, 2025 15:56
@jco-c jco-c marked this pull request as ready for review July 19, 2025 15:58
@jco-c
Copy link
Contributor Author

jco-c commented Jul 19, 2025

I also added a commit to make the commands copy-pastable by adding the folder-name (e.g. docs, keycloak, etc.) to the curl command. Otherwise I would have to change the directory before executing the curl commands. Please let me know if I should remove that commit :)

jco-c added 2 commits August 5, 2025 11:47
Add step to copy default.conf.template
hen using nginx-proxy.

Signed-off-by: Jan Conen <[email protected]>
Make bash commands copy-pastable by prepending
the foldername to the commands.

Signed-off-by: Jan Conen <[email protected]>
@AntoLC AntoLC added documentation Improvements or additions to documentation enhancement improve an existing feature labels Aug 5, 2025
@AntoLC AntoLC self-requested a review August 5, 2025 09:49
@AntoLC AntoLC merged commit 886dcb7 into suitenumerique:main Aug 5, 2025
18 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement improve an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants