Web-based display tool for owntracks
Go to file
Felix Niederwanger 932fa7e376
Add health endpoint
Adds a health endpoint for the service.
2023-12-04 22:05:06 +01:00
cmd/ot-browser Add health endpoint 2023-12-04 22:05:06 +01:00
www Update to leaflet 1.9.1 2022-10-02 10:44:38 +02:00
.gitignore First prototype 2021-05-24 15:51:04 +02:00
Dockerfile Add Docker build 2021-05-24 16:02:31 +02:00
go.mod First prototype 2021-05-24 15:51:04 +02:00
go.sum First prototype 2021-05-24 15:51:04 +02:00
Makefile First prototype 2021-05-24 15:51:04 +02:00
ot-browser.ini.example Add clientid to config 2022-10-02 10:51:12 +02:00
README.md Add link to container 2023-05-16 20:24:58 +02:00

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