Gentoo Archives: gentoo-user

From: Scott Ellis <scotte@××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Gentoo as NAS
Date: Fri, 05 Feb 2021 02:29:34
Message-Id: CAJ7PtmxPfzPdrJLyBghN3wLjEX3JzqomdsV7RrEF-jDAL5jyZQ@mail.gmail.com
In Reply to: [gentoo-user] Re: Gentoo as NAS by Grant Edwards
1 I use Plex via Docker and it works great. Super simple to setup a
2 docker-compose file to bring it up (or even a simple script to 'docker
3 run...'). Data stored on a zpool made up of a pair of 3-drive vdevs. More
4 complex than random FreeNAS/Unraid/Whatever setup, but if you're
5 comfortable enough to use Gentoo, I don't think figuring out ZFS and Docker
6 is much of a stretch.
7
8 On Thu, Feb 4, 2021 at 5:07 PM Grant Edwards <grant.b.edwards@×××××.com>
9 wrote:
10
11 > On 2021-02-05, Grant Edwards <grant.b.edwards@×××××.com> wrote:
12 > > On 2021-02-05, Michael Jones <gentoo@×××××××.com> wrote:
13 > >
14 > >> Use the plex overlay.
15 > >>
16 > >> It's updated regularly. Faster than the official gentoo repo was.
17 > >
18 > > This one?
19 > >
20 > > https://github.com/comio/plex-overlay/
21 > >
22 > > The plex-server ebuild appears to require systemd, but it isn't listed
23 > > as a dependency. Am I missing something?
24 >
25 > Apparently so. The presence of the command systemd_newunit in the .ebuild
26 > doesn't mean that systemd is required.
27 >
28 >
29 >