View Single Post
Old 05-10-2023, 08:09 AM   #5
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 726
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
@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"
mariosipad is offline   Reply With Quote