saltyorg / Sandbox

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

fix(xteve): enable API to allow uploaded channel logos #198

Closed BeansIsFat closed 1 year ago

BeansIsFat commented 1 year ago

Description

If channel logos are manually uploaded in xteve, or if image caching is enabled, clients can't access them because of Authelia. This enables API and adds /data_images as an endpoint to allow clients to access these without being blocked by the middleware.

How Has This Been Tested?

saltydk commented 1 year ago

Any reason this doesn't also expose the API itself?

BeansIsFat commented 1 year ago

Any reason this doesn't also expose the API itself?

No reason other than I didn't realize xteve had an API. I'll add /api to the endpoints.