Skip to content

📝(self-hosted) Add step to copy default.conf.template when using nginx-proxy #1201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jco-c
Copy link

@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 marked this pull request as ready for review July 19, 2025 15:58
@jco-c
Copy link
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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant