Take control over your live stream video by running it yourself. Streaming + chat out of the box.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
..
README.md
activitypub.go
config.go
configrepository.go
configrepository_test.go
crypto.go
defaults.go
keys.go
migrations.go

README.md

Config Repository

The configuration repository represents all the getters, setters and storage logic for user-defined configuration values. This includes things like the server name, enabled/disabled flags, etc. See keys.go to see the full list of keys that are used for accessing these values in the database.

Migrations

Add migrations to migrations.go and you can use the datastore and config repository to make your required changes between datastore versions.