TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Plex on NixOS

2 点作者 abahlo大约 3 年前

1 comment

iamevn大约 3 年前
I like your plex_media service, probably going to adapt it to my setup with disks on the local network.<p>I have plexpass and wanted to use the newer Plex server so I threw this overlay together: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;iamevn&#x2F;11952b966c05ca799f4910e02c2ffe4a" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;iamevn&#x2F;11952b966c05ca799f4910e02c2ff...</a><p>Just need to spin up a service that uses the included script to query the latest version info and then rebuild whenever there&#x27;s a new Plex version.<p>Still new to Nix so would love any feedback on how readable it is. I figured it would be clearer to keep the json simple and have a shell script that pulls out the relevant fields out rather than parse things out directly in Nix.