Skip to content
New issue

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

Persist onion addresses with "make dev-tor" #7124

Merged
merged 1 commit into from
Mar 25, 2024

Commits on Mar 22, 2024

  1. Persist onion addresses with "make dev-tor"

    Makes the SecureDrop Workstation dev workflow easier by removing
    the need to setup standalone server VMs if one wants a persistent
    server address and authentication token.
    
    The solution involves creating a docker volume. This will persist
    as long as the user does not manually remove it or moves to another
    system without porting the volume. Since this a dev environment,
    long term persistence should not be a concern, so this solution
    sufices.
    
    Fixes freedomofpress#7115
    a committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dc2ea1d View commit details
    Browse the repository at this point in the history