🌐 An intuitive and simple GUI for managing
urlwatch.
urlwatch UI is a web-based UI for managing jobs on urlwatch, with easy configuration and quick to get started.
- Node.js v16+
pnpm/npm/yarnpackage manager
I use pnpm as my package manager, although npm or yarn should work too.
- Clone this repo and enter the repo directory.
pnpm installto install the dependencies.pnpm buildto build the production files.pnpm startto start the server.
You can specifiy the server port through the
PORTenvironment variable.Example:
PORT=3000 pnpm start
This web app is build using SvelteKit, TypeScript and Tailwind.
pnpm dev to start the dev server. The rest is pretty simple.
- Dockerize app installation and setup
- Add all job configurations (filters, etc.) when adding a new job, and editing and existing job.
Additionally, many thanks to Thomas Perl for creating urlwatch. urlwatch is © 2022 Thomas Perl.
