Web-based display tool for owntracks
Go to file
Felix Niederwanger 122ff16589
Add test rule
Adds a generic go test rule to the Makefile.
2024-02-17 15:13:49 +01:00
cmd/ot-browser Introduce storage module 2024-02-17 15:10:40 +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
build_container.sh Add build container script 2023-11-07 17:46:41 +01:00
Containerfile Add build container script 2023-11-07 17:46:41 +01:00
go.mod Introduce storage module 2024-02-17 15:10:40 +01:00
go.sum Introduce storage module 2024-02-17 15:10:40 +01:00
Makefile Add test rule 2024-02-17 15:13:49 +01:00
ot-browser.ini.example Introduce storage module 2024-02-17 15:10:40 +01: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