My open source NAS build (based on ZFS)

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • playbooks

    Infrastructure as Code of my servers, NAS and router (by jysperm)

  • I still choose Ubuntu as the operating system, and Ansible as configuration management tool, so you can find most of the configuration files on my GitHub.

  • Netdata

    The open-source observability platform everyone needs

  • I installed Netdata firstly, it is a monitoring tool that can work out of the box, provide a lot of useful metrics at 1-second precision, and only cost a small number of resources, very suitable for monitoring a single server's performance.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • bitwarden_rs

    Discontinued Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs [Moved to: https://github.com/dani-garcia/vaultwarden]

  • Bitwarden (Not officialy version), A password manager, provides browser extensions and clients on all platforms.

  • frp

    A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

  • The usual way is to use DDNS (dynamic DNS) to resolve a domain to the IP of your home network, but it requires your home network to have a public IP, and ISP allows you to provide Web service through 80 or 443 port. I don't want to rely on that, so I turn to using frp as a reverse proxy. If you do have a public IP, you can use the DDNS, it doesn't need a relay server and has a faster speed.

  • ios

    📱 Nextcloud iOS App (by nextcloud)

  • Although I don't need to dial a VPN before accessing my NAS outside, but expose NextCloud on public network is not safe. There are already some people request NextCloud add support for client-side certificate authentication on their app, I am also very interested in this feature, it will improve the security of public network access.

  • ZeroTier

    A Smart Ethernet Switch for Earth

  • If you insist to use open source software, you can also try ZeroTier, it provides NAT traversal ability, allow your devices directly access to your NAS, and improve the transfer speed.

  • wireguard-vyatta-ubnt

    WireGuard for Ubiquiti Devices

  • I also installed WireGuard on my NAS, it is a VPN module built-in to Linux, also exposed to public network via frp. I can access other services like SMB, SSH, and Netdata through WireGuard outside home.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Transmission

    Official Transmission BitTorrent client repository

  • Transmission, A BitTorrent client, provides Web UI to manage downloads.

  • restic

    Fast, secure, efficient backup program

  • And another cronjob backups to Backblaze B2 as an offsite backup using restic. Backblaze B2 is a low-cost object storage provider, it is a good choice for backup. restic is an incremental backup tool that also supports encryption. For cost consideration, offsite backups only include data created by myself, not including public and backups directories.

  • Miniflux

    Minimalist and opinionated feed reader

  • Miniflux, A RSS reader server, supports most RSS readers through Fever API.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • An open framework to assemble specialized container systems

    1 project | news.ycombinator.com | 6 May 2024
  • Can I scale my dockerized Flask solution with Kubernetes?

    2 projects | dev.to | 6 Apr 2024
  • Docker Inc. refuses to patch HIGH vulnerabilities in Docker

    1 project | news.ycombinator.com | 28 Feb 2024
  • Docker Inc. refuses to patch HIGH vulnerabilities in Docker

    1 project | news.ycombinator.com | 28 Feb 2024
  • Do not install Docker Desktop on GNU/Linux systems

    1 project | news.ycombinator.com | 19 Feb 2024