autosurfer/README.md

29 lines
855 B
Markdown
Raw Normal View History

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:09:52 +02:00
2024-08-05 21:13:32 +02:00
<video src="img/preview.mp4" width="320" height="240" controls>
2024-08-05 21:12:45 +02:00
<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>
2024-08-04 15:57:29 +02:00
# Getting Started
```shell
podman run --rm -it quay.io/caspervk/autosurfer:latest
```
2024-08-05 20:25:39 +02:00
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
```
2024-08-04 15:57:29 +02:00
# Building
```shell
nix build .#oci
./result | podman load
2024-08-05 20:25:39 +02:00
podman run --rm -it autosurfer:dev
# podman push autosurfer:dev quay.io/caspervk/autosurfer:latest
2024-08-04 15:57:29 +02:00
```