Fork of flightless something to add postgresql and claude support.
.github/workflows | ||
cmd/flightlesssomething | ||
templates | ||
.gitignore | ||
auth.go | ||
benchmarks.go | ||
config.go | ||
csv.go | ||
docker-compose.yaml | ||
Dockerfile | ||
embed.go | ||
go.mod | ||
go.sum | ||
models.go | ||
README.md | ||
server.go | ||
user.go |
FlightlessSomething
flightlessmango.com website clone, written in Go.
Ever wanted to say holy crap, who wrote this shit? - well, now you can. This project is written not by web developer (or developer at all), so likelly full of vulnerabilities. 🤷
Features
- Written in Go:
- Fast performance
- Multithreaded
- Single, statically linked binary
- Uses
gin
web framework - Uses
gorm
ORM (Can be easily ported to other databases)
Features that will NOT be included
- TLS/SSL/ACME - use reverse proxy (I suggest Caddy)
Pull requests
Pull requests are more than welcome, especially fixing vulnerabilities.