2022-05-13 17:31:51 +02:00
2022-05-13 13:50:23 +02:00
2022-05-13 03:54:32 +02:00
2022-05-13 02:44:05 +02:00
2022-04-25 23:32:50 +02:00
2022-05-12 23:05:54 +02:00
2022-05-12 20:34:05 -04:00
2022-04-30 21:39:59 +02:00
2022-05-04 07:29:49 +02:00
2022-04-24 22:36:47 +02:00
2022-05-13 13:29:32 +02:00
2022-05-12 20:34:05 -04:00
2022-04-24 22:36:47 +02:00
2022-04-24 22:36:47 +02:00
2022-05-08 21:44:48 +02:00
2022-04-24 22:36:47 +02:00
2022-05-13 04:10:23 +02:00
2022-05-13 04:10:50 +02:00
2022-05-13 17:31:51 +02:00
2022-04-24 22:36:47 +02:00

Homarr

A homepage for your server.
Demo ↗️ Install ➡️

Join the discord!

📃 Table of Contents

🚀 Getting Started

About

Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.

⤴️ Back to Top

Installation

Deploying from Docker Image 🐳

Supported architectures: x86-64, ARM, ARM64

Requirements:

Standard Docker Install

docker run --name homarr -p 7575:7575 -d ghcr.io/ajnart/homarr

Docker Compose

---
version: '3'
#--------------------------------------------------------------------------------------------#
#                               Homarr -  A homepage for your server.                        #
#--------------------------------------------------------------------------------------------#
services:
  homarr:
    container_name: homarr
    image: ghcr.io/ajnart/homarr
    restart: unless-stopped
    ports:
      - '7575:7575'

Building from Source 🛠️

Requirements:

Installing

  • Clone the GitHub repo: git clone https://github.com/ajnart/homarr.git & cd homarr
  • Install all dependencies: yarn install
  • Build the source: yarn build
  • Start the NextJS web server: yarn start
  • Note: If you want to update the code in real time, launch with yarn dev

💖 Contributing

Please read our Contribution Guidelines

All contributions are highly appreciated.

⤴️ Back to Top

Description
Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr):
https://homarr.dev/ Readme MIT 40 MiB
Languages
TypeScript 98%
JavaScript 1.3%
SCSS 0.5%
Dockerfile 0.2%