File CodeView

This is a code view which proxies my personal git server. On the clearnet the following file is available at:

personal-gemini-capsule/src/branch/main/dev.sh

----------------------------

#!/bin/sh

set -e

source .env

fd | entr -r  go run . -cert=./keys/localhost.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080

-----------------------------

Back to home