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.
 
 
 
 
 
 
Gabe Kangas c572fb76ce
WIP
2 years ago
..
README.md WIP refactored all storage into repos. Tests pass. 2 years ago
activitypub.go WIP datastore/config repo tests pass 2 years ago
config.go WIP 2 years ago
configrepository.go WIP 2 years ago
configrepository_test.go WIP refactored all storage into repos. Tests pass. 2 years ago
crypto.go WIP datastore/config repo tests pass 2 years ago
defaults.go WIP datastore/config repo tests pass 2 years ago
keys.go WIP datastore/config repo tests pass 2 years ago
migrations.go WIP refactored all storage into repos. Tests pass. 2 years ago

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.