Fenrus

A self hosted personal home page that allows for multiple users, guest access and multiple dashboards for each user. It also has “Smart Apps” which display live data for those apps.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.8"
 
services:
  fenrus:
    image: revenz/fenrus
    container_name: fenrus
    environment:
      - TZ=Pacific/Auckland
    volumes:
      - ./data:/app/data
    ports:
      - 3000:3000
    restart: unless-stopped

Resources

GitHub: https://github.com/revenz/fenrus

Docker Hub: https://hub.docker.com/r/revenz/fenrus

Configuration: https://github.com/revenz/fenrus#docker