added Readme

why
Johannes Bülow 2024-01-28 11:31:57 +01:00
parent 406361575d
commit 3675ee0542
Signed by untrusted user who does not match committer: jmb
GPG Key ID: B56971CF7B8F83A6
2 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# 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:
![Webtop Inception](doc/podterminal_inception.png)
## Building
To build the project, you can just use "make"
## 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB