@MontyJ
1 - http/https
A - external access
In your router reforward port 80 to 8083. Don't forward port 443 now.
What happens now if you connect to CW?
B - internal access
Connect directly. i your LAN with a browser to http://<LAN-IP-of-your-PI>:8083
What happens now?
2 - config file
The file app.db can be read with a program called "sqlitebrowser".
It can be installed on your pi with:
sudo apt update && sudo apt upgrade && sudo apt install sqlitebrowser
However to use it you either need X11 forwarding to work or you need to connect a monitor and keyboard/mouse to your Pi.
3 - https
Read up on "let's encrypt"
|