Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ajnart/homarr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.10
Choose a base ref
...
head repository: ajnart/homarr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 27, 2025

  1. Copy the full SHA
    3236402 View commit details
  2. Copy the full SHA
    274eaa9 View commit details

Commits on Feb 19, 2025

  1. Copy the full SHA
    1251a89 View commit details
  2. docs: Add links to all banners of readme (#2276)

    Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
    jo-chemla and Meierschlumpf authored Feb 19, 2025
    Copy the full SHA
    1d3a4af View commit details
Showing with 32 additions and 7 deletions.
  1. +5 −0 .github/ISSUE_TEMPLATE/bug.yml
  2. +5 −0 .github/ISSUE_TEMPLATE/feature-request.yml
  3. +5 −0 .github/ISSUE_TEMPLATE/idea.yml
  4. +5 −0 .github/ISSUE_TEMPLATE/module.yml
  5. +12 −7 README.md
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,11 @@ description: Report something that's broken, or not working like intented!
title: '<title>'
labels: ['🐛 Bug']
body:
- type: markdown
attributes:
value: |
> [!WARNING]
> If you want to report a bug for 1.0, please open it on the new [repository](https://github.com/homarr-labs/homarr/issues/new/choose).
- type: dropdown
id: environment
attributes:
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,11 @@ description: Request a feature to help improve Homarr!
title: '<title>'
labels: ['✨ Feature']
body:
- type: markdown
attributes:
value: |
> [!WARNING]
> If you want to request a feature for 1.0, please open it on the new [repository](https://github.com/homarr-labs/homarr/issues/new/choose).
- type: textarea
id: feature
attributes:
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/idea.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,11 @@ description: Tell us your idea! We may implement it.
title: '<title>'
labels: ['🤔 Idea']
body:
- type: markdown
attributes:
value: |
> [!WARNING]
> If you have an idea for 1.0, please open it on the new [repository](https://github.com/homarr-labs/homarr/issues/new/choose).
- type: textarea
id: feature
attributes:
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/module.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@ name: 🏗️ Module request
description: Request for a module to be added / an integration with you favourite service !
title: '<title>'
body:
- type: markdown
attributes:
value: |
> [!WARNING]
> If you want to request a new integration for 1.0, please open it on the new [repository](https://github.com/homarr-labs/homarr/issues/new/choose).
- type: textarea
id: name
attributes:
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
> [!IMPORTANT]
> The Homarr repository has been moved to [HomarrLabs](https://github.com/homarr-labs/homarr)
> Please create issues related to 1.0 there. This repository will be archived once the 1.0 is fully polished.
> 1.0 is a complete rewrite and to migrate you have to change your compose file. Please follow the [Migration Guide](https://homarr.dev/blog/2025/01/19/migration-guide-1.0) and read the [Breaking Changes](https://homarr.dev/blog/2024/09/23/version-1.0#breaking-changes)

<!-- Project Title -->
![Banner](docs/banner.png)
[![Banner](docs/banner.png)](https://homarr.dev/)

<!-- Badges -->
<p align="center">
@@ -41,7 +46,7 @@ Simplify the management of your server with Homarr - a sleek, modern dashboard t
<br/>
<br/>

![Features Section](docs/section-features.png)
[![Features Section](docs/section-features.png)](https://homarr.dev/)

- 🖌️ Highly customizable with an extensive drag and drop grid system
- ✨ Integrates seamlessly with your favorite self-hosted applications
@@ -57,7 +62,7 @@ Simplify the management of your server with Homarr - a sleek, modern dashboard t
<br/>
<br/>

![Widgets & Integrations Section](docs/section-widgets-and-integrations.png)
[![Widgets & Integrations Section](docs/section-widgets-and-integrations.png)](https://homarr.dev/docs/category/widgets)

Homarr has a [built-in collection of widgets and integrations](https://homarr.dev/docs/category/integrations), that connect to your applications and enable you to control them directly from the dashboard.
Each widget and integration has a comprehensive documentation
@@ -99,25 +104,25 @@ We're constantly adding new integrations and widgets, which will enhance your ex
<br/>
<br/>

![Preview Section](docs/section-preview.png)
[![Preview Section](docs/section-preview.png)](https://demo.homarr.dev/)

https://user-images.githubusercontent.com/30572287/217098893-5880e7de-13d0-42c5-b505-f7921593396f.mp4

<br/>
<br/>

![Installation Section](docs/section-installation.png)
[![Installation Section](docs/section-installation.png)](https://homarr.dev/docs/category/installation-1)

Since we are updating Homarr very frequently, we recommend reading our official installation guides:

<a href="https://homarr.dev/docs/getting-started/installation/">
<a href="https://homarr.dev/docs/category/installation-1">
<img src="docs/installation-button.png" width="200" />
</a>

<br/>
<br/>

![Contribute Section](docs/section-contribute.png)
[![Contribute Section](docs/section-contribute.png)](https://github.com/ajnart/homarr/blob/dev/CONTRIBUTING.md)
Homarr is maintained by motivated developers in their free-time.
We work for fun and learning on this project.