{"id":49105729,"url":"https://github.com/zenkiet/public-bash-script","last_synced_at":"2026-04-21T01:34:00.014Z","repository":{"id":344381046,"uuid":"1181588913","full_name":"zenkiet/public-bash-script","owner":"zenkiet","description":"Summary of all the scripts that I often use to install and configure my server (debian, alpine, proxmox...)","archived":false,"fork":false,"pushed_at":"2026-03-14T15:26:48.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-14T22:27:48.604Z","etag":null,"topics":["alpine","bash","debian","devops","linux","proxmox","script"],"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/zenkiet.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":"2026-03-14T10:54:23.000Z","updated_at":"2026-03-14T15:26:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zenkiet/public-bash-script","commit_stats":null,"previous_names":["zenkiet/public-bash-script"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zenkiet/public-bash-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenkiet%2Fpublic-bash-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenkiet%2Fpublic-bash-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenkiet%2Fpublic-bash-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenkiet%2Fpublic-bash-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zenkiet","download_url":"https://codeload.github.com/zenkiet/public-bash-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenkiet%2Fpublic-bash-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32073048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"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":["alpine","bash","debian","devops","linux","proxmox","script"],"created_at":"2026-04-21T01:33:59.400Z","updated_at":"2026-04-21T01:34:00.006Z","avatar_url":"https://github.com/zenkiet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Public Bash Script\n\nOne-line install scripts for common CLI tools and services. Designed for manual use, automation pipelines (e.g. Jenkins), and heterogeneous environments (Debian, Alpine, Proxmox, macOS, and others).\n\n---\n\n## Supported Platforms\n\n| Platform    | Scope                          | Notes                                    |\n| ----------- | ------------------------------ | ---------------------------------------- |\n| **Bash**    | All scripts                    | Primary usage; one-liners and local runs |\n| **Jenkins** | Pipeline steps, agents, Docker | Use in `bash` steps or in Dockerfile     |\n\n## Quick Start\n\nRun an installer directly from the repository (replace `\u003cscript-name\u003e.sh` with the script you need):\n\n```bash\nbash -c \"$(curl -fsSL https://raw.githubusercontent.com/zenkiet/public-bash-script/main/bash/\u003cscript-name\u003e.sh)\"\n```\n\n---\n\n## Available Scripts\n\n| Script         | Description                                                                        |\n| -------------- | ---------------------------------------------------------------------------------- |\n| **lazydocker** | Install [lazydocker](https://github.com/jesseduffield/lazydocker) (TUI for Docker) |\n\n### Lazydocker\n\n```bash\nbash -c \"$(curl -fsSL https://raw.githubusercontent.com/zenkiet/public-bash-script/main/bash/lazydocker.sh)\"\n```\n\n---\n\n## Using in Jenkins\n\nUse the same one-liner inside a Jenkins pipeline or on an agent:\n\n```groovy\npipeline {\n    agent any\n    stages {\n        stage('Install tools') {\n            steps {\n                sh 'bash -c \"$(curl -fsSL https://raw.githubusercontent.com/zenkiet/public-bash-script/main/bash/lazydocker.sh)\"'\n            }\n        }\n    }\n}\n```\n\nOr from a Jenkinsfile scripted syntax:\n\n```groovy\nnode {\n    sh 'bash -c \"$(curl -fsSL https://raw.githubusercontent.com/zenkiet/public-bash-script/main/bash/lazydocker.sh)\"'\n}\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please open issues or pull requests for bug fixes, features, or improvements.\n\n## 📄 License\n\nThis project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n### **If this project helped you, please consider supporting its development**\n\n\u003cdiv\u003e⭐ Star the repository ⭐\u003c/div\u003e\n\u003cdiv\u003e📢 Share it with your network 📢\u003c/div\u003e\n\n\u003csub\u003eMade with ❤️ by \u003ca href=\"https://github.com/zenkiet\"\u003eZenKiet\u003c/a\u003e\u003c/sub\u003e\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenkiet%2Fpublic-bash-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenkiet%2Fpublic-bash-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenkiet%2Fpublic-bash-script/lists"}