Joe Stump
Joe Stump
Or possibly even yt-dlp? I notice there's a caching argument in one of the Docker files. Would be neat to use yt-dlp with basically any video URL. Just spent a...
Ironically, I can delete myself as the admin. 😄 When I log in as the main admin (as defined in `config.yml`), I am unable to upgrade privileges to users who've...
Seeing the following: ``` [18:47:23] [ERR] [294] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in YoutubeMetadata System.ArgumentNullException: Value cannot be null. (Parameter 'input') at System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg) at System.Text.RegularExpressions.Regex.Match(String input) at Jellyfin.Plugin.YoutubeMetadata.Providers.AbstractYoutubeRemoteProvider`3.GetYTID(String name) at Jellyfin.Plugin.YoutubeMetadata.Providers.AbstractYoutubeRemoteProvider`3.GetMetadata(E info,...
The URL is `http://AppLink:AppPort`, but I couldn't find `AppLink` or `AppPort` in the code and they don't appear to be common labels in Docker or anything. Is it possible to...
Currently the app shows `0:0` when there are no `ports` exposed. Very few of my containers are exposed via `ports` as I use caddy-docker-proxy.
I use Authentik for managing user access. It would be nice if I didn't have to manage DweebUI's users separately.
I'm mainly looking at DweebUI to replace Portainer. I manage all of my containers with Ansible. I'd like a way to disable the Apps tab if possible – maybe via...
I've started using TubeSync and am wondering the best way to map the library. I've started with marking it as a Shows library, which results in everything being grouped as...
[BUG]: An error occurred while streaming response. NetworkError when attempting to fetch resource.
### How are you running AnythingLLM? Docker (local) ### What happened? I have Anything LLM running pointed at my local Ollama. My local Ollama is working fine in Open WebUI...
## What does this PR do? This PR is a followup to an exchange I had with @return42 in https://github.com/searxng/searxng/discussions/4027 – It introduces a new plugin called `url_rewrite`, which is...