Automatically open a bunch of random websites to thwart attempts at illegal internet surveillance 🏄
Find a file
2024-08-05 21:13:32 +02:00
autosurfer gui 2024-08-05 20:25:39 +02:00
img video preview 2024-08-05 21:06:51 +02:00
.gitignore Initial commit 2024-08-05 02:34:50 +02:00
flake.lock Initial commit 2024-08-05 02:34:50 +02:00
flake.nix gui 2024-08-05 20:25:39 +02:00
LICENSE Initial commit 2024-08-05 02:34:50 +02:00
README.md Update README.md 2024-08-05 21:13:32 +02:00

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