🌐 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
/yarn
package manager
I use pnpm
as my package manager, although npm
or yarn
should work too.
- Clone this repo and enter the repo directory.
pnpm install
to install the dependencies.pnpm build
to build the production files.pnpm start
to start the server.
You can specifiy the server port through the
PORT
environment 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.