dj2mn / klauskast

Code for deploying live streaming with Owncast & Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

klauskast

A terraform plan to deploy owncast streaming service for www.only1klaus.com on Linode hosting platform.

The following additional information will be needed to run this code.

file ./secrets.tfvars

token = "LINODE_API_TOKEN"
root_pass = "root password"
authorized_keys = [ "ssh-rsa AAAA...etc" ]
object_storage_access_key = "LINODE_OBJECT_STORAGE_ACCESS_KEY"
object_storage_secret_key = "LINODE_OBJECT_STORAGE_SECRET_KEY"

With that in place, running terraform apply -vars-file=secrets.tfvars -vars-file=variables-tfvars should create a server instance with a persistent storage volume, and update DNS entry.

About

Code for deploying live streaming with Owncast & Terraform


Languages

Language:Shell 56.5%Language:HCL 43.5%