https://github.com/snaacky/desklounge
An unofficial desktop app wrapper for TheLounge
https://github.com/snaacky/desklounge
app desktop electron thelounge web webapp wrapper
Last synced: about 1 month ago
JSON representation
An unofficial desktop app wrapper for TheLounge
- Host: GitHub
- URL: https://github.com/snaacky/desklounge
- Owner: Snaacky
- License: unlicense
- Created: 2025-04-18T09:09:03.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-18T13:49:46.000Z (about 1 month ago)
- Last Synced: 2025-04-18T23:15:52.914Z (about 1 month ago)
- Topics: app, desktop, electron, thelounge, web, webapp, wrapper
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# desklounge
An unofficial desktop app wrapper for TheLounge## Features
* Desktop-esque user experience for TheLounge
* Close to system tray
* System tray notification icon
* Open links in native web browser## Setup
Fill out the following `config.json` and place it in the same folder as the application:
```json
{
"url": "https://thelounge.domain.tld",
"width": 1200,
"height": 800
}
```## Screenshot
## Dependencies
* Windows
* NodeJS
* Electron
* Electron-Forge## Build
1. `git clone [email protected]:Snaacky/desklounge.git`
2. `cd desklounge`
3. `npm install`
4. `npx electron-forge make`