1
Fork 0
mirror of https://github.com/RGBCube/GDUS synced 2025-07-28 13:37:45 +00:00
Commit graph

48 commits

Author SHA1 Message Date
e89a522e33
Make the port the server runs on 8080 2024-05-11 22:48:59 +03:00
db3266d1d8
Add start script 2024-05-11 22:45:47 +03:00
0cd9a02a6d
Remove embd as that doesn't work rn 2024-05-11 14:14:22 +03:00
dccc0e871e
Update deps 2024-05-11 13:54:29 +03:00
dependabot[bot]
74d84115c2 Bump h2 from 0.3.23 to 0.3.24 in /server
Bumps [h2](https://github.com/hyperium/h2) from 0.3.23 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.23...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 20:00:17 +03:00
69d73adaa1
Change project name to real thing 2024-01-13 15:29:28 +03:00
9cd2df70f7
Alert if time 2024-01-12 14:18:29 +03:00
RGBCube
627967ceb8
Fix write 2024-01-10 11:43:05 +03:00
RGBCube
f489bf90d6
Remove useless cast 2024-01-10 09:22:05 +03:00
RGBCube
c521ad4e82
Fix led toggle code 5 2024-01-10 09:16:02 +03:00
RGBCube
48412cd4da
Fix led toggle code 4 2024-01-10 09:14:20 +03:00
RGBCube
91f0093f81
Fix led toggle code 3 2024-01-10 09:10:39 +03:00
RGBCube
bbebd7b63c
Fix led toggle code 2 2024-01-10 09:10:01 +03:00
RGBCube
04a391db82
Fix led toggle code 2024-01-10 09:06:25 +03:00
RGBCube
1b15f3798f
Fix super high reminders 2024-01-08 14:46:02 +03:00
RGBCube
6ea93100f9
Fix speaking (garbage code) 2024-01-08 14:43:47 +03:00
RGBCube
c7f8845446
Add clock 2024-01-08 13:54:14 +03:00
RGBCube
a1c80fd14a
Add clock 2024-01-07 22:57:01 +03:00
RGBCube
718e4a7713
Move JS to seperate file 2024-01-07 22:35:02 +03:00
RGBCube
aec4e27bb6
Fix bugs 2024-01-03 15:50:58 +03:00
RGBCube
3c3d660bf6
Finally play the text 2024-01-03 15:33:15 +03:00
RGBCube
ba8a3394f5
Update formatting settings 2024-01-03 15:26:02 +03:00
RGBCube
af3153b5b3
Fix bug in led closing logic 2023-12-29 15:20:11 +03:00
RGBCube
23d481dc2f
Turn off other LEDs 2023-12-28 22:49:40 +03:00
RGBCube
3aad3cc6b8
Cors 2023-12-28 22:46:55 +03:00
RGBCube
bb4131b5be
Multiple LEDs 2023-12-22 14:57:28 +03:00
RGBCube
eb584e3bf1
Fixes 2023-12-21 18:39:55 +03:00
RGBCube
e69cec1b40
Fix import 2023-12-20 14:35:05 +03:00
RGBCube
be1bb01bdf
Return OK 2023-12-20 14:25:10 +03:00
RGBCube
60c3201ddf
Toggle led on reminder 2023-12-20 12:32:54 +03:00
RGBCube
fcbfd988d5
Add local code 2023-12-20 12:31:07 +03:00
RGBCube
d525fd353f
Move webserver to server/ 2023-12-20 12:25:44 +03:00
dependabot[bot]
1fa76f9a15 Bump zerocopy from 0.7.26 to 0.7.31
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.26 to 0.7.31.
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/compare/v0.7.26...v0.7.31)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 21:20:07 +03:00
RGBCube
38d94c3b81
Alert even on load 2023-12-15 15:59:33 +03:00
RGBCube
75df22e23d
Simplify CSS 2023-12-15 15:54:44 +03:00
RGBCube
8409349649
Code 2023-12-15 14:57:43 +03:00
RGBCube
01ed5f91fd
code 2023-12-13 12:41:44 +03:00
RGBCube
8fb68a3b7a
More code 2023-11-24 15:42:25 +03:00
RGBCube
6fb17a18c6
Add basic db logic 2023-11-24 15:26:37 +03:00
RGBCube
5732a54f7f
Update cargo lock 2023-11-24 14:34:56 +03:00
RGBCube
a16e97a527
Add sqlx 2023-11-24 14:31:29 +03:00
RGBCube
a6a8e2145a
Add LICENSE 2023-11-20 14:11:48 +03:00
RGBCube
45a48e1e9d
Add prototype code 2023-11-16 12:22:48 +03:00
RGBCube
2d5b3b2e6c
Format 2023-11-10 14:10:21 +03:00
RGBCube
386879799d
Add rustfmt 2023-11-10 14:09:37 +03:00
RGBCube
b508599686
Add hello world Axum and Maud code 2023-11-10 14:06:33 +03:00
RGBCube
13081a5fdc
Init Rust project 2023-11-09 15:59:56 +03:00
RGBCube
b9eef49ac1
Initial commit 2023-11-09 15:51:52 +03:00