Menu
Libraries |
Category

wol-web

  • Purpose: A web application for Wake-on-LAN (WoL) functionality, allowing users to wake up computers remotely from a browser.
  • Technology Stack:
    • Frontend: SvelteKit (with @sveltejs/adapter-static)
    • Backend: PocketBase (Go) for authentication, database, and API management
  • Key Features:
    • Simplified deployment using PocketBase for backend/auth/database
    • Built-in database management UI via PocketBase
    • Hosts locally to send magic packets within the same network
  • Target Audience: Users needing a lightweight, self-hosted Wake-on-LAN solution with a web interface.
  • Svelte Support: Frontend is built with SvelteKit for a modern UI.
  • Deployment Options:
    • Docker (supports linux/amd64 and linux/arm64)
    • Docker Compose (simplified setup with provided compose.yml)
  • Security: No public user registration; users must be manually created by an admin via PocketBase console.

golangpocketbasesveltesveltekit

Comments