Will Warren

Results 11 issues of Will Warren

Currently the API is completely unrestricted. Anyone who can access the ip/port where the server is running can talk to it. There are a few different options that might be...

enhancement

This is new since I made some changes to the javalin-openapi version etc. The error is harmless, but barfs this into the server log when you visit /swagger: ``` [01:12:50...

bug

Added the ability to send discord messages via webhooks (no new dependencies were added). Configured using a new `[discord]` section in the config file (I updated the example file as...

notfication-service

HomeSpan is a library for ESP32 devices to enable them to speak HomeKit. After a huge amount of tests, it seems that when pairing these devices with Home Assistant via...

``` $ curl -i -X 'POST' 'http://localhost:4567/v1/server/exec' -H 'accept: */*' -H 'key: change_me' -H 'Content-Type: application/x-www-form-urlencoded' -d 'command=list&time=' HTTP/1.1 500 Server Error Date: Fri, 14 Jul 2023 17:29:22 GMT Content-Type:...

Could maybe add this info to `GET /v1/player(s)` instead?

The default `figure` shortcode in Hugo supports linking images using the `link`, `target`, and `rel` attributes on the image. e.g. ``` {{< figure src="image.png" link="image.png" target="_blank" >}} ``` This change...

Had to put everything in default because I was in a rush... These should go into media * plex * tautulli * sabnzbd * radarr * sonarr Will need to...

enhancement