Creating a custom app within a project on 01Cloud involves several steps, including connecting to Git providers, authentication, and selecting supported plugins. Let’s break down the process and discuss each step in detail:
Connecting to Git Providers and Authentication:
- Users begin by connecting their 01Cloud account to Git providers like GitHub, GitLab, or Bitbucket. This allows them to import their code repositories directly into 01Cloud.
- Authentication with Git providers ensures secure access to repositories and enables seamless integration with 01Cloud’s platform.
- Once connected, users can select repositories from their Git accounts to use as the basis for their custom apps within 01Cloud.
Selecting Supported Plugins:
01Cloud offers a range of supported plugins for creating custom apps. These plugins cater to different programming languages and frameworks, allowing users to develop apps using their preferred technology stack.
Supported Plugins mentioned in the documentation include:
PHP: A popular server-side scripting language used for developing dynamic web applications.
Golang: Also known as Go, Golang is a statically typed, compiled programming language designed for simplicity and efficiency.
Node.js: An open-source, cross-platform JavaScript runtime environment that allows users to build server-side and networking applications. Each plugin comes with its own set of features and benefits, catering to specific use cases and development requirements.
Steps for Creating Custom Apps:
-
Select the Connect to Git option.
-
Select the Git Provider from the options.
-
Select a Plugin.
-
Fill in the App Name, Select a Repository, and Select the Cluster Region, then click on the CREATE APP button.
Supported plugins:
PHP
PHP is a popular server-side scripting language that is used to create dynamic websites and web applications. It was first released in 1995 and has since become one of the most widely used languages for web development. PHP is known for its ease of use, flexibility, and scalability. It offers a wide range of functions, frameworks, and libraries that can be used to create various types of web applications, including content management systems, e-commerce stores, and social networks.
Golang
Golang, also known as Go, is an open-source programming language that was developed by Google in 2009. It is designed to be efficient, fast, and scalable, making it a popular choice for developing large-scale web applications, network servers, and APIs. Golang is known for its simplicity, concurrency features, and garbage collection mechanism, which make it easy to write and maintain complex applications.
Node.js
Node.js is an open-source, cross-platform runtime environment that is used to build server-side applications in JavaScript. It was first released in 2009 and has since become one of the most popular platforms for building scalable and efficient web applications. Node.js is known for its event-driven architecture, which enables it to handle multiple connections concurrently, making it a popular choice for developing real-time applications, chat applications, and online gaming platforms.
Connecting to Git Providers:
To authenticate with Git providers from a 01Cloud, follow these steps:
-
select the respective provider from the the git providers section.Clicking on the provider will redirect you to the respective service’s login page.
-
Enter your username and password for the respective service. If you are already logged in, you may be asked to confirm that you want to authorize the 01Cloud to access your account.
-
Review the permissions requested by the 01Cloud. Before authorizing the app, you should review the list of permissions that it is requesting for each service. This will typically include read and/or write access to your repositories, as well as access to your email address and public profile information.
-
Authorize the 01Cloud to access your account. If you are comfortable with the permissions requested by the app, you can authorize it to access your account. This will redirect you back to the 01Cloud, where you will be logged in and able to access any features that require authentication with the respective service.
-
After authenticating with GitHub, Bitbucket, or GitLab, the 01Cloud will be able to access your data and perform actions on your behalf. It’s important to only authorize apps that you trust and to review the permissions requested by each app before granting access to your account.
Note: