socphoenix

joined 1 year ago
[–] socphoenix@midwest.social 1 points 8 months ago (2 children)

We can get the port list another way. From the terminal on the raspberry pi run the command "nmap localhost". Let us know what that shows, but I would expect to see either 80, 443, or both.

As a side note, if you did not give the nextcloud container a certificate when you made it, you cannot use https:// on the browser, as it has no way to talk using that security mechanism. It is only capable in that case of using http:// and port 80. You will need to disable forced https to access the site (this is fine on the local network if every device is trusted, and only encrypted vpn service in like zerotier is used imo). This might be your problem here, especially if you are seeing both ports listed as open on the pi.

[–] socphoenix@midwest.social 1 points 8 months ago* (last edited 8 months ago) (5 children)

You would be given a safety risk warning page by your browser if you did the self signed certificate that you’d need to tell it to connect anyway, so that likely isn’t the issue. Looking at ports, how are you trying to connect to the server? If you did not assign a certificate at all, you would want to use port 80, port 443 if you did install a certificate.

For instance, my Nextcloud is on ip 192.168.50.30 With that in mind I would be using:

No certificate: http://192.168.50.30:80 Certificate: https://192.168.50.30:443

Does this look like what you are typing in?

As two additional questions, what is the output of “docker container ls” typed into the terminal? And what operating system did you install on the pi, was it raspbian?

[–] socphoenix@midwest.social 4 points 8 months ago (8 children)

At a glance your first issue is finding the correct ip address, you should only have one local ip address to access it with (inside your home network).

To find your local ip, type “ip a” into the terminal, and look for the address under “eth0“ for a wired connection, or “wlan0” for wireless. This will allow you to connect using the ip and port while on your home network to test the connection and make sure it works right.

After that, I highly recommend the vpn option, it will simplify connecting to it while not at home without creating security issues like setting it up with a domain. I personally use zerotier, that guide will help you get it set up on the raspberry pi. Not the last bit about a “managed ip.” That will be the address to tell your phone to connect too once you have the vpn set up on the phone as well.

[–] socphoenix@midwest.social 2 points 8 months ago (2 children)

What graphics card are you using? What driver is installed for it?

How do you have the USB's plugged in for the headset and lighthouses?

[–] socphoenix@midwest.social 5 points 8 months ago (1 children)
[–] socphoenix@midwest.social 22 points 9 months ago (1 children)

I had this when it was using a cups generic driver on a cannon I think printer. Switching to the manufacturers drivers fixed the issue.

[–] socphoenix@midwest.social 3 points 9 months ago

If you look at the supported platforms you kind of get an answer here. There’s support for the m68k Macintoshes and other similar ancient devices still.

netbsd platforms

[–] socphoenix@midwest.social 7 points 9 months ago (2 children)

I think the point is network appliances but it seems mainly used by hobbyists from what I’ve seen.

[–] socphoenix@midwest.social 5 points 9 months ago

This appears to be correct. See:

EncoderAppPath was simply not present at all in encoding.xml! There was only the display value: My own installation was completely fixed by adding /usr/local/bin/ffmpeg

From the page

[–] socphoenix@midwest.social 4 points 9 months ago

There's a similar software called zerotier that only routes traffic you want across. You select an IP range (for instance 10.144..) and it gives your computer a new address. For my main computer let's say it's 10.144.168.128. The only traffic routed over the vpn is traffic addressed to that address. You can append the port to web traffic like https://10.144.168.128:8010/zm/index.php (zoneminder used as an example) and it would use the vpn for that connection but nothing else.

[–] socphoenix@midwest.social 1 points 9 months ago

Have you tried booting from a live image? I’d try downloading something with a live option like Ubuntu to a flash drive, and then trying to mount the drive from that. Anecdotally I had massive issues with Manjaro a while back where it would “lose” access to entire usb bays on the motherboard that didn’t happen in Debian etc.

[–] socphoenix@midwest.social 4 points 9 months ago

I would want a FreeBSD type of packaging system where system libraries and apps are different. Their binary packages are separated into quarterly and latest so you get a very stable OS but either Debian or arch style package updates.

view more: ‹ prev next ›