A sif2 server
  • Rust 97.2%
  • HTML 2%
  • Shell 0.4%
  • Dockerfile 0.3%
Find a file
Ethan O'Brien 2aa2c6f2eb
All checks were successful
Build docker images / build (push) Successful in 6m40s
Build release binaries / build (push) Successful in 12m26s
Store custom song json/jacket as md5 client side
2026-07-05 12:14:11 -05:00
.forgejo/workflows Make arm faster build 2026-06-11 19:59:03 -05:00
assets@dbb068e72c Ship files for offline android/ios servers 2025-12-24 13:13:46 -06:00
docker Minor changes 2026-07-03 00:40:06 -05:00
src Store custom song json/jacket as md5 client side 2026-07-05 12:14:11 -05:00
webui@896ef1ccda Add edit custom song endpoint 2026-07-03 16:12:14 -05:00
.gitattributes Initial commit 2024-02-21 08:03:16 -06:00
.gitignore Minor changes 2026-07-03 00:40:06 -05:00
.gitmodules New webui 2026-02-19 09:51:51 -06:00
build.rs Add support for mods (Probably) 2026-06-06 15:09:39 -05:00
Cargo.lock Minor changes 2026-07-03 00:40:06 -05:00
Cargo.toml Minor changes 2026-07-03 00:40:06 -05: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"