{"id":34243571,"url":"https://github.com/opensvc/docker_osvc_relay","last_synced_at":"2026-03-13T19:07:52.597Z","repository":{"id":96354354,"uuid":"163429232","full_name":"opensvc/docker_osvc_relay","owner":"opensvc","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-13T10:22:59.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-19T12:14:52.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/opensvc.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-28T16:26:35.000Z","updated_at":"2021-10-22T14:33:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7b742b0-983a-419a-ab11-b284d9b3b861","html_url":"https://github.com/opensvc/docker_osvc_relay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opensvc/docker_osvc_relay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensvc%2Fdocker_osvc_relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensvc%2Fdocker_osvc_relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensvc%2Fdocker_osvc_relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensvc%2Fdocker_osvc_relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensvc","download_url":"https://codeload.github.com/opensvc/docker_osvc_relay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensvc%2Fdocker_osvc_relay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30472990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T17:15:31.527Z","status":"ssl_error","status_checked_at":"2026-03-13T17:15:22.394Z","response_time":60,"last_error":"SSL_read: 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":"2025-12-16T05:04:07.595Z","updated_at":"2026-03-13T19:07:52.585Z","avatar_url":"https://github.com/opensvc.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker_osvc_relay\nopensvc agent container preconfigured with hearbeat relay role\n\nconsidering a 2 nodes (n1 \u0026 n2) opensvc cluster stretched over 2 datacenters, this container can be instanciated on a third datacenter.\nonce the cluster is configured to point to the heartbeat relay, a complete network cut between n1 and n2 won't end in split brain situation, because hearbeats are still being exchanged through the relay.\n\nmore informations available here https://docs.opensvc.com/latest/agent.daemon.heartbeats.html#relay\n\n\nUsage :\n-----\nAES secret is expected to be configured at container runtime, based on environmnent variable SECRET\n\n    docker run -e SECRET=1234567812345678 opensvc/relay\n\n\nNote :\n----\nAES secret key must be either 16, 24, or 32 bytes long. You can use the one-liner below.\n \n    python -c \"import uuid;print(uuid.uuid1().hex)\"\n\n\nBy default, relay is listening on 0.0.0.0:1214. Override is possible by using variable ADDR and/or PORT.\n\nExamples :\n--------\n\n    docker run -e SECRET=1234567812345678 opensvc/relay                                     # listen on 0.0.0.0:1214\n    docker run -e SECRET=1234567812345678 -e ADDR=192.168.100.1 opensvc/relay               # listen on 192.168.100.1:1214\n    docker run -e SECRET=1234567812345678 -e PORT=9999 opensvc/relay                        # listen on 0.0.0.0:9999\n    docker run -e SECRET=1234567812345678 -e ADDR=192.168.100.1 -e PORT=4321 opensvc/relay  # listen on 192.168.100.1:4321\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensvc%2Fdocker_osvc_relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensvc%2Fdocker_osvc_relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensvc%2Fdocker_osvc_relay/lists"}