tailscale-protonmail-bridge-docker

Started by viviridian, Mar 30, 2025, 08:07 AM

Previous topic - Next topic

viviridian

i smushed together protonmail-bridge-docker and a tailscale container so I can run bridge in one spot

i also discovered that the uv python package manager ("An extremely fast Python package and project manager, written in Rust.") lets you specify dependencies at the top of a script & grab them (in a venv) if they aren't available. for me it makes the idea of writing random scripts in python pretty appealing (of course, it helps that i've been using python a bunch lately)

i added a readkey action to do.py so that I could start / stop the containers or look at various logs with one keypress instead of having to write `docker-compose up -d` over and over, or mash the up key until I see it. that was *very* nice.

lifning

ooooh this looks incredibly useful! :mrgreen:
You cannot view this attachment.
Please consider the environment before printing this post.

viviridian

Quote from: me when i was setting this upit'll be great to have this container exposing its own tailscale host, that way I can move it to any machine and it'll be exactly the same

Quote from: me nowi have no fucking clue which vm this is running on.