This is a very minimal startpage.
It is build with flask, and intended to be run as a local website, so that you can use it on all your devices.
To configure the startpage, you can create the file config.yaml
in the startpage directory. Have a look at the default config to see the available options.
Run python3 startpage.py
(after installing all required packages with pip3 install -r requirements.txt
).