this post was submitted on 11 Nov 2025
-3 points (33.3% liked)

Technology

76949 readers
4998 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

UPDATE -I found out I need to enter in the website as https:// ##.##.##:### instead of https:/:hostname:###. This result times me the spinning loading sign on iPhone before a timeout. No change on Android.

Tl-dr -I have nextcloud in a portainer on a pi4. -I can access nextcloud from my rig and laptop on local network. -cannot access nextcloud from iPhone or pixel phone on same local network.


If need be I can post pictures of where I’m stuck. I also tried the QR code of logging in on the phone but to no avail.

you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 1 points 1 week ago (2 children)

Try install a web server like Nginx. I think the Raspberry Pi OS is based on Debian, so sudo apt install nginx should work. Then hit the Pi's address (no port number needed) and it should show a default page.

[–] BlackSnack@lemmy.zip 1 points 1 week ago

Bet. I’ll try tomorrow and report back. Thank you!

[–] BlackSnack@lemmy.zip 1 points 1 week ago

I was able to install the nginx but no luck with anything coming up on a new page. What should I enter into the search bar to verify I downloaded nginx correctly ?