{"id":20110112,"url":"https://github.com/red5d/ipfspodcasting-node","last_synced_at":"2026-05-24T16:31:42.047Z","repository":{"id":189429577,"uuid":"680657420","full_name":"Red5d/ipfspodcasting-node","owner":"Red5d","description":"Update script and docker-compose to run a node for IPFSPodcasting.net","archived":false,"fork":false,"pushed_at":"2023-09-02T02:36:19.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T18:33:56.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Red5d.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":"2023-08-20T00:55:42.000Z","updated_at":"2023-08-20T01:58:44.000Z","dependencies_parsed_at":"2024-11-13T18:10:37.550Z","dependency_job_id":"71630698-b2d8-41b3-b80e-d63b3d9364ec","html_url":"https://github.com/Red5d/ipfspodcasting-node","commit_stats":null,"previous_names":["red5d/ipfspodcasting-node"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Red5d/ipfspodcasting-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red5d%2Fipfspodcasting-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red5d%2Fipfspodcasting-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red5d%2Fipfspodcasting-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red5d%2Fipfspodcasting-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Red5d","download_url":"https://codeload.github.com/Red5d/ipfspodcasting-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red5d%2Fipfspodcasting-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33442523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T13:13:05.286Z","status":"ssl_error","status_checked_at":"2026-05-24T13:13:03.728Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-11-13T18:10:35.198Z","updated_at":"2026-05-24T16:31:42.029Z","avatar_url":"https://github.com/Red5d.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPFSPodcasting Node\nUpdate script and docker-compose to run a node for IPFSPodcasting.net\n\nAdapted from https://github.com/Cameron-IPFSPodcasting/podcastnode-Python\n\nChanges from original:\n* Doesn't need to be run on the same host as the IPFS service as long as it can reach the RPC API.\n* All communication is over the RPC API. No subprocess commands needed.\n* Organized interactions with the IPFS node and the IPFSPodcasting.net site into class objects.\n* Files are downloaded into memory and sent directly to the IPFS node for adding/pinning. \n\nUse the included docker-compose.yml to start up an IPFS node container.\n\nEnsure that port 4001 on the container is accessible from the Internet, and that the admin RPC port 5001 is **_only accessible internally_**.\n\nAfter running the script and/or setting a cron job, check the Manage page for your node at [https://ipfspodcasting.net/Manage](https://ipfspodcasting.net/Manage/Node)\n\nUsage: \n\n    python ipfspodcastnode_update.py [-h] --rpc_url RPC_URL --email EMAIL [--log_file LOG_FILE] [--debug]\n\n    options:\n      -h, --help           show this help message and exit\n      --rpc_url RPC_URL    Url for RPC API for your IPFS node. Example: http://localhost:5001\n      --email EMAIL        Your email address\n      --log_file LOG FILE  Log file to write to. Default: ipfspodcastnode.log\n      --debug              Enable debug logging and disable random starting delay\n\n\nExample usage:\n\n    python ipfspodcastnode_update.py --rpc_url 'http://192.168.1.100:5001' --email you@example.com\n\nSet up a cron job to run this script automatically. The recommendation from IPFSPodcasting.net is a time period of every 10 minutes:\n\n    */10 * * * * /usr/bin/flock -n /tmp/ipfspodcastnode.lockfile python ipfspodcastnode_update.py --rpc_url 'http://192.168.1.100:5001' --email you@example.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred5d%2Fipfspodcasting-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred5d%2Fipfspodcasting-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred5d%2Fipfspodcasting-node/lists"}