Recorder-moe / LivestreamRecorderFrontend_dist

Recorder.moe 專案的前端 Angular 網頁。 (Angular 14)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LivestreamRecorderFrontend

This is the frontend distribution for the Recorder.moe livestream recorder project.

Settings

Hosting this project on any static web host

  • Download this repository.
  • Fill out your own settings in the config.jsonc file.
  • Upload all contents to your static web host.

Hosting on Azure Static Web Apps

Hosting on GitHub Pages

  • Fork this repository.
  • Fill out your own settings in the config.jsonc file.
  • Enable GitHub Pages in the repository settings.
  • Set the GitHub Pages source to the master branch.
  • Setup Custom Domain!!!
    This app cannot run at a domain like https://username.github.io/LivestreamRecorderFrontend_dist/.
    It must run at the root of the domain, like https://your.recorder.moe/.

Docker image

  • Run this Docker image ghcr.io/recorder-moe/livestreamrecorderfrontend
docker run --rm -v /path/to/config.jsonc:/usr/share/nginx/html/config.jsonc:ro -p 80:80 ghcr.io/recorder-moe/livestreamrecorderfrontend

About

Recorder.moe 專案的前端 Angular 網頁。 (Angular 14)


Languages

Language:CSS 49.4%Language:SCSS 46.1%Language:HTML 4.5%