Lightning-fast bookmark manager with focus on privacy and data ownership.
100K+
Faved is a private open-source bookmark manager built to handle large collections and advanced use cases. Optimized for ease-of-use and efficiency, it lets you save, organize, and search your favorite links in a secure environment that you control. This repository contains the official Docker images for Faved, making it easy to launch the application on your computer or deploy it on your own server.
๐งช Try Live Demoโ | ๐ Visit Websiteโ | ๐ Read the Docsโ
First, pull the latest stable image from Docker Hub.
docker pull denho/faved
The container requires a volume to persist your data (bookmarks, tags, user credentials etc.). The recommended way is to use a named volume.
docker run -d \
--name faved \
-p 8080:80 \
-v faved-data:/var/www/html/storage \
denho/faved
This command will:
-d).--name faved).-p 8080:80). You can change 8080 to any port you prefer.-v faved-data:/var/www/html/storage).Once the container is running, you can access the Faved application in your web browser at http://localhost:8080โ .
Start in the Cloudโ with zero setup, automatic backups, and support. Your data is secured with encryption.
We welcome contributions! If you find a bug or have a feature request, please open an issue on the GitHub repositoryโ . For code contributions, please submit a pull request.
Faved is released under the MIT Licenseโ .
Content type
Image
Digest
sha256:f63ee05ffโฆ
Size
207.4 MB
Last updated
about 2 months ago
docker pull denho/faved