ot-browser/README.md

24 lines
550 B
Markdown
Raw Permalink Normal View History

2021-05-22 18:15:11 +00:00
# ot-browser
2023-05-16 18:24:58 +00:00
Web-based browsing tool for owntracks.
2021-05-24 14:02:31 +00:00
## Quick start guide
2023-05-16 18:24:58 +00:00
Get the container from https://codeberg.org/grisu48/ot-browser/packages
2021-05-24 14:02:31 +00:00
2023-05-16 18:24:58 +00:00
podman pull codeberg.org/grisu48/ot-browser:1.0.0
2021-05-24 14:02:31 +00:00
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
2023-05-16 18:24:58 +00:00
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
2021-05-24 14:02:31 +00:00