TasUI
TasUI copied to clipboard
Trying to help
Not an issue but could not think of anywhere else to put thiis. I cloned TasUI to try an install on my RPi3 as exposing the local network to an external site does seem somewhat dangerous?
Sadly the install LOOKS like it wants ARCH Linux and hence the install failed on a Raspberry Pi 3 with Raspbian.
Thoughts?
@scargill:
TasUI uses nodejs, npm and other javascript dependencies. I have never used it on Linux.
Can you try to install npm and yarn and do
yarn install
&& yarn start
What is the error that you see?
@scargill : Just to let you know, all the websites load javascript in browsers and these javascripts can run things on local network. The only difference in TasUI is we tell you what we are trying to do and the source code is available for everyone to see if anything fishy is going on.