jellyfin-plugin-metatube
jellyfin-plugin-metatube copied to clipboard
群晖的后端配置教程链接好像没了
Description
大佬们有别的教程吗
Is this feature related to a specific bug?
No response
Do you have a specific solution in mind?
No response
同求,,,,
群晖的Docker里能搜到image,但具体配置还需要简单讲解下,自己试了几次没搞出来.
以Synology(群辉)为例演示
- Synology(群辉)套件中心安装docker
- 打开docker工具,在映像中搜索javtube,下载javtube/javtube-server
- 启动javtube容器
- 存储空间:将容器中的
/config目录映射到/docker/javtube目录 - 端口设置:将容器的
8080端口映射到8097端口 - 环境:
- PATH设置为:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- TOKEN设置为:123456
- DSN设置为:/config/javtube.db
- GIN_MODE设置为:release
- PORT设置为:8080
- REQUEST_TIMEOUT设置为:空
- DB_MAX_IDLE_CONNS设置为:0
- DB_MAX_OPEN_CONNS设置为:0
- DB_PREPARED_STMT设置为:0
- DB_AUTO_MIGRATE设置为:0
- 存储空间:将容器中的
配置完成后启动容器,访问 http://127.0.0.1:8097/ ,如果显示下面内容,这说明配置成功。
{"data":{"app":"javtube","commit":"7c798fc","version":"1.0.10"}}
你按照这个试试
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days