this post was submitted on 01 Sep 2023
71 points (97.3% liked)

Selfhosted

37940 readers
432 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I've had a "home lab server" for a while now, it's nothing special but I think I can do more with it, I just don't know what to do with it... I currently use it just for a pihole and (sometimes) a Minecraft server or a web server... I used to also have a nexcloud and a searxng instance (which I will probably bring back)... Any ideas for other things I can run on it?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 months ago (3 children)

a quick search on the net did not answer my question...

therefore:

do you use it also outside your lan? (with port forwarding, ssl cert etc.)

if no, are you able to use the passwords nonetheless on your phone even when youre not in our lan?

[–] [email protected] 3 points 10 months ago

The clients cache the vault locally whenever they are connected to the server (at least I think they do. The mobile apps for sure, the desktop app probably too, the browser extension im not sure). Adding entries without server connection simply won't work though, so if you can you should somehow make the server accessible from outside your LAN.

[–] [email protected] 2 points 10 months ago (1 children)

Yes, I have it under a subdomain I own on cloudflare. Then it's behind nginx proxy manager on my server which takes care of the ssl too. I have fail2ban too so consider it enough security for if the user passwords are long enough. You can set minimum lengths if letting others use it, or in my case I helped family set it up and made them have strong passwords.

Like others have said, the apps cache everything locally. I have used it without issues with no mobile Internet (e.g. for my cc pin numbers I store on there when i was out in the country with crap reception). I guess you're more likely to create accounts at home anyway but if you have to when out, it would sync whenever you have it back on the lan.

[–] [email protected] 2 points 10 months ago

but if you have to when out, it would sync whenever you have it back on the lan.

thanks. this was the information I was hoping for. I am stuck with a mobile internet router where I am not able (or at least Im not smart enough) to forward a port. therefore my RPi would sit behind the firewall in my LAN.

nevertheless vaultwarden would be an upgrade from my current keepass/syncthing system. (also because the UI and autofill works better)

[–] [email protected] 2 points 10 months ago (1 children)

There are only a few services I host that are publicly accesible, and I put those on a 12 dollar per year virmach vps. One of those is vaultwarden. Some others are gotify, wallabag, hauk, and remotely. I don't think it's a problem to run vaultwarden on your lan only because it will sync changes when you connect and resolve any conflicts. I have it accessible from the internet to encourage friends and family to use a password manager with as few hurdles as possible. I've found it to be easy to administrate and secure. In fact, I just moved it from my cancelled dedipath vps to my virmach vps yesterday with zero issues and about 5 minutes of downtime.

[–] [email protected] 1 points 10 months ago

yeah, I thought about that option however I would like to have my hardware of the server accessible. until I am not upgrading power consumption wise it does not make sense for me to buy a vps.

(neglecting the point about data owning etc)