this post was submitted on 29 Apr 2026
1 points (100.0% liked)

Selfhosted

59897 readers
521 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Managed to spin up Opencloud on my NAS. I put a host entry in NPM and it seems to be working. From external internet I can log in and upload files with no issues. But whenever I try to reach it through local IP and port, page loads but stays completely blank.

Googling didn't give reasonable leads. Has anyone had similar issue that they've fixed?

Edit: Forgot to write a solution that I have found.

It seems that Opencloud has to be accessed though an secure connection with a working SSL cert. My solution is to utilize local DNS service (in my case, pihole) and redirect dns record to your reverse proxy to be solved there. In my case op.example.com goes to a NPM on a local machine that answers with an Opencloud site. Page will be white/black for a few secs for some reason, but it will load webpage and will let me in.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] imetators@lemmy.dbzer0.com 0 points 1 month ago (1 children)

I set it to my domain.

If i type oc.mydomain.com, page loads. If I type 192.168.1.99:9200, page seems to load at an instant but is clear white. No error codes. Browser detects that page has no SSL certificate. SSL cert should not be the issue as any other service I run across all devices including this one does work without a cert. It is just this one doesn't

[โ€“] frongt@lemmy.zip -1 points 1 month ago

So you get an http 200? What's in the log?