We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I've used your container to setup an helm chart app for kubernetes: https://github.com/k8s-at-home/charts/tree/master/charts/protonmail-bridge
This will provide an easier way to run your app in kubernetes since it can be installed with 2 command:
helm repo add k8s-at-home https://k8s-at-home.com/charts/ helm install k8s-at-home/protonmail-bridge
Then the desciption from the kubernetes ticket still applies:
The text was updated successfully, but these errors were encountered:
Thanks for the contribution. I already updated README to metion the helm chart and this issue.
Sorry, something went wrong.
Get the name of your deployed pod kubectl get pods
kubectl get pods
Run interactively on the pod (setup only) kubectl exec --stdin --tty -n core protonmail-bridge-deployment-6c79fd7f84-ftwcw -- /bin/bash
kubectl exec --stdin --tty -n core protonmail-bridge-deployment-6c79fd7f84-ftwcw -- /bin/bash
chmod +x /protonmail/entrypoint.sh
kill 19
Once logged in, execute the init command bash /protonmail/entrypoint.sh init
/protonmail/entrypoint.sh init
You should now see the CLI for protonmail-bridge, authenticate with login
login
(optional) if you're like me and use split address mode, change mode and info are good for printing the details.
Copy your SMTP server info (or IMAP, your choice)
delete the active pod so a new one gets created (which will properly fire up with your persisted settings)
No branches or pull requests
Hello!
I've used your container to setup an helm chart app for kubernetes:
https://github.com/k8s-at-home/charts/tree/master/charts/protonmail-bridge
This will provide an easier way to run your app in kubernetes since it can be installed with 2 command:
helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install k8s-at-home/protonmail-bridge
Then the desciption from the kubernetes ticket still applies:
The text was updated successfully, but these errors were encountered: