Fenrus

Create a custom home page with quick access to your personal apps and sites. Organize links into groups, use smart apps for more info, and set up custom search engines.

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:

  • Links: Simple shortcuts to any internal or external website.
  • Basic Apps: Pre-configured applications with high-resolution icons.
  • Smart Apps: These provide a richer experience by displaying extra information queried directly from the application, such as server status or recent activity.
  • Dashboards: Links to other dashboards, allowing for nested and complex layouts.

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.

Directory Structure

fenrus
data
.env
docker-compose.yml

docker-compose.yml

services:
  fenrus:
    image: revenz/fenrus:latest
    container_name: fenrus
    environment:
      - TZ=UTC
    volumes:
      - ./data:/app/data
    ports:
      - 3000:3000
    restart: unless-stopped

.env

# 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.

Share:

Ad
Favicon

 

  
 

Similar to Fenrus

Favicon

 

  
  
Favicon

 

  
  
Favicon