Skip to content

Commit

Permalink
Merge pull request #5 from dunxd/4-nice-updates-for-configyaml
Browse files Browse the repository at this point in the history
Added webui and descriptions for port config options
  • Loading branch information
dunxd committed Apr 28, 2023
2 parents 6e2809b + 02d03e4 commit bda6fe2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion COPS/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# HA COPS Changelog

## [1.6.2] - 2023-04-28

Added webui and descriptions for port config options

## [1.6.1] - 2023-04-27

Set language for ePubreader to undetermined


## [1.6] - 2023-04-21

Initial public release
9 changes: 7 additions & 2 deletions COPS/config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: "HA COPS"
version: "1.6.1"
version: "1.6.2"
slug: "ha-cops"
description: "Minimal Calibre library web interface"
url: "https://github.com/dunxd/HomeAssistantAddons/tree/main/COPS"
init: false
panel_icon: mdi:library
webui: "http://[HOST]:[PORT:8000]/index.php"
watchdog: "http://[HOST]:[PORT:8000]/index.php"
arch:
- armv7
- armhf
Expand All @@ -13,9 +16,11 @@ arch:
ports:
8000/tcp: 8000
873/tcp: 8873
ports_description:
8000/tcp: "HTTP port"
873/tcp: "rsync port"
map:
- media:rw

options:
title: "COPS"
schema:
Expand Down

0 comments on commit bda6fe2

Please sign in to comment.