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:
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/storageAPP_URL=http://localhost:8080
APP_KEY=base64:your_generated_32_char_key_hereAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago