☁️ 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 aa3c774d4c clean up
2023-02-11 16:09:48 +00:00
client Init 2023-02-11 16:00:16 +00:00
src Init 2023-02-11 16:00:16 +00:00
.gitignore Init 2023-02-11 16:00:16 +00:00
.gupm_rc.gs Init 2023-02-11 16:00:16 +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 Init 2023-02-11 16:00:16 +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
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