- Feb 02, 2022
- 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