NeonLink

Create your own private bookmarking service. It's lightweight, open-source, and easy to deploy with Docker, even on a Raspberry Pi. Auto-fetches link details.

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:

  • Tagging and Search: Easily categorize and find your bookmarks with tags and a robust search function.
  • Automatic Metadata: Save time as the service automatically fetches the icon, title, and description for each link you add.
  • Customizable Dashboard: Personalize your bookmarking space with custom backgrounds.
  • Lightweight and Private: Keep your data secure and your system resources free.

Installation is straightforward using Docker, allowing you to get your personal bookmarking service running in minutes.

Directory Structure

neonlink
data
.env
docker-compose.yml

docker-compose.yml

services:
  neonlink:
    image: alexscifier/neonlink:latest
    container_name: neonlink
    restart: unless-stopped
    ports:
      - 3333:3333
    environment:
      - ALLOW_REGISTER=true
    volumes:
      - ./data:/app/data

.env

# No sensitive credentials are required for the default Neonlink configuration.
# If you need to define custom environment variables in the future, add them here.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to NeonLink

Favicon

 

  
  
Favicon

 

  
  
Favicon