You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Lanubya ce9f8f56fa
.
1 year ago
.dockerignore . 1 year ago
Dockerfile . 1 year ago
ENV . 1 year ago
README.md . 1 year ago
VERSION . 1 year ago
docker-compose.yml . 1 year ago
entrypoint.sh . 1 year ago
gpgparams . 1 year ago
install.sh . 1 year ago
protonmail-bridge_3.12.0-1_amd64.deb . 1 year ago

README.md

For initialization via unraid docker compose, make sure to run the container and run a unraid terminal to kill the protonmail-bridge process, so you can initialize the pass.

Run the following commands in the unraid terminal:

docker exec protonmail-bridge-v2 ps aux docker exec protonmail-bridge-v2 kill -9 docker exec protonmail-bridge-v2 /bin/bash /protonmail/entrypoint.sh init

The key should be generated. After that you should see an ASCII-Art bridge. Enter "login" to start the authentication process. If you have 2FA enabled, it should be requested after the password.

If any adjustments need to be made on the account settings, repeat the process, but instead of running /bin/bash /protonmail/entrypoint.sh init, you run `protonmail-bridge --cli``.

If the .deb file is missing, check Forgejo Lanubya account settings. The profile might be private, so the URL is unreachable.