Web-based display tool for owntracks
- JavaScript 96.4%
- Go 1.8%
- CSS 1.6%
|
phoenix
dc7bbab719
Use BCI images because of build errors uing the golang:alpine container in buildah. Also because it's awesome. Have a lot of fun ... |
||
|---|---|---|
| cmd/ot-browser | Introduce storage module | |
| www | Update to leaflet 1.9.1 | |
| .gitignore | First prototype | |
| build_container.sh | Introduce parallel builds | |
| Containerfile | Switch to BCI | |
| go.mod | Update dependencies | |
| go.sum | Update dependencies | |
| Makefile | Switch to bci-micro | |
| ot-browser.ini.example | Introduce storage module | |
| README.md | Add link to container | |
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