Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
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'
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
oryarn global add serve
&serve ./out
- python http.server:
python -m http.server 7474 --directory out
- NodeJS serve:
- Examples:
You can contribute by Submitting Bugs, Requesting Features, or Making a pull request!
All contributions are highly appreciated.