Simple self-hosted bookmark service.
100K+
NeonLink is a simple and open-source self-hosted bookmark service. It is lightweight, uses minimal dependencies, and is easy to install via Docker. Due to the low system requirements, this application is ideal for deployment on the RaspberryPI.
You can easily install an application using Docker. The images are also optimized for RaspberryPi.
Then run the command which will install the Docker container.
docker run -p {80}:3333 -v {/path/to/data}:/app/data -v {/path/to/backgrounds}:/app/public/static/media/background alexscifier/neonlink:latest
Or you can install with docker-compose.yml file
#clone repo
git clone https://github.com/AlexSciFier/neonlink.git
cd neonlink
#edit doker-compose.yml and run docker compose
docker-compose up -d
Content type
Image
Digest
sha256:6e7bf4a82…
Size
102.2 MB
Last updated
3 months ago
docker pull alexscifier/neonlink