Git Product home page Git Product logo

homeflix's Introduction

homeflix

Hardware

  • Raspberry Pi 4B 8GB
  • NVMe SSD 1TB
  • Dual SATA HDD Bay with Hardware RAID
  • 2 x HDD 16TB

Platform Setup

  1. Install Arch Linux ARM (aarch64) on the SSD following the guides

  2. Install the HDDs in the bay and set up RAID1 mode for redundancy.

  3. Format the resulting logical drive with an ext4 partition:

    lsblk
    sudo fdisk /dev/sdb
    # create an ext4 partition using the default values
    sudo mkfs.ext4 /sdb1
  4. Automatically mount the drive by adding it to fstab:

    # Static information about the filesystems.
    # See fstab(5) for details.
    
    # <file system> <dir> <type> <options> <dump> <pass>
    UUID=036B-B429 /boot vfat defaults 0 0
    UUID=e5202fed-ade4-4b63-a13a-911aba4af8d6 /mnt/hdd ext4 defaults,nofail,x-systemd.device-timeout=5 0 2
  5. Change the ownership of the mounted drive:

    chown $USER:$USER /mnt/hdd
  6. Create the folder structure specified in the TRaSH guide:

    sudo mkdir -p /mnt/hdd/data/{media,torrents}/{anime,movies,tv}

APPs Setup

Follow the TRaSH guides.

Operation

  1. Start and enable homeflix on boot:

    systemctl --user enable --now homeflix/systemd/homeflix.service
  2. Enable lingering:

    loginctl enable-linger
  3. Check the logs:

    journalctl --user -u homeflix

homeflix's People

Contributors

gontzalm avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.