a DNS server in Go, a website with Oauth via Kanidm, and an exploration into using Continuation Passing Style to compose API operations. https://hatecomputers.club
Go to file
Elizabeth 35a5e9a263
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build was killed Details
use random ports and test db paths
2024-04-02 16:51:13 -06:00
adapters/cloudflare dns api (#1) 2024-03-28 12:57:35 -04:00
api defer body close after encoding json 2024-04-02 14:53:50 -06:00
args stop being authoritative for stuff not in internal dns 2024-04-02 14:49:18 -06:00
database Should fix cascading delete issue (#3) 2024-04-02 14:55:22 -04:00
hcdns add integration tests for dns server 2024-04-02 16:26:39 -06:00
scheduler clean up old sessions every 500 seconds 2024-03-27 15:10:39 -06:00
static guestbook! 2024-03-29 16:35:04 -06:00
templates guestbook qol improvements 2024-03-31 11:47:54 -06:00
test use random ports and test db paths 2024-04-02 16:51:13 -06:00
utils dns api (#1) 2024-03-28 12:57:35 -04:00
.dockerignore use random ports and test db paths 2024-04-02 16:51:13 -06:00
.drone.yml rename target in ci/cd 2024-04-02 16:38:48 -06:00
.env.example authentication! oauth2! 2024-03-27 15:02:31 -06:00
.gitignore initial commit 2024-03-26 16:00:05 -06:00
Dockerfile stop being authoritative for stuff not in internal dns 2024-04-02 14:49:18 -06:00
docker-compose.yml initial commit 2024-03-26 16:00:05 -06:00
go.mod internal recursive dns server (#2) 2024-03-28 16:58:07 -04:00
go.sum internal recursive dns server (#2) 2024-03-28 16:58:07 -04:00
main.go add integration tests for dns server 2024-04-02 16:26:39 -06:00