x86pup
x86pup
Signed-off-by: r3g_5z Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Submit...
## Is your feature request related to a problem? Please describe. A great use-case for UNIX sockets are for finer-grained access controls. For example, I only want my reverse proxy...
Ideally it should be Android 10 or 11 because the [minimum WebView version allowed is 89](https://github.com/GrapheneOS/PdfViewer/blob/29a004091e24f5a821c1b65c80b703019d5f3ca8/app/src/main/java/app/grapheneos/pdfviewer/PdfViewer.java#L68), and [Chromium 89 came out in March 2021](https://developer.chrome.com/blog/new-in-chrome-89/) but that may be too aggressive....
Hi, I'd like to use a UNIX socket in my REDIS_URL, mainly for an additional security benefit but all variations of using a direct path in the REDIS_URL yaml key...
jemalloc defaults to enabling stats if `--enable-stats` is not present and `--disable-stats` was not set: https://github.com/jemalloc/jemalloc/blob/fa451de17fff73cc03c31ec8cd817d62927d1ff9/configure.ac#L1331-L1333 This issue was observed when we were building with `stats` and noticed the output...
This is an implementation of Dendrite's admin API endpoint for downloading the room state from another server and replaces our room state with the remote server's ("download state"): https://github.com/matrix-org/dendrite/blob/46902e5766cc8efcc4f1abb38789f8179893c17d/roomserver/internal/perform/perform_admin.go#L225 One...
Currently we just force it to None ```rs Ok(create_content::v3::Response { content_uri, blurhash: None, }) ``` We will need to do excessively large image width/height checks to avoid calculating blurhash if...
There are a ton that are not documented, I also think there's a `workers` config option maybe from one of the HTTP libraries? Don't think it's that useful though if...