Add files via upload

This commit is contained in:
jxxghp 2023-05-15 11:22:44 +08:00 committed by GitHub
parent bd2c9c08b3
commit c4cd897f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

100
README.md
View File

@ -1,56 +1,44 @@
![logo-blue](https://user-images.githubusercontent.com/51039935/197520391-f35db354-6071-4c12-86ea-fc450f04bc85.png) ![logo-blue](https://user-images.githubusercontent.com/51039935/197520391-f35db354-6071-4c12-86ea-fc450f04bc85.png)
# NAS媒体库管理工具 # NAS媒体库管理工具
[![GitHub stars](https://img.shields.io/github/stars/NAStool/nas-tools?style=plastic)](https://github.com/NAStool/nas-tools/stargazers) [![GitHub stars](https://img.shields.io/github/stars/NAStool/nas-tools?style=plastic)](https://github.com/NAStool/nas-tools/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/NAStool/nas-tools?style=plastic)](https://github.com/NAStool/nas-tools/network/members) [![GitHub forks](https://img.shields.io/github/forks/NAStool/nas-tools?style=plastic)](https://github.com/NAStool/nas-tools/network/members)
[![GitHub issues](https://img.shields.io/github/issues/NAStool/nas-tools?style=plastic)](https://github.com/NAStool/nas-tools/issues) [![GitHub license](https://img.shields.io/github/license/NAStool/nas-tools?style=plastic)](https://github.com/NAStool/nas-tools/blob/master/LICENSE.md)
[![GitHub license](https://img.shields.io/github/license/NAStool/nas-tools?style=plastic)](https://github.com/NAStool/nas-tools/blob/master/LICENSE.md) [![Docker pulls](https://img.shields.io/docker/pulls/nastool/nas-tools?style=plastic)](https://hub.docker.com/r/nastool/nas-tools)
[![Docker pulls](https://img.shields.io/docker/pulls/jxxghp/nas-tools?style=plastic)](https://hub.docker.com/r/jxxghp/nas-tools) [![Platform](https://img.shields.io/badge/platform-amd64/arm64-pink?style=plastic)](https://hub.docker.com/r/nastool/nas-tools)
[![Platform](https://img.shields.io/badge/platform-amd64/arm64-pink?style=plastic)](https://hub.docker.com/r/jxxghp/nas-tools)
Dockerhttps://hub.docker.com/r/nastool/nas-tools
Dockerhttps://hub.docker.com/repository/docker/jxxghp/nas-tools
TG频道https://t.me/nastool_official
TG频道https://t.me/nastool_official
Wikihttps://wiki.nastool.org
API: http://localhost:3000/api/v1/
API: http://localhost:3000/api/v1/
## 功能:
## 功能:
NAS媒体库管理工具。
NAS媒体库管理工具。
## 安装
### 1、Docker ## 安装
``` ### 1、Docker
docker pull jxxghp/nas-tools:latest ```
``` docker pull nastool/nas-tools:latest
教程见 [这里](docker/readme.md) 。 ```
如无法连接Github注意不要开启自动更新开关(NASTOOL_AUTO_UPDATE=false)将NASTOOL_CN_UPDATE设置为true可使用国内源加速安装依赖。 ### 2、可执行文件
### 2、本地运行 https://github.com/NAStool/nas-tools/releases
python3.10版本需要预安装cython如发现缺少依赖包需额外安装
``` ### 4、群晖套件
git clone -b master https://github.com/NAStool/nas-tools --recurse-submodule
python3 -m pip install -r requirements.txt https://spk.imnks.com/
export NASTOOL_CONFIG="/xxx/config/config.yaml"
nohup python3 run.py & https://spk7.imnks.com/
```
## 免责声明
### 3、Windows 1) 本软件仅供学习交流使用,软件本身仅作为辅助工具简化用户手工操作,对用户的行为及内容毫不知情,使用本软件产生的任何责任需由使用者本人承担。
下载exe文件双击运行即可会自动生成配置文件目录 2) 本软件代码开源,基于开源代码进行修改,人为去除相关限制导致软件被分发、传播并造成责任事件的,需由代码修改发布者承担全部责任。本项目的用户认证机制是项目长期生存下去的基础,建议不要修改用户认证并公开发布。
3) 本项目没有在任何地方发布捐赠信息页面,也不会接受捐赠或进行收费,请仔细辨别避免误导。
https://github.com/NAStool/nas-tools/releases
### 4、群晖套件
添加矿神群晖SPK套件源直接安装
https://spk.imnks.com/
https://spk7.imnks.com/
## 免责声明
1) 本软件不提供任何内容,仅作为辅助工具简化用户手工操作,对用户的行为及内容毫不知情,使用本软件产生的任何责任需由使用者本人承担。
2) 本软件代码开源基于开源代码进行修改人为去除相关限制导致软件被分发、传播并造成责任事件的需由代码修改发布者承担全部责任。同时按AGPL-3.0开源协议要求,基于此软件代码的所有修改必须开源。