feat: initial pass at a Protonmail Bridge doc#15
Draft
JoshStrobl wants to merge 1 commit into
Draft
Conversation
davidbzip
reviewed
Mar 18, 2025
| Furthermore, you may want to let it fully sync before stopping the container, just to be safe. | ||
|
|
||
| ``` | ||
| nerdctl compose --env-file /var/lib/venho-user/protonmail-bridge/00-default.env --file /var/lib/venho-user/protonmail-bridge/compose.yml run protonmail-bridge init |
Collaborator
There was a problem hiding this comment.
@JoshStrobl I seem to be getting an error when running this step
FATA[0000] Non-string key at top level: 404
Contributor
Author
There was a problem hiding this comment.
That's because the guide is based on the files being in the repo, so you pulled down files which didn't exist so in all likelihood the content is the non-200 status code. They're not in the repo since it's still a draft (haven't marked it for review) and not merged, mailbox setup with the bridge hasn't worked in my experience (including after some IMAP changes in latest release), so until that's the case I'm not marking ready for review.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: Marked as draft pending OTA which fixes mail login, then I can validate end-to-end, but at the very least it pulls, syncs, and can be started/stopped/restarted via systemd.
Feedback welcome (especially on the
compose.yml) :)