{"id":49401491,"url":"https://github.com/andydevla/ipfs-manager-cli","last_synced_at":"2026-04-28T18:11:45.011Z","repository":{"id":232722490,"uuid":"785016831","full_name":"AndyDevla/ipfs-manager-cli","owner":"AndyDevla","description":"IPFS Manager CLI is a modular ecosystem of scripts designed to automate the full lifecycle of an IPFS (Kubo) node. ","archived":false,"fork":false,"pushed_at":"2026-04-22T02:40:43.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-22T02:41:26.804Z","etag":null,"topics":["api","automated","bash","cli","gateway","ipfs","linux-shell","script","storage-engine","web3"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/AndyDevla.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":"2024-04-11T02:44:10.000Z","updated_at":"2026-04-22T02:40:47.000Z","dependencies_parsed_at":"2024-04-21T06:21:06.855Z","dependency_job_id":null,"html_url":"https://github.com/AndyDevla/ipfs-manager-cli","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"5df9e16204909e7b267279fe5f0d9770ae29c9d2"},"previous_names":["andydevla/ipfs-auto-installer","andydevla/ipfs-manager-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndyDevla/ipfs-manager-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyDevla%2Fipfs-manager-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyDevla%2Fipfs-manager-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyDevla%2Fipfs-manager-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyDevla%2Fipfs-manager-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndyDevla","download_url":"https://codeload.github.com/AndyDevla/ipfs-manager-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndyDevla%2Fipfs-manager-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["api","automated","bash","cli","gateway","ipfs","linux-shell","script","storage-engine","web3"],"created_at":"2026-04-28T18:11:44.127Z","updated_at":"2026-04-28T18:11:45.002Z","avatar_url":"https://github.com/AndyDevla.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPFS Manager CLI (kubo)\n\n[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://raw.githubusercontent.com/AndyDevla/ipfs-auto-installer/main/ipfs-auto-installer.sh)\n\n**IPFS Manager CLI** is a modular ecosystem of scripts designed to automate the full lifecycle of an IPFS (Kubo) node. It transforms a simple binary installation into a solid-grade suite capable of managing SSL Gateways, remote RPC access, and repository maintenance through an intuitive command-line interface.\n\n## 📂 Project Structure\n\nThe suite is organized into functional modules to ensure a clean and scalable architecture:\n\n```text\nipfs-manager\n├── cli\n│   └── ipfs-cli.sh            # Management console (MFS, Swarm, CLI)\n├── gateway\n│   ├── caddy-installer.sh     # Caddy Server setup\n│   ├── disable.sh             # Revert Gateway/RPC to factory defaults\n│   ├── path+RPC.sh            # Combined SSL Gateway \u0026 API setup\n│   ├── path.sh                # Path-based Gateway SSL setup\n│   └── RPC.sh                 # Remote API \u0026 WebUI SSL setup\n├── installer\n│   └── ipfs-installer.sh      # Binary installation \u0026 architecture detection\n├── main.sh                    # Main entry point \u0026 menu system\n├── node\n│   └── daemon.sh              # Daemon configuration \u0026 systemd service setup\n├── repo\n│   └── init.sh                # Repository initialization and tuning\n├── status\n│   └── services.sh            # Service monitoring and status overview\n└── uninstaller\n    ├── uninstaller-caddy.sh   # Caddy removal tool\n    └── uninstaller-ipfs.sh    # IPFS/Kubo removal tool\n```\n\n## ✨ Key Features\n\n  - **Path Gateway:** Configure a gateway path to serve IPFS content over a secure HTTPS connection. The suite automates the reverse proxy setup via Caddy, ensuring your content is accessible through a standard web browser with  SSL encryption.\n  - **Hybrid Connection Management:** Switch between direct local connections, localhost RPC, or remote RPC(**https://webui.ipfs.io**) via custom domains with ease.\n  - **Automated SSL/TLS:** Full integration with **Caddy Server** for automatic HTTPS certificates on your Gateway and API endpoints.\n  - **Smart Maintenance:** Includes a Garbage Collector (GC) toggle to prevent disk storage from reaching its limit.\n  - **Fail-Safe Reversion:** The \"Disable\" sub-option allows you to reset `.config` and `Caddyfile` network settings to their original state in one click.\n  - **Best-Effort Multi-Init Support:** While primarily designed to work with **systemd**, the suite includes logic to detect and support other init systems.\n\n## 🚀 Installation \u0026 Usage\n\n### One-Liner Shell Command\n\nDownload the repository and automatically run ```main.sh```\n\n```bash\ncurl -sSL https://github.com/AndyDevla/ipfs-manager-cli/archive/refs/heads/main.tar.gz | tar xz \u0026\u0026 cd ipfs-manager-cli-main \u0026\u0026 chmod +x main.sh \u0026\u0026 ./main.sh\n```\n\n### Online Execution (Alpha)\n\nRun an **standalone** version of **ipfs-manager-cli** directly from GitHub without manual cloning:\n\n```bash\nbash \u003c(wget -qO- https://raw.githubusercontent.com/AndyDevla/ipfs-manager-cli/refs/heads/main/main.sh)\n```\n#### or try\n```bash\nbash \u003c(curl -sSL https://raw.githubusercontent.com/AndyDevla/ipfs-manager-cli/refs/heads/main/main.sh)\n```\n\n### Local Setup\n\nClone the repository for persistent access and development:\n\n```bash\ngit clone https://github.com/AndyDevla/ipfs-manager-cli.git\ncd ipfs-manager-cli\nchmod +x main.sh\n./main.sh\n```\n\n## 🛠 Requirements\n\n  - **OS:** Linux (Debian/Ubuntu highly recommended).\n  - **Dependencies:** `curl`, `jq`.\n  - **Privileges:** The script will prompt for `sudo` only when executing system-level changes (service management or binary installations).\n\n## 📋 Suggested Workflow\n0.  **Connection:** To interact with the IPFS node choose between a local installation(1), remote RPC(3) or local RPC(2) methods.\n1.  **Setup:** Use option 1 and 2 to install the binary and initialize your repository.\n2.  **Launch:** Use option 3 to configure the daemon (enable GC and systemd autostart).\n3.  **Expose:** Use option 4 to link your domain and enable SSL via Caddy.\n4.  **Manage:** Use option 6 to interact with the MFS (Mutable File System) or check network peers.\n\n## ⚖️ License\n\nThis project is licensed under the **GNU General Public License v3.0**. You are free to copy, modify, and distribute this software as long as the same license is maintained.\n\n-----\n\nDeveloped by [AndyDevla](https://github.com/AndyDevla) 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandydevla%2Fipfs-manager-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandydevla%2Fipfs-manager-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandydevla%2Fipfs-manager-cli/lists"}