Skip to content
/ homarr Public
forked from ajnart/homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)

License

Notifications You must be signed in to change notification settings

huanga/homarr

Repository files navigation

Homarr

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

📃 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:80 -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:80'

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 export
  • Start a web server (Any web server will work):
    • Examples:
      • NodeJS serve: npm i -g serve or yarn global add serve & serve ./out
      • python http.server: python -m http.server 7474 --directory out

⤴️ Back to Top

💖 Contributing

You can contribute by Submitting Bugs, Requesting Features, or Making a pull request!

All contributions are highly appreciated.

⤴️ Back to Top

About

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%