Household planning and management software meant to organise and streamline neurodivergent households.
0

Configure Feed

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

Listen to 0.0.0.0 by default.

MLC Bloeiman (Jan 14, 2026, 11:07 AM +0100) 6e3bdb65 630aca69

+1
+1
sweetnhouse_server/src/sweetnhouse_server.gleam
··· 54 54 wisp_mist.handler(router.handle_request(_, ctx), secret_key_base) 55 55 |> mist.new 56 56 |> mist.port(ctx.port) 57 + |> mist.bind("0.0.0.0") 57 58 |> mist.after_start(fn(_, _, _) { Nil }) 58 59 |> mist.start 59 60 {