Skip to content

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

Notifications You must be signed in to change notification settings

Recorder-moe/LivestreamRecorderFrontend_dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 the docker image with config.jsonc mounted to /usr/share/nginx/html/config.jsonc.

    docker run -v /path/to/config.jsonc:/usr/share/nginx/html/config.jsonc:ro -p 80:8080 ghcr.io/recorder-moe/livestreamrecorderfrontend
  • The Nginx server will listen on port 80, so you can access it at http://localhost:80.

  • Also check the http://localhost:80/config.jsonc to make sure the config is loaded correctly.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published