2024-08-04 15:57:29 +02:00
|
|
|
# Autosurfer 🏄
|
|
|
|
Automatically open a bunch of random websites to thwart attempts at [illegal
|
|
|
|
internet surveillance](https://ulovliglogning.dk/). Privacy through obscurity?
|
|
|
|
|
2024-08-05 21:06:51 +02:00
|
|
|
<video src="/caspervk/autosurfer/raw/branch/master/img/preview.mp4" controls></video>
|
|
|
|
|
2024-08-04 15:57:29 +02:00
|
|
|
|
|
|
|
# Getting Started
|
|
|
|
```shell
|
2024-08-05 21:39:02 +02:00
|
|
|
podman run --rm quay.io/caspervk/autosurfer:latest
|
2024-08-04 15:57:29 +02:00
|
|
|
```
|
|
|
|
|
2024-08-05 20:25:39 +02:00
|
|
|
To show the Firefox GUI:
|
|
|
|
```shell
|
2024-08-05 21:39:02 +02:00
|
|
|
podman run --rm --network host --env DISPLAY --security-opt label=type:container_runtime_t quay.io/caspervk/autosurfer:latest
|
2024-08-05 20:25:39 +02:00
|
|
|
```
|
|
|
|
|
2024-08-04 15:57:29 +02:00
|
|
|
|
|
|
|
# Building
|
|
|
|
```shell
|
|
|
|
nix build .#oci
|
|
|
|
./result | podman load
|
2024-08-05 21:39:02 +02:00
|
|
|
podman run --rm autosurfer:dev
|
2024-08-05 20:25:39 +02:00
|
|
|
# podman push autosurfer:dev quay.io/caspervk/autosurfer:latest
|
2024-08-04 15:57:29 +02:00
|
|
|
```
|