Vertex
About
Vertex
Vertex is a program that allows you to create your self-hosted server easily. Install, configure and start new services in less than a minute.
Vertex is designed to be installed on low-powered computers like Raspberry Pi, so avoiding systems like Docker and prioritizing compiled languages like Go, Rust or C++.
Installation
Method 1: From binaries
Binaries are released regularly. The latest release is available here.
Decompress and execute the binary. Then, go to http://localhost:6130/. Enjoy!
Method 2: Manual
- Clone this repository
git clone https://github.com/vertex-center/vertex
cd vertex
- Run Vertex
go run .
- Access from http://localhost:6130/
Available services
There are 3 methods to install new services:
- From Marketplace. These are services officially released by the Vertex team. Simply select the service you want from the UI, and install.
- From Git. For unofficial services, you can easily provide a link to the repository. Vertex will clone and start the project automatically.
- From Local storage. This method is useful while contributing to Vertex. You can select the path of a service on your computer, and Vertex will handle it automatically.
With all these methods, Vertex aims to be a flexible way to manage all your services.
License
Vertex is released under the MIT License.