* Found the meta tags on youtube... in the body and updated the client to pull them out.
* Updated namespace on test
* I think formatting cleaned this up
* Seed migrations have been cleaned up to get my configs out and moving them to a script.
* Updates to the ISourcesRepository.cs to allow for new calls to the db.
* formatter
* Db models updated. Icon now can track sourceID and source can have a youtube id.
* Updated api logger to ignore otel if no connection string given.
* updated docker init so I can run migrations from the image
* seed was updated to reflect the new api changes
* Updated the SourcesController.cs to grab icon data.
* Added reddit const values
* Minor changes to HtmlPageReader.cs
* Jobs are now pulling in the config section to bundle values.
* Removed youtube api, not needed anymore.
* test updates
* Still working though it but looking good on releases
* added the example discord message test
* updated source repo to return an existing record before a new is added
* updated the sources repo interface
* updated new routes to check for existing records
* starting to migrate the seed out of the sql migrations
* A new seed script was made to reload the db from the api
* Docker image works locally
* Adding CI to build docker image
* ... disabled swagger so I can test docker
* Added more to the github job but its not finished. Isnt pulling sources yet.
* cleaned up formatting
* Controller updates to look for existing records when requesting a new one
* null check cleanup
* namespace fix