summaryrefslogtreecommitdiffhomepage
path: root/tsnet/example/web-client/web-client.go
AgeCommit message (Expand)AuthorFilesLines
2023-11-16tsnet: add option to run integrated web clientWill Norris1-1/+1
2023-11-15client/web: remove DebugMode from GET /api/dataSonia Appasamy1-1/+1
2023-11-02client/web: fill devMode from an env varSonia Appasamy1-3/+1
2023-11-02client/web: add ServerMode to web.ServerSonia Appasamy1-0/+1
2023-10-31ipn/ipnlocal,client/web: add web client to tailscaledSonia Appasamy1-2/+5
2023-10-11client/web: remove unused context param from NewServerSonia Appasamy1-3/+1
2023-08-24client/web: add self node cacheSonia Appasamy1-1/+3
2023-08-24client/web: cache csrf key when running in CGI modeWill Norris1-1/+4
2023-08-18tsnet/example/web-client: listen on localhostWill Norris1-7/+3
2023-08-10client/web: add barebones vite dev setupSonia Appasamy1-1/+2
2023-08-10tsnet: add new example serving the Tailscale web clientWill Norris1-0/+44