30 lines
809 B
Markdown
30 lines
809 B
Markdown
# Autosurfer 🏄
|
|
Automatically open a bunch of random websites to thwart attempts at [illegal
|
|
internet surveillance](https://ulovliglogning.dk/). Privacy through obscurity?
|
|
|
|
|
|
|
|
<video controls>
|
|
<source src="img/preview.mp4" type="video/mp4">
|
|
<p>Your browser doesn't support HTML5 video. Here is a <a href="https://user.keybase.pub/demo.mp4">link to the video</a> instead.</p>
|
|
</video>
|
|
|
|
# Getting Started
|
|
```shell
|
|
podman run --rm -it quay.io/caspervk/autosurfer:latest
|
|
```
|
|
|
|
To show the Firefox GUI:
|
|
```shell
|
|
podman run --rm -it --network host --env DISPLAY --security-opt label=type:container_runtime_t quay.io/caspervk/autosurfer:latest
|
|
```
|
|
|
|
|
|
# Building
|
|
```shell
|
|
nix build .#oci
|
|
./result | podman load
|
|
podman run --rm -it autosurfer:dev
|
|
# podman push autosurfer:dev quay.io/caspervk/autosurfer:latest
|
|
```
|