Fenrus is a self-hosted dashboard that provides a custom home page for quick access to all your personal applications and websites. It acts as a central hub, allowing you to organize your digital life in one convenient place. Installation is straightforward, with Docker being the recommended method for a quick setup.
The core of the organization lies in Groups, which can contain various types of shortcuts to build your perfect dashboard. You can add:
Beyond organizing your apps, you can also configure custom search engines with unique shortcuts for faster searching across different platforms. The system is multi-user capable, with the first registered user automatically gaining administrator privileges to manage other users and system settings. All user configuration is stored locally in a single database file, with sensitive data encrypted for your privacy and security.
services:
fenrus:
image: revenz/fenrus:latest
container_name: fenrus
environment:
- TZ=UTC
volumes:
- ./data:/app/data
ports:
- 3000:3000
restart: unless-stopped# Fenrus does not require any sensitive environment variables by default.
# Configuration is handled via the web interface and stored in the SQLite database within the mapped data volume.Auto-fetched 29 minutes ago
Auto-fetched 29 minutes ago