Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
/ nas-tools-bak Public archive
forked from SouLXH/nas-tools-2.9.1-1

NAS媒体库资源归集、整理自动化工具

License

Notifications You must be signed in to change notification settings

Diluka/nas-tools-bak

This branch is 71 commits ahead of, 5311 commits behind SouLXH/nas-tools-2.9.1-1:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

222c0d1 · Feb 28, 2023

History

71 Commits
Feb 28, 2023
Feb 28, 2023
Feb 28, 2023
Feb 27, 2023
Feb 28, 2023
Feb 27, 2023
Feb 27, 2023
Feb 28, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Feb 17, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Feb 25, 2023
Feb 25, 2023
Feb 27, 2023
Feb 25, 2023
Feb 27, 2023

Repository files navigation

logo-blue

NAS媒体库管理工具

GitHub stars GitHub forks GitHub issues GitHub license Docker pulls Platform

Docker:https://hub.docker.com/repository/docker/jxxghp/nas-tools

TG频道:https://t.me/nastool_official

API: http://localhost:3000/api/v1/

功能:

NAS媒体库管理工具。

安装

1、Docker

docker pull jxxghp/nas-tools:latest

教程见 这里

如无法连接Github,注意不要开启自动更新开关(NASTOOL_AUTO_UPDATE=false),将NASTOOL_CN_UPDATE设置为true可使用国内源加速安装依赖。

2、本地运行

python3.10版本,需要预安装cython,如发现缺少依赖包需额外安装

git clone -b master https://github.com/NAStool/nas-tools --recurse-submodule 
python3 -m pip install -r requirements.txt
export NASTOOL_CONFIG="/xxx/config/config.yaml"
nohup python3 run.py & 

3、Windows

下载exe文件,双击运行即可,会自动生成配置文件目录

https://github.com/NAStool/nas-tools/releases

4、群晖套件

添加矿神群晖SPK套件源直接安装:

https://spk.imnks.com/

https://spk7.imnks.com/

免责声明

  1. 本软件不提供任何内容,仅作为辅助工具简化用户手工操作,对用户的行为及内容毫不知情,使用本软件产生的任何责任需由使用者本人承担。
  2. 本软件代码开源,基于开源代码进行修改,人为去除相关限制导致软件被分发、传播并造成责任事件的,需由代码修改发布者承担全部责任。同时按AGPL-3.0开源协议要求,基于此软件代码的所有修改必须开源。

About

NAS媒体库资源归集、整理自动化工具

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.4%
  • HTML 28.5%
  • JavaScript 4.4%
  • CSS 0.4%
  • Shell 0.2%
  • Dockerfile 0.1%