saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
68 stars 94 forks source link

[App request] Homarr #179

Closed zeroquinc closed 1 year ago

zeroquinc commented 1 year ago

Homarr

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).

Link to Homarr on GitHub

Installation

version: '3'
services:
  homarr:
    container_name: homarr
    image: ghcr.io/ajnart/homarr:latest
    restart: unless-stopped
    volumes:
      - ./homarr/configs:/app/data/configs
      - ./homarr/icons:/app/public/icons
    ports:
      - '7575:7575'

Docs

Link to Docs

Demo

https://homarr.ajnart.fr/

I know we already have a Heimdall role but would love to see a role of this as well as it is actively developed.

RaneyDazed commented 1 year ago

Will give it a whirl! : D

RaneyDazed commented 1 year ago

Got the site up, just checking to make sure it works on remote server as well then will make pr. : )

RaneyDazed commented 1 year ago

PR created. May be a bit before it makes it through due to healthcheck issues? May not be necessary idk yet! : )

zeroquinc commented 1 year ago

Thanks alot man !