LAN or internet?
Https is king for internet protocols.
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:
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
No spam posting.
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.
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
LAN or internet?
Https is king for internet protocols.
LAN only. I may set up a VPN connection one day but it's not currently a priority. (edited post to reflect)
NFS works, but http was designed for shitty internet. Keep that in mind. Owncloud or similar might be a good idea.
truenas is cool. I've only used core so far, but i hear scale is taking over
this looks promising. Seems a little heavy-weight at first glance... How was it to get up and running?
It's heavy and it doesn't like if you tinker with the box in Non-TrueNAS ways. In the end it's a convenient shiny gui for ZFS and NFS. But it (or ZFS) needs some RAM (minimum 8 I think), so I'm not sure about it working on your old laptop.
the GUI makes it pretty painless. it was my first real attempt at self hosting anything, my first experience with any kind of NFS/SMB setup at all. i was running it as bare metal for around 2 years before using installing as a vm on proxmox.
I have SFTPgo in a docker container with attached storage. Can access it through many protocols, but on linux I mount it via WebDav.
Whats neat is that I can also share files/folders with either other registered users or with a password or download only link and it has a web gui for that.
Check out SyncThing, which can sync a folder of your choice across all 3 devices
[edit] oops, just saw you don't plan on using it
In that case, if you use KDE, you can use Dolphin to set up network drives to your local network machines through SSH
TrueNas is pretty top notch and offers a variety of storage and protocol options. If you're at all familiar with Linux style OS, it should be pretty easy to work with. Setting up storage comes with a little bit of a learning curve, but it's not too bad. This SAN/NAS OS is polished, performant, and extensible. If you're not planning on using SMB or Samba, you can most certainly use NFS, or iSCSI if that's your thing.
I use both samba and NFS (with freebsd) on the same disk for my freebsd, linux and win7 desktop machine. All works perfectly fine.
I'm running an rsync daemon for large transfers and use copyparty for easily grabbing files on phones etc.