{"id":22545401,"url":"https://github.com/channelstream/channelstream_landing","last_synced_at":"2026-03-19T23:06:06.000Z","repository":{"id":43047886,"uuid":"145612097","full_name":"Channelstream/channelstream_landing","owner":"Channelstream","description":"ChannelStream landing page","archived":false,"fork":false,"pushed_at":"2022-12-08T03:40:13.000Z","size":1685,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T16:30:13.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Channelstream.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-21T19:48:26.000Z","updated_at":"2020-03-23T00:18:24.000Z","dependencies_parsed_at":"2023-01-25T04:15:35.383Z","dependency_job_id":null,"html_url":"https://github.com/Channelstream/channelstream_landing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Channelstream/channelstream_landing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Channelstream%2Fchannelstream_landing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Channelstream%2Fchannelstream_landing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Channelstream%2Fchannelstream_landing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Channelstream%2Fchannelstream_landing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Channelstream","download_url":"https://codeload.github.com/Channelstream/channelstream_landing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Channelstream%2Fchannelstream_landing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28818172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T18:01:38.485Z","status":"ssl_error","status_checked_at":"2026-01-27T18:01:27.499Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-07T14:09:49.001Z","updated_at":"2026-01-27T18:36:26.523Z","avatar_url":"https://github.com/Channelstream.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Running application via docker for production\n\n    docker-compose up\n    \nOr manually\n\n    # start the main server\n    docker run --rm -p 8000:8000 -e CHANNELSTREAM_ALLOW_POSTING_FROM=0.0.0.0 channelstream/channelstream:latest\n    # build the image for landing page backend\n    docker build . -t channelstream_landing\n    # run the backend code\n    docker run -ti --rm -p 6543:6543 USER_UID=`id -u` USER_GID=`id -g` -e CHANNELSTREAM_URL=http://172.17.0.2:8000 channelstream_landing\n\n   \n# Running application via docker for development\n\n    USER_UID=`id -u` USER_GID=`id -g` docker-compose -f docker-compose.yml -f docker-compose.dev.yml up\n\nOr manually\n   \n    # start the main server\n    docker run --rm -p 8000:8000 -e CHANNELSTREAM_ALLOW_POSTING_FROM=0.0.0.0 channelstream/channelstream:latest\n    \n    # build the image for landing page backend\n    docker build . -t channelstream_landing\n    \n    # run the backend code with hot reload\n    docker run -ti --rm -p 6543:6543 -e USER_UID=`id -u` -e USER_GID=`id -g` \\\n    -e CHANNELSTREAM_URL=http://172.17.0.2:8000 \\\n    --mount type=bind,source=\"$(pwd)\"/backend,target=/opt/application \\\n    --mount type=bind,source=\"$(pwd)\"/rundir,target=/opt/rundir \\\n    channelstream_landing\n    \n    # build frontend code builder image\n    docker build . -f Dockerfile.static -t channelstream_landing_statics\n    \n    # run the frontend code with hot reload\n    docker run -ti --rm  -e USER_UID=`id -u` -e USER_GID=`id -g` \\\n    -e FRONTEND_ASSSET_ROOT_DIR=/opt/rundir/static_build \\\n    --mount type=bind,source=\"$(pwd)\"/frontend,target=/opt/frontend \\\n    --mount type=bind,source=\"$(pwd)\"/rundir,target=/opt/rundir \\\n    channelstream_landing_statics\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchannelstream%2Fchannelstream_landing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchannelstream%2Fchannelstream_landing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchannelstream%2Fchannelstream_landing/lists"}