Gitpod integration (#5)

* Create .gitpod.yml

* Create .gitpod.Dockerfile

* Update .gitpod.yml

* Update .gitpod.yml

* Update .gitpod.yml

* Update README.md
This commit is contained in:
17lwinn 2020-04-26 18:29:53 +01:00 committed by GitHub
parent c83f84b3e3
commit fc374e91b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 1 deletions

6
.gitpod.Dockerfile vendored Normal file
View File

@ -0,0 +1,6 @@
FROM gitpod/workspace-full
## Avoid using 'root', as it's bad for your dev environments!
USER gitpod
RUN npm install pnpm

11
.gitpod.yml Normal file
View File

@ -0,0 +1,11 @@
image:
file: .gitpod.Dockerfile
# List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/
ports:
- port: 8000
onOpen: notify
tasks:
- init: npm install # runs during prebuild
command: npm start

View File

@ -26,4 +26,10 @@ Format for entries: `protocol://domain:port/`
Run your own instance:
Run `wget -O proxychief.zip https://github.com/youngchief-btw/ProxyChief/archive/master.zip` (I recommend doing `git clone https://github.com/youngchief-btw/ProxyChief.git` instead to pull in the latest changes)
Run `wget -O proxychief.zip https://github.com/youngchief-btw/ProxyChief/archive/master.zip` (I recommend doing `git clone https://github.com/youngchief-btw/ProxyChief.git` instead to pull in the latest changes)
---
Or run on gitpod:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/youngchief-btw/Proxychief)