Sign inSign up

konstruktoid/aether

By konstruktoid

Updated about 5 years ago

Image
0

4.0K

konstruktoid/aether repository overview

Aether

NOTE: This version of Aether (V1) is deprecated. Currently waiting for a non-snap version. [https://meta.getaether.net/t/any-other-way-to-install-it-on-linux-besides-snap/184](Any other way to install it on linux besides snap?).

Aether is a free app that you use to read, write in, and create community
moderated, distributed, and anonymous forums, an "anonymous reddit without servers".

https://getaether.net/

Automated build

Automated build available with docker pull konstruktoid/aether.

Running in existing X11

docker build --no-cache -t aether -f Dockerfile .
docker run -ti --net=host -v /tmp/.X11-unix/:/tmp/.X11-unix/ -e DISPLAY=unix$DISPLAY aether

Running inside a X11 container

docker run -d -t --privileged --net=host konstruktoid/x11
<RDP to X11 Docker container>
docker build -t aether -f Dockerfile .
docker run -ti --net=host -v /tmp/.X11-unix/:/tmp/.X11-unix/ -e DISPLAY=unix$DISPLAY aether

Tag summary

Content type

Image

Digest

sha256:b77905cb1

Size

5.3 MB

Last updated

about 5 years ago

docker pull konstruktoid/aether