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
All services are fetched from Vertex Services. Installation can be done in one click, using Docker or package manager. Everything is handled automatically.
License
Vertex is released under the MIT License.