Self-hosted bookmark manager.
LinkHive is a self-hosted bookmark manager built with NextJS.
Currently LinkHive is still in development and not suggested in any way to be used in production.
Will update these instructions cleaner if/when it becomes a higher priority.
This is a ReactJS app using NextJS. So you'll need all of the dependencies that come along with that.
There also might need to be some prep that involves Prisma. Maybe running npx prisma db push
and npx prisma db seed
?
Create a .env
containing:
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=say_lalisa_love_me_lalisa_love_me_hey
Run npm run dev
docker build -t linkhive-app .
docker run -p 3000:3000 linkhive-app
- You can have bookmarked links
- CRUD operations on links
- Navigation
- Docker support
- Multi-user support
- Hexagonal links
- Status checking for links