XK9274 / syncthing-app-miyoo

Sets up Syncthing and injects into Onions runtime
84 stars 2 forks source link

Unable to access web GUI after install. #17

Open Inkerlink opened 2 months ago

Inkerlink commented 2 months ago

I have been unable to access the web GUI after a new install on my Miyoo Mini Plus. My MMP is running the latest 4.3.1-1 update for Onion OS. I copied over the Syncthing folder as instructed using FileZilla (at first I didn't have the transfer type set to 'binary', but then I re-copied it over while having it set to 'binary' and overwrote all files.). I ran the installer and it seemed to complete successfully. I confirmed the IP address to connect to and tried to enter it into my browser along with appending ':8384' to the end of the address, and my browser says it 'refuses to connect' and doesn't show anything. I tried using a different browser (Edge instead of Vivaldi) and it gave me the same thing. I rebooted the MMP multiple times but it didn't help. I confirmed wi-fi is enabled and I'm using the right address. The only thing I haven't been able to try right now is copying the Synthing files directly to the SD card, since I don't have an SD card reader for my PC currently. Any advice on what to do?

manzaloros commented 1 month ago

Can you check your App/Syncthing/config/config.xml and find the GUI entry? It should be 0.0.0.0:8384. If it's not, you won't be able to view the web GUI.

thloesch commented 1 week ago

Hi ! Same issue here. I'm also on the latest OnionOS version (4.3.1-1). After the Syncthing inital setup, the config folder doesn't seem to be created.

A screenshot of the files in my App/Syncthing/ folder : image

and the content of the config.json : { "label": "Syncthing", "icon": "icon/icon.png", "launch": "launch.sh", "description": "Initial setup and runtime.sh inject" }

Could it be that something turned wrong during the first launch of the app on this firmware ?