Outsourcing Environment Variables to the Documentation#1948
Outsourcing Environment Variables to the Documentation#1948wernerfred merged 27 commits intomasterfrom
Conversation
|
@docker-mailserver/maintainers Contributions and discussions are welcome :D |
|
Like stated multiple times from my side (e.g. here) I really appreciate this change. I'm super busy right now but I am looking forward to contribute/review this weekend on this topic 👍🏻 |
|
Now that That leads to, that I did a quick grep. Some scripts do something like IMO this can never be true: Or do I overlook something? |
No, you're quite correct. But according to blame, I think I removed this a rather long while back, but no complaints were raised. But we should definitely do something about this behavior. I propose to just parse it from the |
|
OPEN TASKS
|
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
|
This should now be ready for merging. |
There was a problem hiding this comment.
- Absolute URLs should not be used to reference internal docs, those should be relative file paths for error detection.
- 1 typo to correct.
- Optional: Punctuation consistency. The
.at end of lines forenvironment.md(I didn't review the whole document, just noticed inconsistent usage through highlighted diff).
You're right, but I'm low on time. Can you commit the Last changes you proposed on the |
No, you're right. I already used this for the last suggestions. But this would mean 11 new commits. Okay, they are squashed, but I think it's cleaner with one or two commits. But go ahead @wernerfred and merge them :D I have no objections. |
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
Co-authored-by: Brennan Kinney <[email protected]>
|
@polarathene I added your changes and enabled auto-merge. If the changes are fine with you hit the approve button ✅ |

Description
Environment variables are now found in the documentation and
READMElinks to this documentation. As a consequence,ENVIRONMENT.mdhas been deleted.Furthermore, I reworked the whole system for variables. In the past, users we're confused by two different
.envfiles which serve two different purposes. Therefore, theREADMEwas adjusted andcompose.envbecomes history. This should make it more straight-forward and the setup easier.Type of change
Checklist: