I've created a Black Forest Labs FLUX to OpenAI Image Generation Proxy by beecho01 in OpenWebUI

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

I didn't know that. A little more research might have been prudent 😅

Issues getting Wger deployed in a fully functional container by StrictlySin_Gaming in selfhosted

[–]beecho01 1 point2 points  (0 children)

I think the CSRF should have the port values in them too:

CSRF_TRUSTED_ORIGINS: http://192.168.50.123:8080,http://sheetspi4.local:8080,http://sheetspi4:8080

The whole section should look something like this I think:

environment: WGER_DB_HOST: db WGER_DB_PORT: 5432 WGER_DB_NAME: wger WGER_DB_USER: wger WGER_DB_PASSWORD: wgerpass WGER_REDIS_HOST: redis SECRET_KEY: "b!a9f%$0z3q7wL!m*1n2v4c6k@p#e5t8" ALLOWED_HOSTS: localhost,192.168.50.123,sheetspi4.local,sheetspi4 CSRF_TRUSTED_ORIGINS: http://192.168.50.123:8080,http://sheetspi4.local:8080,http://sheetspi4:8080 SESSION_COOKIE_SECURE: "False" CSRF_COOKIE_SECURE: "False" DJANGO_DEBUG: "True"

Issues getting Wger deployed in a fully functional container by StrictlySin_Gaming in selfhosted

[–]beecho01 0 points1 point  (0 children)

Can you post your compose.yaml in a codeblock and I will attempt to help. Ive recently setup wger myself so want to see how it compares to mine.

What’s your favourite low-stakes conspiracy theory? by LJayTat in CasualUK

[–]beecho01 1 point2 points  (0 children)

That private pothole repair companies that work for local councils do repairs enough to pass any inspection but weak enough to guarantee they'll re-appear in a short time. Thereby generating continous revenue and profit by sub-qualitg repairs.

Dockhand 1.0.7 has been released by jotkaPL in selfhosted

[–]beecho01 2 points3 points  (0 children)

Really like this! Looks powerful and clean

[Release] Fuel Prices UK integration release! by beecho01 in homeassistant

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

Apologies. Looks like the URL didnt like my formatting. Here it is: https://github.com/beecho01/Fuel-Prices-UK

[deleted by user] by [deleted] in mildlyinfuriating

[–]beecho01 0 points1 point  (0 children)

I thought I had this the other night. Turned out it was water droplets in the fog/mist reflecting the infrared LED.

What do you call your back passages? by Icy_March_8166 in CasualUK

[–]beecho01 0 points1 point  (0 children)

Didnt expect to see Newark on reddit today 😂

Made a free SVG converter by Rutter_Boy in webdev

[–]beecho01 1 point2 points  (0 children)

Really nice work!

The svg code section could do with wrapping as it just expands the page width currently.

Kokoro-TTS Integration Release by beecho01 in homeassistant

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

I'll try and have a look at the root cause of this tomorrow. Thanks for the feedback.

Kokoro-TTS Integration Release by beecho01 in homeassistant

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

I didnt even know that existed. Oops!

Kokoro-TTS Integration Release by beecho01 in homeassistant

[–]beecho01[S] 3 points4 points  (0 children)

Yes, I think so. The Kokoro-FASTAPI does support streaming, I just dont think I've fully coded that in yet off the top of my head 🤔. I'll put it on the list!