You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd really like to be able to run a copy of Shout with Slick theme installed that runs natively on a laptop or PC. Shout is web interface + node.js backend server, packaging it in Electron yields the following benefits:
Makes Shout + Slick accessible to end-users without requiring the to install it on a server with a public IP or run it on a local machine with a CLI + browser window (which is terrible UX)
The ability to read and search log files (from local filesystem) while offline
Native OS launching / toggle-ability between other native apps
Viewing the interface "chromeless" without the browser interface chrome for a nicer interface
Ability to implement other network level plugins like XMPP...
This should be achievable without too much effort using the Electron shell & packager made by Github. I believe @tthew was tinkering with this idea :)
I'd really like to be able to run a copy of Shout with Slick theme installed that runs natively on a laptop or PC. Shout is web interface + node.js backend server, packaging it in Electron yields the following benefits:
This should be achievable without too much effort using the Electron shell & packager made by Github. I believe @tthew was tinkering with this idea :)