• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle






  • 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.


  • 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?


  • 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.






  • They address concentrations varying among sites and comparative to urban areas. They also did other tests besides what you mentioned. Note:

    Time- and spatially integrated samples of I/SVOCs were collected during box flight segments (for example, Fig. 1A) and downwind transects and analyzed by means of gas chromatography on both unit-resolution and high-resolution mass spectrometers [gas chromatography–electron ionization–mass spectrometry (GC-EI-MS) and gas chromatography–time of flight (GC-ToF)], which revealed abundant complex mixtures of I/SVOCs near both surface mining and in situ facilities (Figs. 2 and 3). IVOCs (C12 to C18) and SVOCs (C19 to C25) were uncharacteristically abundant relative to VOCs (Fig. 1E) and were observed around various facilities, as shown in selected flight samples in Fig. 2A (additional examples are available in figs. S6 and S7). The relative abundances and composition varied between and around facilities, with maxima ranging from C17 to C22 (Fig. 2A, figs. S8 and S9, and tables S5 and S6), which may suggest varying on-site sources and emissions pathways. There are stark differences in the observed concentrations when compared with that of urban areas.

    Emphasis added to the last sentence mine. Why shill for oil at the expense of your own health?







  • Man my home server IDLES at 76 watts per hour running x86. Now mind you I need the x86 to perform some of the functions I want. This thing works as an NAS, nextcloud, media server, kiwix, security camera (zoneminder), remote desktop (xrdp), runs home assistant, gpu AI upscaling for photos, and finally screeches along running a virtual pipe organ I built that takes 69 GB of RAM to run.

    If I could do that with raspberry pi’s I would in a heartbeat! the power savings alone would eventually pay for them. If it’s doing what you want then don’t worry about them. My pi400 works as a remote desktop client and one day I hope more of this stuff will work well on it/a future generation so I can ditch the tower, energy usage, and noise.