NeonLink is a simple and open-source solution for anyone wanting to manage their bookmarks on their own server. This lightweight application is designed for privacy and simplicity, giving you complete control over your saved links. Due to its minimal system requirements, it is an ideal choice for deployment on low-power devices like the Raspberry Pi.
Organize your digital library with a host of practical features:
Installation is straightforward using Docker, allowing you to get your personal bookmarking service running in minutes.
services:
neonlink:
image: alexscifier/neonlink:latest
container_name: neonlink
restart: unless-stopped
ports:
- 3333:3333
environment:
- ALLOW_REGISTER=true
volumes:
- ./data:/app/data# No sensitive credentials are required for the default Neonlink configuration.
# If you need to define custom environment variables in the future, add them here.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago