ot-browser/README.md

550 B

ot-browser

Web-based browsing tool for owntracks.

Quick start guide

Get the container from https://codeberg.org/grisu48/ot-browser/packages

podman pull codeberg.org/grisu48/ot-browser:1.0.0

Create configuration directory and file

mkdir ot-browser
cp ot-browser.ini.example ot-browser/ot-browser.ini

Edit ot-browser/ot-browser.ini to your needs

vim ot-browser/ot-browser.ini

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