Favicon of Servas

Servas

Organize your bookmarks with tags and nested groups. This self-hosted, open-source manager works on all devices and has browser extensions for easy saving.

Take control of your web links with a personal, self-hosted bookmark manager. This open-source tool provides a private space to organize your digital library, accessible across all your devices. It's designed for users who value data ownership and customization.

Organize your bookmarks with precision using a flexible system. Key features include:

  • Advanced Organization: Structure links with nested groups and tags. Create smart groups that automatically populate based on tags.
  • Browser Integration: Save new links directly from your browser with extensions for Firefox and Chrome-based browsers.
  • Data Portability: Easily import and export your entire library using Netscape bookmark format (HTML) or JSON, ensuring you can always back up your data.
  • Easy Deployment: Get started quickly with the provided Docker image, which supports both SQLite and MariaDB databases.
  • Public Sharing: Share specific collections of links by making a group public via a unique link.
  • User-Friendly Interface: Find what you need quickly with a powerful search bar, navigate easily with a persistent sidebar, and work comfortably at night with dark mode.

Directory Structure

servas
data
.env
docker-compose.yml

docker-compose.yml

services:
  servas:
    image: beromir/servas
    container_name: servas
    restart: unless-stopped
    ports:
      - "8080:80"
    environment:
      - APP_NAME=Servas
      - APP_URL=${APP_URL}
      - APP_KEY=${APP_KEY}
      - APP_DEBUG=false
      - DB_CONNECTION=sqlite
      - DB_DATABASE=/var/www/html/storage/database.sqlite
    volumes:
      - ./data:/var/www/html/storage

.env

APP_URL=http://localhost:8080
APP_KEY=base64:your_generated_32_char_key_here
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Servas

Favicon

 

  
  
Favicon

 

  
  
Favicon