An open API service indexing awesome lists of open source software.

https://github.com/ivangabriele/vps

My Personal VPS Proxy
https://github.com/ivangabriele/vps

Last synced: 3 months ago
JSON representation

My Personal VPS Proxy

Awesome Lists containing this project

README

          

# My Personal VPS Proxy

## Contribution

### Getting started

```sh
make start
```

### Automated Git Deployment Setup

```sh
git remote add live ssh://@/home//repositories/vps.git
```

### VPS Setup

```sh
docker network create proxy
```

### Deployment

```sh
git push live main
```