|
há 2 meses | |
---|---|---|
cmd | há 5 meses | |
templates | há 8 meses | |
vendor | há 5 meses | |
.dockerignore | há 8 meses | |
.gitignore | há 8 meses | |
.tool-versions | há 5 meses | |
Dockerfile | há 5 meses | |
Doing-k8s.md | há 2 meses | |
LICENSE | há 8 meses | |
Makefile | há 5 meses | |
README.md | há 8 meses | |
cards.go | há 5 meses | |
cards_test.go | há 5 meses | |
check-docker.http | há 5 meses | |
check-k8s.http | há 8 meses | |
check-local.http | há 8 meses | |
docker-compose.override.yml | há 7 meses | |
docker-compose.yml | há 7 meses | |
go.mod | há 5 meses | |
go.sum | há 5 meses | |
server.go | há 5 meses | |
web.yml | há 8 meses |
I made this so I can pull random cards on my phone and review the text.
I originally designed this for use in Pythonista Then I rewrote it in rust to be a web app. Then I got very tired of compiling rust. I wanted to take it to the NEXT LEVEL and rewrite it in golang and stuff it in a docker container.
I publish the docker container at DockerHub. It is fully self-contained and uses port 3200 internally.
You can spin up a copy however you choose to do a docker or use my compose files in /compose
go build -o bin/silicon-dawn cmd/silicon-dawn
./bin/silicon-dawn get
to hydrate the cards data directory./bin/silicon-dawn serve
to start the webserverOr! if you are super lazy check out my hosted copy of this.