{"id":29633617,"url":"https://github.com/bianchidotdev/session-docker","last_synced_at":"2026-02-05T07:31:28.579Z","repository":{"id":297143363,"uuid":"995784507","full_name":"bianchidotdev/session-docker","owner":"bianchidotdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-08T22:06:26.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T14:13:04.399Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bianchidotdev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-04T02:18:44.000Z","updated_at":"2025-06-08T22:06:29.000Z","dependencies_parsed_at":"2025-06-04T09:21:42.951Z","dependency_job_id":"1b11e702-0aa2-4ef9-b2a5-dace86c693c9","html_url":"https://github.com/bianchidotdev/session-docker","commit_stats":null,"previous_names":["bianchidotdev/session-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bianchidotdev/session-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bianchidotdev%2Fsession-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bianchidotdev%2Fsession-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bianchidotdev%2Fsession-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bianchidotdev%2Fsession-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bianchidotdev","download_url":"https://codeload.github.com/bianchidotdev/session-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bianchidotdev%2Fsession-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29115525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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-07-21T14:05:47.823Z","updated_at":"2026-02-05T07:31:28.555Z","avatar_url":"https://github.com/bianchidotdev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Session Node Docker Image\n\nThis Docker image allows you to run a Session node easily within a containerized environment.\n\n## Requirements\n\n- Docker installed on your host system\n- An Arbitrum One RPC provider URL (from providers like Infura, Alchemy, or dRPC)\n- At least 25,000 SESH tokens for staking (or 6,250 SESH for operator in a multi-contributor node)\n- Sufficient ETH on Arbitrum One for gas fees\n- A server with at least 45GB storage, 4-8GB RAM, and 100Mb+ network connection\n\n## Quick Start\n\n```bash\ndocker run -d \\\n  --name session-node \\\n  -p 11022:11022 \\\n  -p 11025:11025 \\\n  -v session-node-data:/var/lib/oxen \\\n  -v \u003cpath/to/oxen.conf\u003e:/etc/oxen \\\n  --restart unless-stopped \\\n  session-node:latest\n```\n\nOr with docker-compose:\n\n```sh\n# docker-compose.yml example\n# uses ./oxen.conf for configuration\ndocker-compose up --build -d\n```\n\nTODO: Add example with public images\n\n## Building the Image\n\n```bash\ncd session/docker\ndocker build -t session-node:latest .\n```\n\n## Node Registration\n\nAfter your node is running and synced, you can register it with the Session network:\n\n1. Get your Ethereum wallet address\n2. Run the registration command in the container:\n   ```bash\n   docker exec session-node oxend register \u003cyour-eth-address\u003e\n   ```\n3. Follow the link provided to complete registration on the Session Staking Portal\n4. Stake your SESH tokens to the node\n\n## Backing Up Keys\n\nYour node's secret keys are essential for operation. Back them up using:\n\n```bash\n# View and backup ED25519 key\ndocker exec session-node oxen-sn-keys show /var/lib/oxen/key_ed25519\n\n# View and backup BLS key\ndocker exec session-node oxen-sn-keys show /var/lib/oxen/key_bls\n```\n\nStore these keys securely. They can be used to restore your node if needed.\n\n## Restoring from Backup (TODO)\n\n## Checking Node Status\n\n```bash\n# View node status\ndocker exec session-node oxend status\n\n# View service node status\ndocker exec session-node oxend print_sn_status\n\n# View logs\ndocker logs -f session-node\n```\n\n## References\n\n- [Session Documentation](https://docs.getsession.org/contribute-to-the-session-network/running-a-session-node)\n- [Session Staking Portal](https://stake.getsession.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbianchidotdev%2Fsession-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbianchidotdev%2Fsession-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbianchidotdev%2Fsession-docker/lists"}