about summary refs log tree commit diff
path: root/src/http.go
Commit message (Collapse)AuthorAge
* minor editEmile2019-10-09
|
* filtering out bad usernames such as traefik and registerEmile2019-10-09
|
* reading the hostname von env varsEmile2019-10-09
|
* generated a random access codeEmile2019-10-09
| | | | xkcd 221 doesn't seem great in production
* removed the companion map as it is not usedEmile2019-10-09
|
* added an endpoint displaying the user their credentials and redirecting them ↵Emile2019-10-09
| | | | to their companion
* added a map mapping the users to their container idsEmile2019-10-07
|
* spawn a container on registrationEmile2019-10-07
|
* added a redirect to usernameTaken if the username already existsEmile2019-10-07
|
* basic setupEmile2019-10-06