fork of https://code.it-zukunft-schule.de/cgit/surf-display to continue development and make it OpenBSD compatible
Go to file
Solene Rapenne 0f9b99fb47 check dependencies when running the script 2022-10-11 13:46:20 +02:00
bin check dependencies when running the script 2022-10-11 13:46:20 +02:00
data Update Daniel Teichmann's mail adress. 2019-04-15 21:24:56 +02:00
examples examples/surf-display.default: Fix typo (double underscore in var name). 2017-12-13 10:54:59 +01:00
ChangeLog Update changelog 2022-10-11 13:44:41 +02:00
LICENSE Added LICENSE-file to midori-display. 2017-03-22 15:52:58 +01:00
Makefile Makefile: Fix comment line. 2017-06-27 12:30:01 +02:00
README.md README: add explanations 2022-10-11 13:44:00 +02:00

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

  1. git clone https://tildegit.org/solene/surf-display-openbsd
  2. 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.