Skip to content
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

CouchDB config corrections, reverse proxy documentation, other additions #236

Merged
merged 3 commits into from
Jul 20, 2023

Conversation

bioluks
Copy link
Contributor

@bioluks bioluks commented Jul 3, 2023

  • enable_cors is now under section [chttpd] since version 3.2.
  • Not everyone will use version 3.2+ so I made it clear that's a new thing.
  • Added bind_address for making sure the container uses all interfaces given; I myself use Traefik as a reverse proxy and using this somehow made it work, since this option does not harm other reverse proxies and there are lots of Traefik users this option should be there for wider compatibility.
  • Added spaces between origins elements and removed spaces between the methods elements because it's like this in the official documentation, see 1 and 2.
  • Added a write permission warning since many newbies had this mistake with couchdb, including myself.

bioluks added 2 commits July 4, 2023 00:15
…nce of versions. Added bind_address for making sure the container uses all interfaces given. Added spaces between 'origins' and removed spaces between the 'methods' elements because it's like this in the official Documentation. Added a write permission warning since many newbies had this mistake with couchdb.
@bioluks bioluks changed the title Moved CORS Switch, Added 'bind_address', local.ini Corrections CouchDB config corrections, reverse proxy documentation, other additions Jul 3, 2023
@bioluks
Copy link
Contributor Author

bioluks commented Jul 4, 2023

Hi, wasn't able to find documentation on how to selfhost couchdb behind traefik, because of this I overexplained a bit. Shouldn't harm anybody.

The second commit I added the Traefik reverse proxy files and documentation, along with a Table of Contents.

Copy link
Owner

@vrtmrz vrtmrz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the excellent PR! I have a few points of concern that I would be most grateful if you could kindly address. May I ask you to check the operation without middleware?

All others look very refined! Thank you for your efforts that is much appreciated.

@vrtmrz vrtmrz merged commit 5e84437 into vrtmrz:main Jul 20, 2023
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.

2 participants