{"id":30756840,"url":"https://github.com/codeesura/linea-node","last_synced_at":"2025-09-06T19:05:44.116Z","repository":{"id":312531617,"uuid":"1047797886","full_name":"codeesura/linea-node","owner":"codeesura","description":"A simple bash script to deploy a Linea Besu (Basic) node.","archived":false,"fork":false,"pushed_at":"2025-08-31T09:06:34.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T11:13:04.354Z","etag":null,"topics":["bash-script","linea","node"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/codeesura.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":"2025-08-31T08:54:25.000Z","updated_at":"2025-08-31T10:27:29.000Z","dependencies_parsed_at":"2025-08-31T11:13:07.911Z","dependency_job_id":"d1799b00-5798-4e49-80e5-e3863fb0e224","html_url":"https://github.com/codeesura/linea-node","commit_stats":null,"previous_names":["codeesura/linea-node"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codeesura/linea-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeesura%2Flinea-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeesura%2Flinea-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeesura%2Flinea-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeesura%2Flinea-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeesura","download_url":"https://codeload.github.com/codeesura/linea-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeesura%2Flinea-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273589462,"owners_count":25132861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash-script","linea","node"],"created_at":"2025-09-04T10:10:01.881Z","updated_at":"2025-09-05T11:03:13.799Z","avatar_url":"https://github.com/codeesura.png","language":"Shell","readme":"# Linea Besu (Basic Node) - Quick Install Script\n\nThis script provides a one-line command to fully automate the installation of a **basic Linea Besu follower node**.\n\nIt handles all necessary steps, including installing dependencies (like Docker), configuring permissions, automatically setting the public IP, and starting the node as a background service. This script is designed for Debian-based Linux systems (e.g., Ubuntu).\n\n---\n\n## Prerequisites\n\n-   A server running a **Debian-based OS** (e.g., Ubuntu 20.04 / 22.04 or later).\n-   Root or `sudo` privileges.\n\n---\n\n## Installation\n\nRun the single command below in your terminal to start the installation.\n\n**Important**: Replace the URL with the raw link to your own `install-basic.sh` script hosted on GitHub.\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/codeesura/linea-node/main/install-basic.sh | bash\n```\n\nThe script will handle the entire setup process, and your node will be running upon completion.\n\n---\n\n## Post-Installation Management\n\nYour Linea node runs in the background inside a Docker container. All management commands should be run from the `~/linea-node` directory.\n\n### Managing the Node\n\n-   **Check Logs**:\n    ```bash\n    cd ~/linea-node \u0026\u0026 sudo docker compose logs -f\n    ```\n\n-   **Stop the Node**:\n\n    ```bash\n    cd ~/linea-node \u0026\u0026 sudo docker compose down\n    ```\n    \n-   **Start the Node (after stopping)**:\n\n    ```bash\n    cd ~/linea-node \u0026\u0026 sudo docker compose up -d\n    ```\n    \n### Docker Permissions\n\nThe script adds your user to the `docker` group to allow running Docker commands without `sudo`.\n\n**Important**: For this change to take effect, you must **log out of the server and log back in**. After re-logging in, you can omit `sudo` from the commands above.\n\n---\n\n## Uninstallation\n\nTo completely remove the node and all its data:\n\n1.  Stop the container and remove its data volume:\n\n    ```bash\n    cd ~/linea-node \u0026\u0026 sudo docker compose down -v\n    ```\n    \n3.  Remove the installation directory:\n\n    ```bash\n    cd ~ \u0026\u0026 rm -rf ~/linea-node\n    ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeesura%2Flinea-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeesura%2Flinea-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeesura%2Flinea-node/lists"}