Web-based display tool for owntracks
 
 
 
Go to file
Felix Niederwanger dc7bbab719
Switch to BCI
Use BCI images because of build errors uing the golang:alpine container
in buildah. Also because it's awesome.

Have a lot of fun ...
2024-02-17 19:25:41 +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
Containerfile Switch to BCI 2024-02-17 19:25:41 +01:00
Makefile Switch to bci-micro 2024-02-17 15:44:53 +01:00
README.md Add link to container 2023-05-16 20:24:58 +02:00
build_container.sh Introduce parallel builds 2024-02-12 08:55:32 +01:00
go.mod Update dependencies 2024-02-17 15:23:08 +01:00
go.sum Update dependencies 2024-02-17 15:23:08 +01:00
ot-browser.ini.example Introduce storage module 2024-02-17 15:10:40 +01:00

README.md

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