I love the idea, is there a way to do tap/click to turn the page instead of continuous though? I’ve been looking for something similar to host sheet music for myself but continuous mode is non-workable for my admittedly niche use case.
- 22 Posts
- 50 Comments
socphoenix@midwest.socialto Selfhosted@lemmy.world•Multi system synced/living OS possible?English2·5 months agoThis might be overkill but I run an xrdp and just remote into it from any device. Tablet phone laptop etc with an rdp app. If you need it on the go you would also want something like tailscale or WireGuard as a vpn to access the computer while away from home
Mines at least that as well, it’s good to know come next ups purchase as I would hate to get stuck with that kind of garbage. I’ll have to pay close attention to the battery now when searching
My apc unit has a standard battery that has a replacement from Duracell, which model(s) have proprietary batteries?
socphoenix@midwest.socialto Selfhosted@lemmy.world•I'm at a loss on what server to buyEnglish3·11 months agoYou can look at things like
https://www.newegg.com/tools/custom-pc-builder
To see some ideas of what would work, and I hope you feel free to ask around as you look at things! We all had to learn somehow and once you know what you’re looking for it’s just a small puzzle.
Quick suggestion is to decide on the cpu (I’m partial to amd so I’d pick something ryzen based if you want processing power) first then compatible motherboard, as after those two you should be able to just look at spec sheets and see things like the kind of ram you need case type etc.
socphoenix@midwest.socialto Selfhosted@lemmy.world•I'm at a loss on what server to buyEnglish6·11 months agoI think this is a fine community, but as a question, is there a reason you aren’t considering building a server? You could fit those requirements into a normal desktop chassis and likely still have some pci slots free for future upgrades.
socphoenix@midwest.socialto Selfhosted@lemmy.world•Immich relies on a third-party service that seems shady to meEnglish34·1 year agoI don’t use Immich, but if you open a feature request I’d suggest asking for open street maps, which offers a self hosted tile service https://www.maptiler.com/server/
socphoenix@midwest.socialto Selfhosted@lemmy.world•[Solved] New Network Stack with an Unknown Issue..? English1·1 year agoLeast you got it working again!
socphoenix@midwest.socialto Selfhosted@lemmy.world•[Solved] New Network Stack with an Unknown Issue..? English1·1 year agoWhatever you are using that provides the brains of the network (like dhcp) in your setup probably the router or controller? I’ve never needed to move past an all in one but it seems like an intermittent routing issue. Have you u checked device logs to see if part of your network equipment is crashing or rebooting during these outages?
socphoenix@midwest.socialto Selfhosted@lemmy.world•[Solved] New Network Stack with an Unknown Issue..? English1·1 year agoThe only thing I see linking those devices are loosely speaking being Linux based.
Does the local connection work? Or are you unable to ping other devices on the lan?
I would guess it’s a switch issue assuming they can’t talk on the lan to each other.
socphoenix@midwest.socialto Selfhosted@lemmy.world•Fully Virtualized Gaming Server?English7·1 year agoThat’s weird destiny 2 has never given me issue, though I don’t play super frequently so maybe I’m just lucky
socphoenix@midwest.socialto Selfhosted@lemmy.world•Fully Virtualized Gaming Server?English8·1 year agoWhich games do that? Running pasthrough gpu on windows for destiny and halo at least gave me 0 issues for years
socphoenix@midwest.socialto Selfhosted@lemmy.world•Notification when new app versions are releasedEnglish27·1 year agoGitHub has the option of emailing you on releases etc. by email.
socphoenix@midwest.socialto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish1·1 year agoGlad we got to the root issue! As others have said this is a learning process and you picked one of the more complicated ones to start with. Once this is done e everything else will start to feel much easier!
socphoenix@midwest.socialto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish1·1 year agoIf you are on the raspberry pi with a physical screen/keyboard and mouse you can also try accessing with the ip address “localhost:80” and see if there’s a connection that way as well.
socphoenix@midwest.socialto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish1·1 year agoWe 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.socialto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish1·1 year agoYou 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.socialto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish4·1 year agoAt 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.
About a year ago now, it is possible they’ve changed things since.
It looks like the Shelly device initiates contact with home assistant you may be able to just tell it to talk to the same api endpoint (following is for 2nd gen devices):
Assuming you are buying a new unit I’d try following that guide after backing up and seeing if it updates normally. The first gen devices used a different protocol, full instructions for both can be found here.