no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • NAS migration from TrueNAS to Ubuntu

    calendar September 22, 2021 nav_categories Tech nav_categories Software nav_tags truenas nav_tags ubuntu nav_tags linux nav_tags ubuntu server nav_tags nas nav_tags zfs

    I've been using FreeNAS/TrueNAS for over 8 years, and while it works great as a NAS, some of the idiosyncrasies made me decide to migrate to Ubuntu:

    1. TrueNAS is based on FreeBSD, and while it's similar to Linux, it's not 100% the same.

    2. The feature set of TrueNAS is overkill for my needs.

      • I'm simple home user.
      • I'm …

    Read More
  • Docker SFTP server, part 2

    calendar April 20, 2021 nav_categories Tech nav_categories Networking nav_tags docker nav_tags nas nav_tags networking nav_tags nfs nav_tags sftp

    I needed a quick SFTP server, and did a short post about it previously.

    However, I wanted the ability to run a Docker container that wasn't on my NAS, so I had to mount the NFS share from within Docker.

    Using this Docker composer file did the trick:

    version: "3.2"
    
    services:
      sftp:
        image: atmoz/sftp …

    Read More

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top