欢迎光临散文网 会员登陆 & 注册

个人向实用docker服务推荐

2023-08-05 11:17 作者:西子不来  | 我要投稿

分享几个自己平时在用的一些适合部署在NAS、软路由上的docker服务,欢迎留言讨论。

另外,算是头一次在b站写东西,这鸟编辑器真难用,连markdown都不支持。

Dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!

启的服务多了端口号不好记,可以建个Dashboard方便访问。之前用过类似的Heimdall、flame。

Installation

Links

Docker Hub: https://hub.docker.com/r/lissy93/dashy  

Github: https://github.com/lissy93/dashy  


cut-off-6

nyanmisaka's Jellyfin

由于 Jellyfin 的 GPL 协议和 Intel 的 media-driver (iHD) Linux 驱动(部分开源)在协议上不兼容的缘故,Jellyfin 官方的 Docker 镜像:jellyfin/jellyfin 并不包含 Intel Linux 核显驱动。但是 Intel 的 QuickSync QSV 硬件加速依赖于该驱动,并且 Intel 10 代酷睿(Comet Lake)以及更新的处理器需要该驱动才能正常使用硬件加速。另外 VPP/OpenCL 色调映射也需要该驱动才能正常运作。 考虑到手动安装或编译 Intel 核显驱动对于用户来说并不容易,本文在此提供了一个开箱即用的 Docker 镜像,包含最新的驱动、jellyfin-ffmpeg、补丁、CJK 系统字体等。后续硬件加速的第一手修复也会推送到此镜像中。Docker 配置文件和相关选项可以继续沿用 jellyfin/jellyfin 的相关教程。

特供版jellyfin,部署即用,方便的要死啊!

Installation

Links

OP: https://www.chiphell.com/forum.php?mod=viewthread&tid=2375777  

Docker Hub: https://hub.docker.com/r/nyanmisaka/jellyfin


cut-off-6

RSSHub

RSSHub 是一个开源、简单易用、易于扩展的 RSS 生成器,可以给任何奇奇怪怪的内容生成 RSS 订阅源。RSSHub 借助于开源社区的力量快速发展中,目前已适配数百家网站的上千项内容 可以配合浏览器扩展 RSSHub Radar 和 移动端辅助 App RSSBud (iOS) 与 RSSAid (Android) 食用

Installation

Links

OP: https://docs.rsshub.app/  

Docker Hub: https://hub.docker.com/r/diygod/rsshub  

Github: https://github.com/DIYgod/RSSHub  


cut-off-6

FreshRSS

FreshRSS is a self-hosted RSS and Atom feed aggregator.It is lightweight, easy to work with, powerful, and customizable.

配合RSSHub打造自己的RSS订阅,岂不美哉。

Installation

Links

OP: https://freshrss.org/

Docker Hub: https://hub.docker.com/r/linuxserver/freshrss

Github: https://github.com/FreshRSS/FreshRSS


cut-off-6

QBittorrent

The Qbittorrent: https://www.qbittorrent.org/ project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.

BT下载工具,支持RSS订阅,推荐用魔改版。这里用的是johngong/qbittorrent,还有其他的可以在docker hub搜搜。

Installation

Links

Docker Hub: https://hub.docker.com/r/johngong/qbittorrent


cut-off-6

AutoBangumi

本项目是基于 Mikan Project、qBittorrent 的全自动追番整理下载工具。只需要在 Mikan Project 上订阅番剧,就可以全自动追番。并且整理完成的名称和目录可以直接被 Plex、Jellyfin 等媒体库软件识别,无需二次刮削。

还有个推送功能,可以把更新提醒推送到tg什么的,相当好用,安利一下。

Installation

Links

OP: https://www.autobangumi.org/

Docker Hub: https://hub.docker.com/r/estrellaxd/auto_bangumi

GitHUb: https://github.com/EstrellaXD/Auto_Bangumi


cut-off-6

SpeedTest by OpenSpeedTest

SpeedTest by OpenSpeedTest™ is a Free and Open-Source HTML5 Network Performance Estimation Tool Written in Vanilla Javascript and only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, JS, & SVG. No Third-Party frameworks or libraries are Required. Started in 2011 and moved to OpenSpeedTest.com dedicated Project/Domain Name in 2013.

测内网网速用的。

Installation

Links

OP: https://openspeedtest.com/

Docker Hub: https://hub.docker.com/r/openspeedtest/latest

GitHUb: https://github.com/openspeedtest/Speed-Test


cut-off-6

Alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表 / WebDAV 程序,使用 Gin 和 Solidjs。

Installation

Links

OP: https://alist.nn.ci/

Docker Hub: https://hub.docker.com/r/xhofe/alist

GitHUb: https://github.com/alist-org/alist


cut-off-6

小雅Alist

我把 alist.xiaoya.pro 的内容,内嵌在容器里发布了,并添加了 alist 本身没有的搜索功能。

Installation

Links

OP: http://alist.xiaoya.pro/

Docker Hub: https://hub.docker.com/r/xiaoyaliu/alist


cut-off-6

ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.

Steam挂卡、挂时常用的。

Installation

详情参考: https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Docker

Links

Docker Hub: https://hub.docker.com/r/justarchi/archisteamfarm

GitHUb: https://github.com/JustArchiNET/ArchiSteamFarm


cut-off-6

Calibre-Web

Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks using a valid Calibre database.

电子书管理软件calibre的一个webui,单纯索引+下载用用可以,在线阅读体验不太行。

Installation

Links

Docker Hub: https://hub.docker.com/r/linuxserver/calibre-web

GitHUb: https://github.com/janeczku/calibre-web


cut-off-6

Memos

A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.

个人微博/QQ空间,偶尔记录一下自己的碎碎念。

Installation

Links

OP: https://usememos.com/

Docker Hub: https://hub.docker.com/r/neosmemo/memos

GitHUb: https://github.com/usememos/memos


cut-off-6

Home Assistant

Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.

智能家居,目前只拿来控制空调、电视、Chromecast。老实说,日常用到的只有空调,谁闲的没事语音开电视呢。。

控制一些设备可能还需要用到MQTT、Node-RED,这两者也是可以直接docker部署的。

Installation

具体参考: https://www.home-assistant.io/installation/linux

Links

OP: https://www.home-assistant.io/

Docker Hub: https://hub.docker.com/r/homeassistant/home-assistant

GitHUb: https://github.com/home-assistant

个人向实用docker服务推荐的评论 (共 条)

分享到微博请遵守国家法律