2022-05-24 21:26:10 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
<!-- Project Title -->
|
2022-05-24 21:26:10 +02:00
|
|
|
|
<h1 align="center">Homarr</h1>
|
2022-05-24 21:21:20 +02:00
|
|
|
|
|
|
|
|
|
|
<!-- Badges -->
|
2022-05-24 21:26:10 +02:00
|
|
|
|
<p align="center">
|
2022-05-24 21:21:20 +02:00
|
|
|
|
<img src="https://img.shields.io/github/stars/ajnart/homarr?label=%E2%AD%90%20Stars&style=flat-square?branch=master&kill_cache=1%22">
|
|
|
|
|
|
<a href="https://github.com/ajnart/homarr/releases/latest">
|
|
|
|
|
|
<img alt="Latest Release (Semver)" src="https://img.shields.io/github/v/release/ajnart/homarr?label=%F0%9F%9A%80%20Release">
|
|
|
|
|
|
</a>
|
|
|
|
|
|
<a href="https://github.com/ajnart/homarr/actions/workflows/docker.yml">
|
|
|
|
|
|
<img title="Docker CI Status" src="https://github.com/ajnart/homarr/actions/workflows/docker.yml/badge.svg" alt="CI Status">
|
|
|
|
|
|
</a>
|
2022-08-31 16:00:59 +02:00
|
|
|
|
<a href=https://crowdin.com/project/homarr>
|
|
|
|
|
|
<img title="Translations" src="https://badges.crowdin.net/homarr/localized.svg" />
|
|
|
|
|
|
</a>
|
2022-05-24 21:21:20 +02:00
|
|
|
|
<a href="https://discord.gg/aCsmEV5RgA">
|
|
|
|
|
|
<img title="Discord" src="https://discordapp.com/api/guilds/972958686051962910/widget.png?style=shield">
|
|
|
|
|
|
</a>
|
2022-05-24 21:26:10 +02:00
|
|
|
|
</p>
|
2022-05-24 21:21:20 +02:00
|
|
|
|
|
|
|
|
|
|
<!-- Links -->
|
2022-05-24 21:26:10 +02:00
|
|
|
|
<p align="center">
|
2022-05-24 21:21:20 +02:00
|
|
|
|
<i>Join the discord! — Don't forget to star the repo if you are enjoying the project!</i>
|
2022-05-24 21:26:10 +02:00
|
|
|
|
</p>
|
2023-01-08 06:36:24 -08:00
|
|
|
|
<h3 align="center"><a href="https://homarr.dev">Read the Docs</a></h3>
|
2022-05-24 21:26:10 +02:00
|
|
|
|
<p align="center">
|
2023-01-18 18:13:22 +09:00
|
|
|
|
<a href="https://demo.homarr.dev/"><strong> Demo ↗️ </strong></a> • <a href="https://homarr.dev/docs/introduction/installation"><strong> Install ➡️ </strong></a>
|
2022-05-24 21:26:10 +02:00
|
|
|
|
</p>
|
2022-05-23 18:30:11 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Homarr Description -->
|
2022-10-25 09:14:19 +09:00
|
|
|
|
<img align="right" width=150 src="public/imgs/logo/logo-color.svg" />
|
2022-05-24 21:21:20 +02:00
|
|
|
|
|
|
|
|
|
|
Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
|
|
|
|
|
|
|
|
|
|
|
|
It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases).
|
|
|
|
|
|
|
2023-01-18 17:26:09 +00:00
|
|
|
|
For a full list of integrations, [head over to our documentation](https://homarr.dev/docs/integrations/).
|
2022-05-24 21:21:20 +02:00
|
|
|
|
|
|
|
|
|
|
If you have any questions about Homarr or want to share information with us, please go to one of the following places:
|
|
|
|
|
|
|
|
|
|
|
|
- [Github Discussions](https://github.com/ajnart/homarr/discussions)
|
|
|
|
|
|
- [Discord Server](https://discord.gg/aCsmEV5RgA)
|
2022-05-13 17:29:03 +02:00
|
|
|
|
|
2023-01-08 06:36:24 -08:00
|
|
|
|
**For more information, [read the documentation!](https://homarr.dev/docs/about)**
|
2022-05-24 21:21:20 +02:00
|
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
|
<summary><b>Table of Contents</b></summary>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
|
|
|
|
- [✨ Features](#-features)
|
|
|
|
|
|
- [👀 Preview](#-preview)
|
2023-01-08 06:36:24 -08:00
|
|
|
|
- [🛠️ Running a dev environment](#️-running-a-dev-environment)
|
2022-05-12 13:07:47 +02:00
|
|
|
|
- [💖 Contributing](#-contributing)
|
2022-05-24 21:21:20 +02:00
|
|
|
|
- [📜 License](#-license)
|
2022-05-11 15:10:05 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
</p>
|
|
|
|
|
|
</details>
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
---
|
2022-05-11 15:10:05 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
## ✨ Features
|
|
|
|
|
|
- Integrates with services you use.
|
2022-07-28 13:37:17 +02:00
|
|
|
|
- Search the web directly from your homepage.
|
2022-05-24 21:21:20 +02:00
|
|
|
|
- Real-time status indicator for every service.
|
2022-07-28 13:37:17 +02:00
|
|
|
|
- Automatically finds icons while you type the name of a service.
|
2022-05-24 21:21:20 +02:00
|
|
|
|
- Widgets that can display all types of information.
|
|
|
|
|
|
- Easy deployment with Docker.
|
|
|
|
|
|
- Very light-weight and fast.
|
|
|
|
|
|
- Free and Open-Source.
|
|
|
|
|
|
- And more...
|
2022-05-11 15:10:05 +02:00
|
|
|
|
|
2022-05-24 21:26:10 +02:00
|
|
|
|
**[⤴️ Back to Top](#homarr)**
|
2022-05-11 15:10:05 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
## 👀 Preview
|
|
|
|
|
|
<img alt="Homarr Preview" align="center" width="100%" src="https://user-images.githubusercontent.com/71191962/169860380-856634fb-4f41-47cb-ba54-6a9e7b3b9c81.gif" />
|
|
|
|
|
|
|
2022-05-24 21:26:10 +02:00
|
|
|
|
**[⤴️ Back to Top](#homarr)**
|
2022-05-24 21:21:20 +02:00
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
2023-01-08 06:36:24 -08:00
|
|
|
|
### 🛠️ Running a dev environment
|
2022-05-11 15:10:05 +02:00
|
|
|
|
|
|
|
|
|
|
_Requirements_:
|
|
|
|
|
|
- [Git](https://git-scm.com/downloads)
|
|
|
|
|
|
- [NodeJS](https://nodejs.org/en/) _(Latest or LTS)_
|
|
|
|
|
|
- [Yarn](https://yarnpkg.com/)
|
|
|
|
|
|
|
|
|
|
|
|
**Installing**
|
|
|
|
|
|
|
2022-05-12 13:07:47 +02:00
|
|
|
|
- Clone the GitHub repo: `git clone https://github.com/ajnart/homarr.git` & `cd homarr`
|
2022-05-11 15:10:05 +02:00
|
|
|
|
- Install all dependencies: `yarn install`
|
2022-05-13 10:37:36 +02:00
|
|
|
|
- Build the source: `yarn build`
|
|
|
|
|
|
- Start the NextJS web server: ``yarn start``
|
2022-05-13 13:32:00 +02:00
|
|
|
|
- *Note: If you want to update the code in real time, launch with ``yarn dev``*
|
2022-05-12 13:07:47 +02:00
|
|
|
|
|
2022-05-24 21:26:10 +02:00
|
|
|
|
**[⤴️ Back to Top](#homarr)**
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
---
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
## 💖 Contributing
|
|
|
|
|
|
**Please read our [Contribution Guidelines](/CONTRIBUTING.md)**
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
All contributions are highly appreciated.
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
2022-05-24 21:26:10 +02:00
|
|
|
|
**[⤴️ Back to Top](#homarr)**
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
---
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
|
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
## 📜 License
|
|
|
|
|
|
Homarr is Licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License)
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
```txt
|
|
|
|
|
|
Copyright © 2022 Thomas "ajnart" Camlong
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
|
|
|
|
in the Software without restriction, including without limitation the rights
|
|
|
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
|
|
|
|
furnished to do so, subject to the following conditions:
|
2022-05-16 01:30:35 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
|
|
|
|
copies or substantial portions of the Software.
|
2022-05-12 13:50:14 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
|
|
|
SOFTWARE.
|
|
|
|
|
|
```
|
2022-05-18 16:55:48 +02:00
|
|
|
|
|
2022-05-24 21:26:10 +02:00
|
|
|
|
**[⤴️ Back to Top](#homarr)**
|
2022-05-18 16:55:48 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
---
|
2022-05-18 16:55:48 +02:00
|
|
|
|
|
2022-05-24 21:21:20 +02:00
|
|
|
|
<p align="center">
|
2023-01-08 06:36:24 -08:00
|
|
|
|
<i>Thank you for visiting! <b>For more information <a href="https://homarr.dev">read the documentation!</a></b></i>
|
2022-05-24 21:21:20 +02:00
|
|
|
|
<br/>
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
</p>
|