Commit graph

107 commits

Author SHA1 Message Date
Alessandro Pignotti
e2d87483c9 Temporarily switch the Discord link with the hackathon notice 2024-10-05 17:22:14 +02:00
Alessandro Pignotti
cb1397e472 Use the new CX hosting 2024-10-02 10:25:11 +02:00
Yuri Iozzelli
4b84396f83 print an error on the terminal if the HttpBytesDevice fails to initialize 2024-10-01 15:48:42 +02:00
Alessandro Pignotti
c6ff3283d6 Add analytics even on WSS failures in the wild 2024-10-01 11:42:01 +02:00
Alessandro Pignotti
a45e2bd379 Use plain HTTP as fallback when WSS fails 2024-10-01 11:41:13 +02:00
Jules Saarikoski
84ba14ef7c Update tree device type to dir 2024-09-30 13:39:45 +02:00
Alessandro Pignotti
65c0fbf448 Cleanup block device terminology for new API 2024-09-27 08:56:54 +02:00
Jules Saarikoski
b6f5736784 Update to new API 2024-09-27 08:50:15 +02:00
Alex Bates
2ff80eb759
add discord cta 2024-07-23 17:12:43 +01:00
Alessandro Pignotti
bb21cf7077 Mount proc, CheerpX now has partial support for it 2024-07-22 10:43:47 +02:00
Alessandro Pignotti
9ad64fbe9e Get rid of Google Tag Manager
We have migrated to plausible long ago
2024-07-22 10:43:47 +02:00
Alessandro Pignotti
e2085f7210 Fix a typo in error handling 2024-07-12 08:40:21 +02:00
Alessandro Pignotti
9ac854268c Remove stale method 2024-07-08 11:52:27 +02:00
Alessandro Pignotti
aeb387a92d Bump xterm version
This seems to resolve a long standing performance issue on mobile during terminal resizing
2024-07-08 11:51:49 +02:00
Alessandro Pignotti
9f3308e422 Add telemetry about the number of processes started in a session 2024-07-04 16:53:50 +02:00
Alessandro Pignotti
9b07e72065 Migrate activity monitoring to the new events API 2024-07-04 16:53:20 +02:00
Alex Bates
87a0471225
improve SharedArrayBuffer error message (fix #91) 2023-12-15 15:44:11 +00:00
Alex Bates
e74d20a60a
add Plausible analytics script 2023-09-28 13:16:50 +01:00
Alessandro Pignotti
fc3861b4f0 UI: Simplified approach to IP copying support 2023-05-30 12:35:59 +02:00
zinobias
5add2e167d index.html: Tooltips for tailsccale login & copy w/ right-click.
IP is now selectable, no longer draggable. Button still draggable.
Right clicking the IP/icon will copy the IP to the clipboard and print a
tooltip underneath the cursor "Copied to clipboard".
2023-05-30 12:22:05 +02:00
Alessandro Pignotti
548779b08d Simplify using the local default configuration 2023-05-23 09:10:03 +02:00
Alessandro Pignotti
b16dedd9de Restore reasonable defaults for local deployment 2023-05-22 17:18:28 +02:00
zinobias
5a3e29c5d6 Gh workflow now extracts cmd / env / args & cwd from the Docker container 2023-05-22 16:36:50 +02:00
Alessandro Pignotti
e62d875ec6 Bump featured article 2023-05-22 15:08:34 +02:00
Alessandro Pignotti
8e8d77bc6e Simplify workflow configuration 2023-05-19 11:04:40 +02:00
Alessandro Pignotti
4c472f1af2 New split endpoint does not support for slow first load anymore 2023-05-17 23:06:45 +02:00
Alessandro Pignotti
fd2918b6cf Avoid leaving the page on ribbon click 2023-05-17 17:13:21 +02:00
Alessandro Pignotti
87babe55de Minor copy-editing 2023-05-17 17:12:14 +02:00
Alessandro Pignotti
791d9e66bf UI: Minor spacing adjustment 2023-05-17 17:04:04 +02:00
Alessandro Pignotti
2fd6e0a078 Add a caveat about first loading 2023-05-17 16:32:56 +02:00
Alessandro Pignotti
c3891eb870 UI: Add GH ribbon 2023-05-17 12:30:30 +02:00
Alessandro Pignotti
59fe7fbe70 UI: Minor adjustment for logos 2023-05-17 11:23:21 +02:00
Yuri Iozzelli
73d3ab20a8 Use tailscale provided by CheerpX directly, instead of vendoring it 2023-05-16 17:55:29 +02:00
Alessandro Pignotti
8b3be6839e Make sure index.html remains readable after variable replacement 2023-05-16 11:58:53 +02:00
Alessandro Pignotti
e9f22048c5 Use the latest CX build at any time 2023-05-16 11:57:17 +02:00
Alessandro Pignotti
15be98fd7b Prefer orange to yellow for activity lights 2023-05-15 20:35:44 +02:00
Alessandro Pignotti
0f1151af71 Use the new CX activity callbacks to provide feedback into the machine state 2023-05-15 19:39:57 +02:00
Alessandro Pignotti
2047ae83e1 Fix links 2023-05-09 11:45:06 +02:00
Alessandro Pignotti
ac2897bd6f Fix the viewport for mobile 2023-05-08 17:31:40 +02:00
Alessandro Pignotti
c95181f909 Bump social preview images 2023-05-08 16:58:46 +02:00
Alessandro Pignotti
cbb27671c7 Minor copy-editing 2023-05-08 16:23:08 +02:00
Alessandro Pignotti
a47359325a UI rework 2023-05-08 15:39:26 +02:00
zinobias
395ad534b1 Added a replaceable variable for the device type in index.html 2023-05-08 15:37:28 +02:00
zinobias
e502dc50f3 Refactor index.html to work with new Github Actions workflow 2023-05-04 23:53:06 +02:00
zinobias
21ca588a34 Serviceworker with primary goal to add COI when unsupported. 2023-04-12 12:31:40 +02:00
Yuri Iozzelli
8a3da023d1 Use new network classes from tailscale_tun 2023-01-30 12:01:30 +01:00
Yuri Iozzelli
56176ba360 Put the network logic in its own js file
index.html and tinycore.html will just both include that
2022-12-15 11:03:00 +01:00
Yuri Iozzelli
80b4965119 network: fix race in networkInterface by adding a ready flag 2022-11-02 14:45:45 +01:00
Carlo Piovesan
a58eeee607 Another iteration on <meta> 2022-10-06 12:57:28 +02:00
Carlo Piovesan
e027d667b0 Iteration on <meta> 2022-10-06 12:27:23 +02:00