autosurfer | ||
img | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
Autosurfer 🏄
Automatically open a bunch of random websites to thwart attempts at illegal internet surveillance. Privacy through obscurity?
Getting Started
podman run --rm -it quay.io/caspervk/autosurfer:latest
To show the Firefox GUI:
podman run --rm -it --network host --env DISPLAY --security-opt label=type:container_runtime_t quay.io/caspervk/autosurfer:latest
Building
nix build .#oci
./result | podman load
podman run --rm -it autosurfer:dev
# podman push autosurfer:dev quay.io/caspervk/autosurfer:latest