Skip to content

patrick-b6n/AvrRemote

Repository files navigation

AvrRemote

GitHub Workflow Status

Web UI to control your AVR (only Denon is supported).

Technologies

  • .NET 6
  • ASP.NET Core 6
  • Blazor WebAssembly
  • TailwindCSS

Deploy

appsettings.json

{
}

docker-compose.yml

version: '3'
services:
  grafana:
    image: ghcr.io/patrick-b6n/avr-remote:latest
    container_name: http-to-web-push
    restart: always
    volumes:
      - ${PWD}/appsettings.json:/app/appsettings.json

Development

Backend

cd ./src/AvrRemote.Server/
dotnet watch

Frontend

cd ./src/AvrRemote.UI/wwwroot/
yarn watch

Docs

TODO

  • fix telnet glitches

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages