A sif2 server
  • Rust 96%
  • HTML 3.1%
  • Shell 0.6%
  • Dockerfile 0.2%
Find a file
Ethan O'Brien 463a271b14
All checks were successful
Build release binaries / build (push) Successful in 16m4s
Build docker images / build (push) Successful in 36m12s
Add docker flag
2026-05-10 17:14:30 -05:00
.forgejo/workflows Remove nodejs from build 2026-02-19 10:18:30 -06:00
assets@dbb068e72c Ship files for offline android/ios servers 2025-12-24 13:13:46 -06:00
docker Add docker flag 2026-05-10 17:14:30 -05:00
src Also add ability to externally set new_user 2026-05-10 17:10:28 -05:00
webui@e5b5d3d84d Bump version to 1.1.0 2026-02-19 14:32:11 -06:00
.gitattributes Initial commit 2024-02-21 08:03:16 -06:00
.gitignore Move code into a lib 2025-11-30 10:08:38 -06:00
.gitmodules New webui 2026-02-19 09:51:51 -06:00
build.rs Add error message when webui submodules are not pulled 2026-02-19 09:59:16 -06:00
Cargo.lock Refactor gree module 2026-05-06 14:28:57 -06:00
Cargo.toml Refactor gree module 2026-05-06 14:28:57 -06:00
LICENSE Update license 2025-11-30 18:09:47 -06:00
readme.md Update readme 2026-02-19 10:18:19 -06:00

EW

(stands for ew why)

A (mostly functioning) server for Love Live! School idol festival 2 MIRACLE LIVE!

Building

Requirements

Packaging/Running

Build: Debug: cargo run Release: cargo build --release

Docker: docker build --tag ew --file docker/Dockerfile . Will create docker image with tag "ew"