Add link to container

This commit is contained in:
Felix Niederwanger 2023-05-16 20:24:58 +02:00
parent adebdb00ff
commit 22bfe751de
Signed by: phoenix
GPG key ID: 6E77A590E3F6D71C

View file

@ -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