|
il y a 2 mois | |
---|---|---|
cmd | il y a 5 mois | |
templates | il y a 8 mois | |
vendor | il y a 5 mois | |
.dockerignore | il y a 8 mois | |
.gitignore | il y a 8 mois | |
.tool-versions | il y a 5 mois | |
Dockerfile | il y a 5 mois | |
Doing-k8s.md | il y a 2 mois | |
LICENSE | il y a 8 mois | |
Makefile | il y a 5 mois | |
README.md | il y a 8 mois | |
cards.go | il y a 5 mois | |
cards_test.go | il y a 5 mois | |
check-docker.http | il y a 5 mois | |
check-k8s.http | il y a 8 mois | |
check-local.http | il y a 8 mois | |
docker-compose.override.yml | il y a 7 mois | |
docker-compose.yml | il y a 7 mois | |
go.mod | il y a 5 mois | |
go.sum | il y a 5 mois | |
server.go | il y a 5 mois | |
web.yml | il y a 8 mois |
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.