No description
Find a file
2024-01-15 23:11:53 +01:00
generator impl: license generator 2024-01-15 23:01:11 +01:00
.dockerignore chore: docker + license 2024-01-15 23:11:53 +01:00
.gitignore impl: license generator 2024-01-15 23:01:11 +01:00
compose.yml chore: docker + license 2024-01-15 23:11:53 +01:00
Dockerfile init 2024-01-15 21:00:13 +01:00
go.mod init 2024-01-15 21:00:13 +01:00
go.sum init 2024-01-15 21:00:13 +01:00
main.go init 2024-01-15 21:00:13 +01:00
README.md chore: docker + license 2024-01-15 23:11:53 +01:00

YoinkDVR

Proxy for AgentDVR to get a "valid" license.

Note: This is not a business license. It is literally just so that AgentDVR will shut up about the license being weird.

Setup

  1. Generate a self-signed certificate for www.ispyconnect.com and place it in the ssl directory. (I recommend using step)
    step certificate create ssl data/ssl.crt data/ssl.key \
      --profile self-signed --subtle \
      --san www.ispyconnect.com
    
  2. Add the SSL certificate to your host's trusted root certificates.
    sudo cp data/ssl.crt /usr/local/share/ca-certificates/yoinkdvr.crt
    sudo update-ca-certificates
    
  3. Run both containers:
    docker-compose up -d