View Source Mobilizon (Mobilizon v5.0.0-beta.1)

Mobilizon is a decentralized and federated Meetup-like using ActivityPub.

It consists of an API server build with Elixir and the Phoenix Framework.

Mobilizon relies on Guardian for auth and Geo/Postgis for geographical information.

Summary

Functions

Link to this function

config_change(changed, new, removed)

View Source
@spec config_change(keyword(), keyword(), [atom()]) :: :ok

Callback implementation for Application.config_change/3.

@spec named_version() :: String.t()
@spec start(:normal | {:takeover, node()} | {:failover, node()}, term()) ::
  {:ok, pid()} | {:ok, pid(), term()} | {:error, term()}

Callback implementation for Application.start/2.

@spec user_agent() :: String.t()