Minimal Electron wrapper for Nextcloud.
What it is
- Shows a configuration page (
config.html) to set a Nextcloud URL and then loads that URL in an Electron window. - Stores configuration in the OS user data folder and provides a tray icon with basic controls.
Build (Windows)
- Place a Windows icon at the project root named
icon.ico(optional but recommended). - Install dependencies:
npm install- Create installer:
npm run distThe installer will be output to dist/.
Run (development)
npm start