diff --git a/README.md b/README.md index 58cf3f9..9ae2d8d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ot-browser -Web-based browsing tool for owntracks +Web-based browsing tool for owntracks. ## Quick start guide -Build the container +Get the container from https://codeberg.org/grisu48/ot-browser/packages - make container + podman pull codeberg.org/grisu48/ot-browser:1.0.0 Create configuration directory and file @@ -17,9 +17,7 @@ Edit `ot-browser/ot-browser.ini` to your needs vim ot-browser/ot-browser.ini -Create docker container +Create container + + podman run --name ot-browser --memory 32M -v $PWD/conf:/conf -p 8090:8090/tcp pull codeberg.org/grisu48/ot-browser:1.0.0 - docker create --name ot-browser -v $PWD/conf:/conf -p 8090:8090/tcp feldspaten.org/ot-browser - # Limit memory - docker update -m 32M --memory-swap 64M ot-browser - docker start ot-browser \ No newline at end of file