{"id":19352062,"url":"https://github.com/twsl/uestratv","last_synced_at":"2026-05-12T20:37:27.872Z","repository":{"id":103300964,"uuid":"229160311","full_name":"twsl/UestraTV","owner":"twsl","description":"A quick attempt at hosting my own Üstra Fahrgastfernsehen with Blazor.","archived":false,"fork":false,"pushed_at":"2020-02-20T02:17:25.000Z","size":98,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T10:46:50.912Z","etag":null,"topics":["aspnetcore","aspnetcore31","blazor","blazor-server","blazorstrap","uestra"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twsl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-20T00:24:47.000Z","updated_at":"2020-02-20T02:17:27.000Z","dependencies_parsed_at":"2023-04-09T02:05:47.326Z","dependency_job_id":null,"html_url":"https://github.com/twsl/UestraTV","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/twsl/UestraTV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twsl%2FUestraTV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twsl%2FUestraTV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twsl%2FUestraTV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twsl%2FUestraTV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twsl","download_url":"https://codeload.github.com/twsl/UestraTV/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twsl%2FUestraTV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000701,"owners_count":26082805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnetcore","aspnetcore31","blazor","blazor-server","blazorstrap","uestra"],"created_at":"2024-11-10T04:38:00.798Z","updated_at":"2025-10-08T19:09:28.469Z","avatar_url":"https://github.com/twsl.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UestraTV\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/twsldev/uestra-fahrgastfernsehen)](https://hub.docker.com/r/twsldev/uestra-fahrgastfernsehen)\n\nA quick attempt at hosting my own Üstra Fahrgastfernsehen with Blazor.\n\n## Motivation\n\nI wanted to test out [blazor](https://github.com/dotnet/blazor) and [BlazorStrap](https://github.com/chanan/BlazorStrap), so I needed a small test project.\n\n## Settings\n\nThe only setting is currently the update intervall inside the `appsettings.json` with a default value in `ms` of `3600000`, which means an update every hour.\n\n## Build\n\n```bash\ndocker build . -f ./UestraTV/Dockerfile -t uestratv:latest\n```\n\n## Run\n\nTo run the container, you should be familiar with ASP.NET Core, Docker and HTTPS. It's documented quite well [here](https://docs.microsoft.com/en-us/aspnet/core/security/docker-https?view=aspnetcore-3.1), but i tried to paste the important commands in here as well.\n\nAdd a certificate:\n\n```bash\ndotnet dev-certs https -ep ${HOME}/.aspnet/https/uestratv.pfx -p password123\n```\n\nAfterwards you can run the container with the following parameter:\n\nto add an external port\n\n```bash\n-p 51806:80 -p 44379:443\n```\n\nThen mount the storage volume for certificates\n\n```bash\n-v \"${HOME}/.aspnet/https:/root/.aspnet/https:ro\"\n```\n\nAnd then add [secrets](https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-3.1) or simply add the password directly\n\n```bash\n-e \"ASPNETCORE_Kestrel__Certificates__Default__Password=password123\"\n```\n\nJust to be safe, you can tell Kestrel, where to find the certificate, in case you use any other folder than the default\n\n```\n-e \"ASPNETCORE_Kestrel__Certificates__Default__Path=/root/.aspnet/https/uestratv.pfx\"\n```\n\nRequests should be upgraded, but you can specify listening to port 443 as well\n\n```bash\n-e \"ASPNETCORE_URLS=https://+:443;http://+:80\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwsl%2Fuestratv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwsl%2Fuestratv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwsl%2Fuestratv/lists"}