fork of https://code.it-zukunft-schule.de/cgit/surf-display to continue development and make it OpenBSD compatible
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
bin | 6 months ago | |
data | 4 years ago | |
examples | 5 years ago | |
ChangeLog | 6 months ago | |
LICENSE | 6 years ago | |
Makefile | 6 years ago | |
README.md | 6 months ago |
README.md
About this project
The current project is a fork of https://code.it-zukunft-schule.de/cgit/surf-display in order to make it compatible with OpenBSD and experiment with kiosks.
surf-display is meant to be run as a session manager (run it from ~/.xsession
) and prevent the user to do anything except using surf
browser.
Installation
git clone https://tildegit.org/solene/surf-display-openbsd
- edit
~/.xsession
and add~/surf-display-openbsd/bin/surf-display
Configuration
Create /etc/surf-display
like in this example:
DEFAULT_WWW_URI=https://www.openbsd.org/
More configuration are available and explained in the documentation generated in the Makefile. They are currently not really up to date with this fork but should work.