Reorder todo

This commit is contained in:
Anders Pitman 2020-10-28 12:59:40 -06:00
parent 444ab10260
commit 0f3482f836
2 changed files with 5 additions and 5 deletions

View File

@ -86,7 +86,7 @@ func (c *BoringProxyClient) RunPuppetClient() {
func (c *BoringProxyClient) PollTunnels() error {
log.Println("PollTunnels")
//log.Println("PollTunnels")
url := fmt.Sprintf("https://%s/api/tunnels?client-name=%s", c.server, c.clientName)

View File

@ -1,13 +1,13 @@
# 31 Oct 2020 Launch List
- [ ] Invalid database is wiping out tunnels
- [ ] Improve SSH key download UI.
- [ ] Improve token list UI.
- [ ] Finish website
- [ ] Demo instance
- [ ] Demo video
- [ ] Demo auto email signup
- [ ] Demo video
- [ ] Post on /r/selfhosted
- [ ] Improve SSH key download UI.
- [ ] Improve token list UI.
- [ ] Invalid database is wiping out tunnels
- [x] Head can be rendered before h.headHtml is ever set, ie if login page is visited before any other page
- [x] Responses to unauthorized requests are leaking information about the current tunnels through the generated CSS.
- [x] I think it's possible to create tokens for arbitrary user, even if you're not that user.