Fork of flightless something to add postgresql and claude support.
Go to file
2024-07-04 23:56:56 +03:00
.github/workflows rm go docker cache (takes way too long to complete this step) 2024-07-04 23:56:56 +03:00
cmd/flightlesssomething Initial upload 2024-07-04 23:29:32 +03:00
templates Initial upload 2024-07-04 23:29:32 +03:00
.gitignore Initial upload 2024-07-04 23:29:32 +03:00
auth.go Initial upload 2024-07-04 23:29:32 +03:00
benchmarks.go Initial upload 2024-07-04 23:29:32 +03:00
config.go Initial upload 2024-07-04 23:29:32 +03:00
csv.go Initial upload 2024-07-04 23:29:32 +03:00
docker-compose.yaml Initial upload 2024-07-04 23:29:32 +03:00
Dockerfile switch to alpine image 2024-07-04 23:52:42 +03:00
embed.go Initial upload 2024-07-04 23:29:32 +03:00
go.mod Initial upload 2024-07-04 23:29:32 +03:00
go.sum Initial upload 2024-07-04 23:29:32 +03:00
models.go Initial upload 2024-07-04 23:29:32 +03:00
README.md Initial upload 2024-07-04 23:29:32 +03:00
server.go Initial upload 2024-07-04 23:29:32 +03:00
user.go Initial upload 2024-07-04 23:29:32 +03:00

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.