happeningtofry99158

joined 2 weeks ago
[–] happeningtofry99158@lemmy.world 2 points 23 hours ago* (last edited 23 hours ago)

thanks for explaining

lol. thanks a lot!

I don't really plan on going total anonymous as I don't have any bitcoin, it's just that I don't want cloudflare, a company to have access to my name and address without having to go through some Legal procedures. The domain is going to associate with my real ip anyway. For me it is good enough that my name is not in whois database or go public

and thanks a lot for providing these info. I guess I'm just going to put in false info and argue that is typo in the future. The most I'm gonna loss is 80$

[–] happeningtofry99158@lemmy.world 1 points 23 hours ago (1 children)

thanks a lot!

That means everyone could use whois to look up the name and address associated with a certain domain if no privacy protection is provided by the provider right?

thanks a lot for sharing the experience!

[–] happeningtofry99158@lemmy.world 3 points 1 day ago (5 children)

https://www.reddit.com/r/Domains/comments/1cxl7y2/when_registering_domain_name_should_i_use_my_real/

The issue with using fake details is that you risk getting your account suspended. Also, if your domain gets stolen you've made it impossible to retrieve because you will have to verify your information.

How can a domain get stolen?

[–] happeningtofry99158@lemmy.world 1 points 1 day ago (2 children)

do you still have your domain?

[–] happeningtofry99158@lemmy.world 4 points 1 day ago (1 children)

lol that's a relief to hear

but it's been a decade maybe the policy have changed nowadays?

according to @PhilipTheBucket@ponder.cat

They definitely do check. I don’t know how detailed the checks are or how major a crime it is to use someone else’s info, but there are enough checks in place, you can’t just type in Porky Pig or made-up nonsense or anything

[–] happeningtofry99158@lemmy.world 1 points 1 day ago (3 children)

I was going to use their service, but I came across this thread: https://www.blackhatworld.com/seo/is-njalla-still-legit.1521208/, where many people are saying that njal.la is a scam. This is making me have second thoughts.

 

Proton Mail - Message processing error

collapsed inline media

Having this error in proton mail, any idea how to fix it? my mail is showing as plain text HTML.

thanks a lot

 

I started a webui container and then I started to get this error in OpenWebUI interface.

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

  • latest Ollama on windows
  • latest Open WebUI in docker desktop

according to a post online, I should set ENABLE_WEBSOCKET_SUPPORT=True in my docker compose, but I'm not using reverse proxy. Is ENABLE_WEBSOCKET_SUPPORT=True necessary?

What could a possible solution be for this?

My docker compose

services:
  open-webui:
    image: ghcr.io/open-webui/open-webui:cuda 
    container_name: open-webui
    restart: unless-stopped
    ports:
      - "3000:8080"
    extra_hosts:
      - "host.docker.internal:host-gateway"
    volumes:
      - ./data:/app/backend/data
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: all
              capabilities: [gpu]
volumes:
  open-webui:

log

2025-06-21 10:43:57 open-webui  | 2025-06-21 00:43:57.601 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:37276 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-06-21 10:44:58 open-webui  | 2025-06-21 00:44:58.114 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:49064 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-06-21 10:45:58 open-webui  | 2025-06-21 00:45:58.779 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:55958 - "GET /_app/version.json HTTP/1.1" 304 - {}
2025-06-21 10:46:59 open-webui  | 2025-06-21 00:46:59.179 | INFO     | uvicorn.protocols.http.httptools_impl:send:476 - 172.21.0.1:47424 - "GET /_app/version.json HTTP/1.1" 304 - {}

UPDATE:

  • when I open http://localhost:3000/ in another browser it works perfectly fine. I think the issue is about the browser I used (firefox with a lot extension installed and setting tweaked)

UPDATE 2: The problem is with this plugin https://addons.mozilla.org/en-US/firefox/addon/chameleon-ext/ Everything works fine with it disabled.

The reason my chameleon breaks openwebui is because I changed a setting in it that it blocks all websocket connection

Thank you everyone for your help

view more: next ›