1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-14 05:54:58 +00:00
No description
Find a file
2023-12-21 16:29:59 +03:00
assets Fix asset serving 2023-12-20 22:47:34 +03:00
src Try 2 2023-12-21 16:29:59 +03:00
.gitattributes Try 2 2023-12-21 16:29:59 +03:00
.gitignore Ignore Cargo.nix file in code report thing 2023-12-21 16:27:05 +03:00
.rustfmt.toml Init Rust project 2023-12-20 12:56:55 +03:00
build.rs Improve build.rs 2023-12-21 15:51:37 +03:00
Cargo.lock Fix flake again 2023-12-21 16:07:22 +03:00
Cargo.nix Fix flake again 2023-12-21 16:07:22 +03:00
Cargo.toml Switch to embed-rs 2023-12-21 15:54:11 +03:00
flake.lock Add nix flake & start working on embedded assets 2023-12-21 10:29:32 +03:00
flake.nix Fix flake again 2023-12-21 16:07:22 +03:00
LICENSE.md Style changes to docs 2023-11-25 12:50:09 +03:00
README.md Update readme instructions 2023-12-21 16:20:35 +03:00

RGBCube's Homepage

Running

Simply run sudo nix run, nothing else.

The server will be ran on 0.0.0.0:80.

License

Copyright (C) RGBCube  2023-present

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.