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
- Host: GitHub
- URL: https://github.com/ivangabriele/vps
- Owner: ivangabriele
- License: mit
- Created: 2021-08-22T15:08:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T06:26:00.000Z (about 4 years ago)
- Last Synced: 2025-04-01T18:53:40.409Z (7 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```