selfhoster1312

Results 16 issues of selfhoster1312

This works with GET/POST params as explained in [bottle docs](https://bottlepy.org/docs/dev/api.html#bottle.BaseRequest.params).

### Describe the bug Sending an SVG to an iPad fails. ### To reproduce 1. Open LocalSend on two devices, on one which is iPad. 2. Send a SVG to...

Very experimental PR. Don't merge yet. Add bulk operations for adding users/domains where config is regenerated only once, which saves a lot of time. More coming up.

Since #118 was merged yesterday, i believe there is a mismatch between how package_linter and yunohost process the `resources.apt.packages` list in a string form. From [yunohost](https://github.com/YunoHost/yunohost/blob/dev/src/utils/resources.py#L1094): ``` self.packages = [value.strip()...

New Jellyfin version ! Still a few TODOs. See next comment. Many [new features](https://jellyfin.org/posts/jellyfin-release-10.9.0/). Also fixes automatic server discovery (#141). Some warnings i don't know what to do about: ```...

Jellyfin supports automatic discovery via broadcast packages. However, it's currently broken (only returns LAN IP not exposed URL) until the next release, see https://github.com/jellyfin/jellyfin/issues/10005 However, when that bug is fixed...