Skip to content

Commit

Permalink
Added router.php to php server invocation to handle OPDS requests pro…
Browse files Browse the repository at this point in the history
…perly
  • Loading branch information
dunxd committed Sep 14, 2024
1 parent dbd047a commit 76e380b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COPS/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HA COPS Changelog

## [1.26.1] - 2024-09-14
## [1.26.2] - 2024-09-14

- Incorporate [COPS 3.1.3](https://github.com/mikespub-org/seblucas-cops/releases/tag/3.1.3)
- Add list of all series by author to author page in Bootstrap5 (bootstrap2 and twigged templates already include this with 3.1.3)
Expand Down
2 changes: 1 addition & 1 deletion COPS/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "HA COPS"
version: "1.26.1"
version: "1.26.2"
slug: "ha-cops"
description: "Minimal Calibre library web interface"
url: "https://github.com/dunxd/HomeAssistantAddons/tree/main/COPS"
Expand Down
2 changes: 1 addition & 1 deletion COPS/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ then
rsync --daemon & php -S 0.0.0.0:8000
else
bashio::log.yellow 'starting php server only'
php -S 0.0.0.0:8000
php -S 0.0.0.0:8000 router.php
fi

0 comments on commit 76e380b

Please sign in to comment.