Simple way to make https://hub.docker.com/r/linuxserver/webtop multiuser
7361f5a805
ci/woodpecker/push/woodpecker Pipeline failed
Details
|
||
---|---|---|
.vagrant | ||
doc | ||
pods | ||
utils | ||
web | ||
.air.toml | ||
.gitignore | ||
.woodpecker.yaml | ||
LICENCE.md | ||
Makefile | ||
README.md | ||
Vagrantfile | ||
exampleconfig.yaml | ||
go.mod | ||
go.sum | ||
main.go | ||
podterminal.service | ||
readConfig.go |
README.md
Podterminal
This project is a small go reverse proxy that spins up a container for each session, allowing multiple simultaneous Users to use Webtop in their own, separate session. A good illustration is this:
Building
To build the project, you can just use "make"
On Debian 12, you will need the following dependencies:
apt install -y git wget podman make gcc libgpgme-dev build-essential pkgconf pkgconf-bin libdevmapper-dev libbtrfs-dev
Running
To run the built binary, just execute it as root. You will have to have Podman installed and its socket enabled. Currently you have to set the Image, port etc. directly in the Source Code, however that should be eventually moved into a config file.