inital commit
This commit is contained in:
49
static/homer/config.yml
Normal file
49
static/homer/config.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
title: "Yarr'!"
|
||||
subtitle: "a poor man's pirate box"
|
||||
icon: "fas fa-skull-crossbones"
|
||||
|
||||
columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12)
|
||||
|
||||
# Set the default layout and color scheme
|
||||
defaults:
|
||||
layout: columns # Either 'columns', or 'list'
|
||||
colorTheme: dark # One of 'auto', 'light', or 'dark'
|
||||
|
||||
header: true
|
||||
footer: <p>Piracy is not the problem, obscurity is.</p>
|
||||
|
||||
# Optional theming
|
||||
theme: default # 'default' or one of the themes available in 'src/assets/themes'.
|
||||
|
||||
services:
|
||||
- name: "Torrent"
|
||||
icon: "fas fa-code-branch"
|
||||
items:
|
||||
- name: "Deluge"
|
||||
icon: "fa-solid fa-download"
|
||||
subtitle: "Torrent client"
|
||||
url: "/deluge/"
|
||||
- name: "Jackett"
|
||||
icon: "fa-solid fa-shirt"
|
||||
subtitle: "Torrent tracker"
|
||||
url: "/jackett/UI/Dashboard"
|
||||
- name: "Radarr"
|
||||
icon: "fa-solid fa-satellite-dish"
|
||||
subtitle: "Movie downloader"
|
||||
url: "/radarr/"
|
||||
- name: "Sonarr"
|
||||
icon: "fa-solid fa-satellite-dish"
|
||||
subtitle: "TV Show downloader"
|
||||
url: "/sonarr/"
|
||||
- name: "Media"
|
||||
icon: "fa-solid fa-compact-disk"
|
||||
items:
|
||||
- name: "OpenBooks"
|
||||
icon: "fa-solid fa-book-skull"
|
||||
subtitle: "eBook tracker and downloader"
|
||||
url: "/openbooks/"
|
||||
- name: "Jellyfin"
|
||||
icon: "fa-solid fa-photo-film"
|
||||
subtitle: "Media vault"
|
||||
url: "/jellyfin/"
|
Reference in New Issue
Block a user