A Cloud Manager
Hello I wanted to make my own cloud platform using the Linode API.
I wanted to basically implement the same features of Linode Manager but add a few like: Shared web hosting, design and other micro services.
Where do you think I could start, do you think it is possible?
1 Reply
Hi spyderweb!
In my opinion, the best place to get started is by reading our online API documentation.
For a reference implementation, the source code of our official Cloud Manager can be found on GitHub.
As an example of a 3rd-party implementation, I am currently working on a re-creation of Linode's classic manager that uses Linode's APIv4 and OAuth provider. The source code for that can be found on my personal Gitea instance here (and the live running version is located here).
Happy coding!