Git Product home page Git Product logo

bililiverecorder-webui's Introduction

BililiveRecorder-WebUI

给 BililiveRecorder.Cli 添加一个简单的网页界面。分为两个版本,嵌入版和群控版。

嵌入版会在 BililiveRecorder.Cli 打包时嵌入到 BililiveRecorder.Cli 中,特征为只能控制本机,无法添加录播姬。

群控版允许用户自助添加控制任意数量的录播姬,

常见问题:

1、怎么手动更新内嵌的版本?

一般情况下会跟随 BililiveRecorder.Cli 的更新,但如果你看上某个测试版本了,你可以到Github Actions中选择相应的构建,然后再 Artifacts 中下载 dist-embedded,并解压到 BililiveRecorder.Cli 的 wwwroot/ui 目录下(没有就自己创建)。

2、为什么我在 https://webui.rec.danmuji.org/ 连不到我的录播姬?

主要有两种原因:

(1) HTTPS 无法访问 HTTP 的内容,此题无解,您可以尝试自己部署一个

(2) 请确认您是否能直接打开该网址,如果不行,请检查端口映射及开放端口。

3、我想自己部署一个 webui 群控版可以吗?

可以的,我们提供预配置好的 docker 镜像,您可以自己部署。

docker run -d -p 3000:80 --name="webui" ghcr.io/bililiverecorder/bililiverecorder-webui:master

如果你想自己用其他部署的方式,请注意该应用是 SPA,因此需要注意路由问题。

这里有一份 nginx 的配置,仅供参考 default.conf

开发

Structure

Vue3 + Typescript + Vite + Naive-UI

Recommended IDE Setup

调试运行

npx vitenpm run dev

构建

npm run build

不想和 typescript 打架时可以

npx vite

bililiverecorder-webui's People

Contributors

shugen002 avatar genteure avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.