jellyfin-plugin-metatube icon indicating copy to clipboard operation
jellyfin-plugin-metatube copied to clipboard

群晖的后端配置教程链接好像没了

Open 6huangewenjie opened this issue 3 years ago • 3 comments

Description

大佬们有别的教程吗

Is this feature related to a specific bug?

No response

Do you have a specific solution in mind?

No response

6huangewenjie avatar Sep 19 '22 23:09 6huangewenjie

同求,,,,

FenKou avatar Sep 20 '22 12:09 FenKou

群晖的Docker里能搜到image,但具体配置还需要简单讲解下,自己试了几次没搞出来.

reehon avatar Sep 21 '22 14:09 reehon

以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"}}

你按照这个试试

Polemo1024 avatar Oct 01 '22 13:10 Polemo1024

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

github-actions[bot] avatar Nov 01 '22 10:11 github-actions[bot]