Raspberry PI pi-timolo

Installation

Before you start make sure you are up-to-date

sudo apt-get update

sudo apt-get upgrade

curl -L https://raw.github.com/pageauc/pi-timolo/master/source/pi-timolo-install.sh | bash

Running

` cd ~/pi-timolo

./pi-timolo.py`

Web server

Enable port in firewall ufw allow 8080/tcp

Run ./webserver.py

Using config /root/pi-timolo/config.py

http://192.168.178.46:8080

Configuring with menubox

./menubox.sh

Rclone more

Configuring to remote servers (e.g dropbox)

rclone config

follow onscreen prompts... if you are in ssh (rather than desktop)y ou'll need the config from a remote machine eg

rclone authorize "dropbox"

  • verify on browser and get a token, paste this in to pi config

{"access_token":"xxx","token_type":"bearer","refresh_token":"xxx","expiry":"2021-05-23T22:11:25.244249+01:00"}

rclone listremotes to check all ok