Yes, but do not log out. If you do, you can’t log back in, and you can’t export. I’m paranoid so I still back up my encrypted db to cloud on a schedule.
- 0 Posts
- 18 Comments
It’s true re adding passwords while the server is offline, but my server runs 24x7 and it’s never down for more than a few minutes. If it goes down, I fix it. I also backup the encrypted DB regularly to cloud, so there is little risk of data loss. I am a very satisfied Vaultwarden user. Especially because it allows password sharing with my family. Everyone has an account.
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Is *arr stack a real Netflix replacement?English
1·3 months agoFor internet access Plex is by far the easiest. You can use Jellyfin but it can be a lot more effort and can be brittle. Tailscale might be a solution but if you want to share with friends it would mean giving them access to your Tailscale network. Then you’ve got reverse proxies like Nginx Reverse Proxy. This would require buying a domain and configuring something like Cloudflare too, plus port forwarding on your router. Tailscale offers a publically accessible domain now which is similar but you cannot configure the TLD. Still, you’re opening an internet accessible port for a FOSS application and this is far less secure unless you know what you’re doing.
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Is *arr stack a real Netflix replacement?English
4·3 months agoI think this is the last hurdle with the arr setup: discoverability. Plex has tried to jam in something, but it’s far from good. They’re never going to produce a pirate watchlist, so it would have to fall to Jellyfin. What people are seeking is the Netflix experience of “curated” content, spoonfed, and instantly watchable.
For the record I do the same as you. I think the intentionality is a healthy barrier to mindless browsing and consumption, but once people are hooked, it’s hard to wean them off.
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Overseerr & Jellyseerr to merge into SeerrEnglish
23·4 months agoSpoiler: I am deeply into the arr “ecosystem” and love the shit out of it.
I think I finally understand Linux fans. Yes it’s confusing for new people, but because I’m so into the weeds on this stuff I love how much choice I have. And if one of the projects doesn’t have what we want, someone makes a fork.
To point: you really only need Sonarr and Radarr. Get those set up and working how you like. I recommend the Trash Guides. Once that’s working how you like, get Prowlarr for easy management of your usenet and torrent indexers. Most people should stop there.
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Western Digital details 14-platter 3.5-inch HAMR HDD designs with 140 TB and beyondEnglish
3·4 months agoI have a lot of Linux IOSs which are definitely not VR porn. I have 200TB total including parity disks, and 150TB usable. It’s a real pain in the ass to maintain so many disks, and the power bill isn’t fun either. I’d love to replace them with fewer disks.
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Starting out with SelfhostingEnglish
1·10 months agoI would build a cheap PC based on a G series Intel CPU. The G7400 is cheap and will handle anything you want to transcode, plus won’t get bottlenecked with IO and other processes you might want to run later like the Arr stack. You probably don’t need more than 8GB of RAM. This will give you lots of flexibility to choose the right OS which suits you, which software you want, upgrades, and especially HDDs down the road (if you get a case with HDD slots). I started small and ended up with 15 disks over the years.
Unraid ($250) is one option but it’s expensive and buggy. TrueNAS is a very popular ZFS based solution which is free. Windows is also a surprisingly good option. It’s your lowest effort option by far. You can replicate Unraid functionality with SnapRAID and DrivePool ($50).
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Starting out with SelfhostingEnglish
2·10 months agoChatGPT can be surprisingly useful when tackling the endless bugs and weird and unexpected differences on each Linux distro. I think you’re missing out. It shaves off 30-40% of the time it takes me to arrive at the right solution. It’s obviously not omniscient, but it provides a lot of ideas which I had not considered. Usually one of those paths works.
JasSmith@sh.itjust.worksto
PC Gaming@lemmy.ca•'Maybe I've directed my last game,' Dead Space creator Glen Schofield says after being unable to secure funding for his new project: 'With the industry on pause, AAA feels like it's a long ways away'English
3·11 months agoI think he has an impressive resume but The Callisto Protocol was a big flop. Right now industry investment is contracting and competition is fierce. People are mostly playing older and established games, and cheaper indies are capturing more attention than ever. He seems to have a passion for horror and it has never been a better time than right now to jump into a new indie horror title. Yes there is competition, but there is also a large audience and a willingness to try new and interesting games outside of large studios and franchises.
JasSmith@sh.itjust.worksto
PC Gaming@lemmy.ca•Australian anti-porn group claims responsibility for Steam's new censorship rules in victory against 'porn sick brain rotted pedo gamer fetishists', and things only get weirder from thereEnglish
8·11 months agoPeople are blaming Collective Shout but crazy lobbying groups have always existed. Visa and Mastercard are solely responsible for acquiescing. Maybe it’s time we stop caring so much what people on the political extremes have to say?
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
8·1 year agoPlexamp is mind blowingly good. Great UX. Perfect reliability. No discovery/ads up in your face. Just you listening to your music how you like it. Streaming is ROCK SOLID. Downloads work flawlessly. It just relies on proper metadata in Plex.
FYI you can definitely watch while your network is offline. You just net to tell it that you’re happy with that (it’s not activated by default for security reasons).
-
In your Plex server settings, go to Network, enable “Show Advanced”.
-
Near the bottom, find the textbox that says
List of IP addresses and networks that are allowed without auth -
In this field, enter the local IP address of any Plex client(s) you want to keep using if your internet (or the Plex cloud) is down.
-
A example:
192.168.0.50 -
Save the setting, done.
#Important thing to be aware of:
What this setting does is tell your local Plex server to simply give any Plex client that connects from that specific IP full admin access to your Plex server, ignoring any account restrictions. This means that if you have things in place to restrict access to some libraries (kids blocked from 18+ movies etc) those restrictions will have no effect. Also if you have the option set to allow file deletion, then any client from that IP could also delete items. And they could of course change any settings in your Plex server. So your kids can watch anything on your server, if you have a guest in your network and they browse to the Plex web interface, they can mess with things.
Because of that I would recommend to limit the amount of IP’s you enter in that field to the absolute bare minimum. For example, only whitelist the “main living room device” plus one device you to admin the server, such as a laptop.
If you want to whitelist multiple devices, this is a example:
192.168.0.50,192.168.0.77,192.168.0.80If you want to whitelist a entire network, these would be examples:
192.168.0.0/24 (this means 192.168.0.0 - 192.168.0.255) 192.168.0.0/16 (this means 192.168.0.0 - 192.168.255.255)And of course those involved network devices should use static IPs in your home network.
-
Ditto. There is a crowd on Lemmy who seem to get angry whenever people are happy to pay for software and I do not understand it. Surely we want developers to be paid for their hard work? Don’t we want them to able to comfortably live?
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish
0·1 year agoDocker isn’t hard if you use a compose file. It’s easy to read syntax.
This is giving me “yaml isn’t hard to use if you use a compose file!” It is, actually. It’s easy for you because you understand the technology. The vast majority of people do not.
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish
01·1 year agoOne does not need an internet connection for offline use. Check this if you’re having issues.
One does not need to pay for multiple user accounts. As per this update, they are actually removing the one-time fee for non family member mobile apps. Now it’s all free, provided the server owner has a Plex Pass.
Plex has been supporting hardware transcoding since 2017.
To be clear, I’m not saying Jellyfin is bad. I think it’s great to have competition and I understand plenty of people like it.
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish
01·1 year agoI feel like I’m getting more than what I paid for. I understand it was a legal contractual exchange. I’m merely commenting on the value I’ve received relative to what I paid. Especially given the continued improvements over time.
JasSmith@sh.itjust.worksto
Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish
0·1 year agoI’m seeing a lot of negativity but I think they offer a great service and deserve to be paid for their work. I bought a lifetime pass many years ago and I almost feel guilty how much value I have received over that time.
I’ve never been into his content but I really enjoyed his journey to build a better local LLM. Way more technical than I thought he was capable of. I identified with his downward spiral into madness on his journey to do something completely useless but super interesting.