vertex

command module
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2023 License: MIT Imports: 10 Imported by: 0

README

Vertex logo

Vertex

GitHub release (latest by date) GitHub license GitHub contributors

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.

image

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

  1. Clone this repository
    git clone https://github.com/vertex-center/vertex
    cd vertex
    
  2. Run Vertex
    go run .
    
  3. Access from http://localhost:6130/

Available services

image

There are 3 methods to install new services:

  1. From Marketplace. These are services officially released by the Vertex team. Simply select the service you want from the UI, and install.
  2. From Git. For unofficial services, you can easily provide a link to the repository. Vertex will clone and start the project automatically.
  3. 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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
server module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL