Badaix Snapweb Save

Web interface for Snapcast

Project README

Snapweb

Web client for Snapcast, optimized for mobile devices, with the look and feel of Snapdroid

Develop

  1. Add your snapserver host as a local environment var
    echo 'VITE_APP_SNAPSERVER_HOST = localhost:1780' > .env.local
    
  2. Install dependencies
    npm ci
    
  3. Run local web server and watcher
    npm run dev
    

Build for production

  1. Install dependencies: npm ci
  2. Build: npm run build
  3. Copy the created dest directory to some path on your snapserver host and let the [http] doc_root in your snapserver.conf point to it
  4. Restart snapserver and navigate with a browser to http://<snapserver host>:1780
  5. Enjoy :)

Prebuilt versions can be downloaded as zip archive or debian package in Releases.

Setup as WebApp

On Android open http://<snapserver host>:1780 in Chrome and select in the menu Add to homescreen

Screenshot

Screenshot is taken on a Pixel 7 emulation in Chrome DevTools

Snapweb-Dark Snapweb-Light

Contributing

Since my time and my web development skills are limited, pull requests are highly appreciated. Please check the list of open issues.
Branch from the develop branch and ensure it is up to date with the current develop branch before submitting your pull request.

High prio issues:

  • Missing opus support #8
  • Missing Vorbis support #14
Open Source Agenda is not affiliated with "Badaix Snapweb" Project. README Source: badaix/snapweb
Stars
81
Open Issues
12
Last Commit
2 weeks ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating