Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halitsever/girici-web-proxy
🌐 Web proxy project written in Typescript & Vue.js. Node.js alternative for php-proxy.
https://github.com/halitsever/girici-web-proxy
javascript nodejs online online-proxy proxy web web-proxy webproxy
Last synced: 8 days ago
JSON representation
🌐 Web proxy project written in Typescript & Vue.js. Node.js alternative for php-proxy.
- Host: GitHub
- URL: https://github.com/halitsever/girici-web-proxy
- Owner: halitsever
- License: mit
- Created: 2020-10-22T21:31:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T22:30:49.000Z (7 months ago)
- Last Synced: 2024-05-01T16:37:30.657Z (7 months ago)
- Topics: javascript, nodejs, online, online-proxy, proxy, web, web-proxy, webproxy
- Language: TypeScript
- Homepage:
- Size: 526 KB
- Stars: 40
- Watchers: 2
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
🌐 Web proxy project written in Typescript & Vue.js. Node.js alternative for php-proxy.
- 📝 [**Http/Https Support**](#) - http/https protocols are supported
- 🧑💻 [**Can run inside docker**](#) - you can run girici inside of container
- 🎨 [**Fancy UI**](#) - looking good ui for surfing on internet without restriction
- 🎨 [**Use internet of server**](#) - you can install girici on server and you can use server's internet as web proxy
Build & run from source```
npm run install-modules
```
This command installs all dependencies for front-end & back-end folders```
npm run build-all
```This command builds front-end and back-end
```
npm run start
```and this command serves express server on specific port (default 3000)
Screenshot
Running on dockerRunning in swarm mode:
```
docker stack deploy -c docker-compose.yml
```Run with CLI:
```
docker run -d -p 3000:3000 halitsever/girici-web-proxy:latest
```
MIT License © 2021 Halit Sever