A webapp for sharing urls.
[Currently WIP]
This project is currently Work in Progress. Some functionality might not be implemented yet.
Table of Contents
While there are several existing services that allow you to bookmark or share links, many are closed-source and lack the flexibility and customization. With urlStash, you get the power and control over your data by self hosting your own instance.
git clone https://github.com/ary82/urlStash.git && cd urlStash
cp ./.env.example ./.env
cp ./web/.env.example ./web/.env
# Populate the empty fields
psql -h localhost -p PORT -U USERNAME -W urlStash -f ./migrations/init_up.sql
make run
# Or watch for changes using air
make watch
cd web
# Install dependencies
pnpm install
# Run in dev mode
pnpm run dev
# Or build
pnpm run build
Code
Features