DEB package
Download the latest stable deb package for the complete system integration on GNU/Linux Debian/Ubuntu flavors.
Gnome Extension Package
The latest Gnome extension package for Gnome Desktop environment.
Source Code
The GitHub project's page.
Gnome Extensions Page
The OBMIN Server project's page on the Gnome extensions site.
Docker Repository
The Docker images of OBMIN Server.
Usage
# Pull the docker image
docker pull obmin/obmin
# Run from any folder to share
docker run --rm --volume="$PWD:/srv/obmin" -p 80:8088 -it obmin
# Go to http://localhost to check it
# Done