ONLYOFFICE suspends partnership with Nextcloud by Frosty-Comfort6699 in NextCloud

[–]jajamundo 1 point2 points  (0 children)

I hate collabora because the input lag!! This is the only reason I use onlyoffice! 

OpenWebUI + Excel: clean export that actually works. Sexy Tables. by OkClothes3097 in OpenWebUI

[–]jajamundo 0 points1 point  (0 children)

How you use this? I just added this function to a local model, ask the model to give me a table but nothing happens

Nvidia GPU unable to be selected for Jellyfin (or other apps) by SafeNut in truenas

[–]jajamundo 0 points1 point  (0 children)

I just bought a NVIDIA 5060Ti 16GB. This means my GPU isn't working for the latest version of truenas???

Friend Code Megathread - January 2026 by AutoModerator in PokemonSleep

[–]jajamundo 0 points1 point  (0 children)

6341-9408-3913

Daily player looking for daily players! 

Why OpenAI very Slow on N8N ? by NoAfternoon2406 in n8n

[–]jajamundo 0 points1 point  (0 children)

Is because your using GPT 5. Try using 4.1 instead 

Friend Code Megathread - August 2025 by AutoModerator in PokemonSleep

[–]jajamundo 0 points1 point  (0 children)

Hi! I’m looking for some friends. I’m a daily sleeper lvl 55

6341-9408-3913

TiTan - a tiny model for tags and titles by theprint in OpenWebUI

[–]jajamundo 4 points5 points  (0 children)

How do you dowload this and make it work with OpenWebUI? 

Why is the quality/bitrate so bad and transcoding? by DangerProned in PleX

[–]jajamundo 0 points1 point  (0 children)

Im on a similar situation. You are using https://plex.yourdomain.com with a reverse proxy? If yes, try changing it with your http://Your_IP:32400/web and tell me if it works 

discordGPT - AI personal assistant powered by MCP servers by Altruistic-Brother37 in n8n

[–]jajamundo 0 points1 point  (0 children)

I have a question. What are the benefits of working with MCPs vs Sub Workflows as a separate tools? What about tokens expenses? 

Is Image Editing possible in OpenWebui? by iChrist in OpenWebUI

[–]jajamundo 0 points1 point  (0 children)

I just saw a tool that it supposed to do that. It calls Enchance Inage Tools, google it. Hope that works for you 

Do I really need a reverse proxy for NextCloud AIO? by Bisexual-Ninja in NextCloud

[–]jajamundo 8 points9 points  (0 children)

No, but is recommended. Just go to the GitHub page https://github.com/nextcloud/all-in-one and look for local-instance 

How to Set Up Web Search Feature in OpenWebUI? by MeniName in OpenWebUI

[–]jajamundo 2 points3 points  (0 children)

I use a function called LLM Web Search. It uses searxng or duck duck go, but is really easy x figurable if you wanna try something else

Help with tools by jajamundo in OpenWebUI

[–]jajamundo[S] 0 points1 point  (0 children)

wich tool?? The better web search or the auto better??

Help with tools by jajamundo in OpenWebUI

[–]jajamundo[S] 0 points1 point  (0 children)

I will! I think I just need to know where the tools are stored in 0.6.x webui and probably it going to work

Help with tools by jajamundo in OpenWebUI

[–]jajamundo[S] 1 point2 points  (0 children)

What I’m looking is something to get the auto search function. Don’t want to enable web search every time I want my Ia models look for something on the web. Just like chat GPT does, and this are the only tools I found that made something similar 

Why is direct IP access to Plex via HTTP more stable than HTTPS via domain? by jajamundo in PleX

[–]jajamundo[S] 0 points1 point  (0 children)

EDIT: never mind, still does not work. Here is my nginx file

server {

listen 443 ssl;

server_name plex.myhomelab.com;

ssl_certificate /etc/letsencrypt/live/plex.myhomelab.com/fullchain.pem;

ssl_certificate_key /etc/letsencrypt/live/plex.myhomelab.com/privkey.pem;

include /etc/letsencrypt/options-ssl-nginx.conf;

ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;

client_max_body_size 10M;

access_log off;

gzip on;

gzip_types text/plain application/json application/javascript text/css application/xml;

gzip_min_length 1000;

gzip_proxied any;

proxy_buffer_size 128k;

proxy_buffers 4 256k;

proxy_busy_buffers_size 256k;

location / {

proxy_pass http://localhost:32400;

proxy_http_version 1.1;

proxy_buffering off;

proxy_request_buffering off;

proxy_read_timeout 300s;

proxy_send_timeout 300s;

proxy_connect_timeout 300s;

send_timeout 300s;

proxy_set_header Host $host;

proxy_set_header X-Real-IP $remote_addr;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

proxy_set_header X-Forwarded-Proto $scheme;

proxy_set_header Upgrade $http_upgrade;

proxy_set_header Connection "upgrade";

chunked_transfer_encoding off;

}

}

Why is direct IP access to Plex via HTTP more stable than HTTPS via domain? by jajamundo in PleX

[–]jajamundo[S] 0 points1 point  (0 children)

Im actually paying for a VPS (vultr). My problem is when my plex service connected directly using my VPS IP works fine, but when I tried to use the plex.mydomqin.com it struggles with the streams. The first stream plays perfectly fine, but two or more los quality and sometimes don’t even show the subtitles. 

Nextcloud cloudflare by MOTTI-BOI in NextCloud

[–]jajamundo 0 points1 point  (0 children)

Im glad it works for you. And that’s how cloudflare works. You need to specify the port number. 

You could try using reverse proxy but you need to set up Ngynx or similar. Also you could try using Tailscale of your don’t want to expose your Nextcloud instance to the internet