The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

lol oops

Signed-off-by: Xe Iaso <me@christine.website>

Xe Iaso 7e609027 8b747c1c

+1
+1
src/main.rs
··· 229 229 230 230 match std::env::var("SOCKPATH") { 231 231 Ok(sockpath) => { 232 + let _ = std::fs::remove_file(&sockpath); 232 233 let uds = UnixListener::bind(&sockpath)?; 233 234 axum::Server::builder(ServerAccept { uds }) 234 235 .serve(app.into_make_service_with_connect_info::<UdsConnectInfo, _>())