{"id":16377939,"url":"https://github.com/themeinerlp/cloudnet-installer","last_synced_at":"2026-04-16T05:03:36.883Z","repository":{"id":108620458,"uuid":"424559228","full_name":"TheMeinerLP/CloudNet-Installer","owner":"TheMeinerLP","description":"Installer for the CloudNet Software","archived":false,"fork":false,"pushed_at":"2023-04-13T20:51:07.000Z","size":41,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-15T03:08:46.021Z","etag":null,"topics":["alpine-linux","arch-linux","bash","centos","cloudnet","cloudnet-installer","debian","fedora","installer","script"],"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/TheMeinerLP.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":"2021-11-04T10:46:40.000Z","updated_at":"2021-11-04T13:01:53.000Z","dependencies_parsed_at":"2023-08-23T03:17:43.732Z","dependency_job_id":null,"html_url":"https://github.com/TheMeinerLP/CloudNet-Installer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMeinerLP%2FCloudNet-Installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMeinerLP%2FCloudNet-Installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMeinerLP%2FCloudNet-Installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMeinerLP%2FCloudNet-Installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheMeinerLP","download_url":"https://codeload.github.com/TheMeinerLP/CloudNet-Installer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240002100,"owners_count":19732164,"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","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-linux","arch-linux","bash","centos","cloudnet","cloudnet-installer","debian","fedora","installer","script"],"created_at":"2024-10-11T03:44:16.530Z","updated_at":"2026-04-13T05:30:18.965Z","avatar_url":"https://github.com/TheMeinerLP.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudNet-Installer\n\n\n**This repo is inspired and modified code of [CloudNet-Installer](https://github.com/GiantTreeLP/CloudNet-Installer) from [GaintTreeLP](https://github.com/GiantTreeLP)**\n\n---\n[![Github Actions](https://github.com/TheMeinerLP/CloudNet-Installer/actions/workflows/os-testing.yml/badge.svg)](https://github.com/TheMeinerLP/CloudNet-Installer/actions/workflows/os-testing.yml)\n\n[![GitHub issues](https://img.shields.io/github/issues/TheMeinerLP/CloudNet-Installer.svg)](https://github.com/TheMeinerLP/CloudNet-Installer/issues)\n[![GitHub stars](https://img.shields.io/github/stars/TheMeinerLP/CloudNet-Installer)](https://github.com/TheMeinerLP/CloudNet-Installer/stargazers)\n[![GitHub license](https://img.shields.io/github/license/TheMeinerLP/CloudNet-Installer)](https://github.com/TheMeinerLP/CloudNet-Installer)\n\n\nInstaller for the [Cloud Network Environment Technology](https://github.com/CloudNetService/CloudNet-v3).\n\nUses [`pacapt`](https://github.com/icy/pacapt) for compatibility with as many distributions as possible.\n\n## Version\n\nThe installer installs the latest stable build of the CloudNet software.\n\n## Prequisites\n\n[`curl`](https://curl.haxx.se/) has to be available to be able to download additional files.  \n[`bash`](https://www.gnu.org/software/bash/) is necessary for `pacapt` to work. This script has also only been tested with bash.\n\n### Debian-based distributions (Debian, Ubuntu, Linux Mint):\n\nJust run this code before installing CloudNet:\n\n    apt update \u0026\u0026 apt install curl -y\n\n### Alpine-based distributions:\n\nYou need to add `curl` and `bash` manually:\n\n    apk add curl bash -y --no-cache\n\n## Installation\n\nSimply copy and paste the following code into your shell:\n\n    curl -sL \"https://themeinerlp.github.io/CloudNet-Installer/install.sh\" | bash\n\nLaunching the installer as the `root` user checks and installs all necessary dependencies.  \nLaunching the installer as a non-root user skips this step.\n\n## Compatibility\n\nAll tests have been conducted with the slim images available for Docker, where possible.\n\n| Distribution   | Version                   | Tested/Compatible |\n| :------------- | :------------------------ | :---------------- |\n| **Debian**     | testing                   | ✅                 |\n| Debian         | 11 (Bullseye)             | ✅                 |\n| Debian         | 10 (Buster)               | ✅                 |\n| Debian         | 9 (Stretch)               | ✅                 |\n| Debian         | 8 (Jessie)                | ✅                 |\n| **Ubuntu**     | 20.04 (Focal Fossa)       | ✅                 |\n| Ubuntu         | 18.04 (Bionic Beaver)     | ✅                 |\n| Ubuntu         | 16.04 (Xenial Xerus)      | ✅                 |\n| Ubuntu         | 14.04 (Trusty Tahr)       | ✅                 |\n| **Alpine**     | 3.9                       | ✅                 |\n| Alpine         | 3.8                       | ✅                 |\n| Alpine         | 3.7                       | ✅                 |\n| **Arch Linux** | Rolling                   | ✅                 |\n| **CentOS**     | 7                         | ✅                 |\n| **Fedora**     | 35                        | ✅                 |\n| Fedora         | 34                        | ✅                 |\n| Fedora         | 33                        | ✅                 |\n| Fedora         | 32                        | ✅                 |\n| Fedora         | 31                        | ✅                 |\n| Fedora         | 30                        | ✅                 |\n| Fedora         | 29                        | ✅                 |\n| Fedora         | 28                        | ✅                 |\n| Fedora         | 27                        | ✅                 |\n| Fedora         | 26                        | ✅                 |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemeinerlp%2Fcloudnet-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemeinerlp%2Fcloudnet-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemeinerlp%2Fcloudnet-installer/lists"}