- Feb 06, 2022
- Feb 03, 2022
-
-
gbe authored
-
- Feb 02, 2022
-
-
gbe authored
-
gbe authored
-
gbe authored
Generated with ql -db vino.ql 'select id(), name, rating, country, picture from wines' > dumped/wines.csv ql -db vino.ql 'select id(), wine, content from comments' > dumped/comments.csv
-
gbe authored
-
gbe authored
-
gbe authored
-
gbe authored
-
gbe authored
-
gbe authored
\o/
-
- Feb 01, 2022
- Sep 06, 2021
- Aug 31, 2021
-
-
gbe authored
-
gbe authored
-
gbe authored
Other 404s are already logged in their respective handlers.
-
gbe authored
The path `/` alone is a wildcard, which also matches things like `/foo`, `/potatoe`, `/yes/this/works/` and such. We don't want that. Send an HTTP 404 for any path not matched otherwise and not equal to `/`.
-
gbe authored
Panic'ing is okay here, since uneven arguments to `.Log` are always a programming error.
-
gbe authored
-
- Aug 22, 2021
- Aug 21, 2021
-
-
gbe authored
-
gbe authored
-
gbe authored
-
gbe authored
-
gbe authored
-
gbe authored
-
gbe authored
- deploy.sh takes a binary from stdin, moves it to the right place and restarts the service - authorized_keys configures auth for the deployment user - rc contains the FreeBSD rc script for the service
-
gbe authored
-
gbe authored
-
- Jul 10, 2021
-
-
gbe authored
`logger` is a closure here, so overwriting it on every request isn't a good idea.
-