☁️ The Most Secure and Easy Selfhosted Home Server. Take control of your data and privacy without sacrificing security and stability (Authentication, anti-DDOS, anti-bot)
Go to file
Yann Stepienik 944b787432 Wrote proxy
2023-02-26 22:26:09 +00:00
client clean up 2023-02-11 16:11:01 +00:00
src Wrote proxy 2023-02-26 22:26:09 +00:00
.gitignore Wrote proxy 2023-02-26 22:26:09 +00:00
.gupm_rc.gs Wrote proxy 2023-02-26 22:26:09 +00:00
build.gs Init 2023-02-11 16:00:16 +00:00
generate-certificate.sh Init 2023-02-11 16:00:16 +00:00
gupm.json Wrote proxy 2023-02-26 22:26:09 +00:00
LICENCE Init 2023-02-11 16:06:25 +00:00
readme.md Init 2023-02-11 16:00:16 +00:00
self-signed-cert.ext Init 2023-02-11 16:00:16 +00:00
test-server.js Wrote proxy 2023-02-26 22:26:09 +00:00
test-websocket.js Wrote proxy 2023-02-26 22:26:09 +00:00
vite.config.js Init 2023-02-11 16:00:16 +00:00

GUCO Server

blablabla ...

Installation

blablabala ...

Build locally

You need GuPM with the provider-go plugin to run this project.

g make

Run locally

First create a file called dev.json with:

{
  "MONGODB": "your mongodb connection string"
}
g build
g start