1 defmodule Pleroma.Mixfile do
7 version: version("1.1.50"),
9 elixirc_paths: elixirc_paths(Mix.env()),
10 compilers: [:phoenix, :gettext] ++ Mix.compilers(),
11 elixirc_options: [warnings_as_errors: true],
12 xref: [exclude: [:eldap]],
13 start_permanent: Mix.env() == :prod,
16 test_coverage: [tool: ExCoveralls],
17 preferred_cli_env: ["coveralls.html": :test],
20 homepage_url: "https://pleroma.social/",
21 source_url: "https://git.pleroma.social/pleroma/pleroma",
24 "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}",
25 logo: "priv/static/static/logo.png",
26 extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"),
28 "Installation manuals": Path.wildcard("docs/installation/*.md"),
29 Configuration: Path.wildcard("docs/config/*.md"),
30 Administration: Path.wildcard("docs/admin/*.md"),
31 "Pleroma's APIs and Mastodon API extensions": Path.wildcard("docs/api/*.md")
34 output: "priv/static/doc"
38 include_executables_for: [:unix],
39 applications: [ex_syslogger: :load, syslog: :load],
40 steps: [:assemble, ©_files/1, ©_nginx_config/1]
46 def copy_files(%{path: target_path} = release) do
47 File.cp_r!("./rel/files", target_path)
51 def copy_nginx_config(%{path: target_path} = release) do
53 "./installation/pleroma.nginx",
54 Path.join([target_path, "installation", "pleroma.nginx"])
60 # Configuration for the OTP application.
62 # Type `mix help compile.app` for more information.
65 mod: {Pleroma.Application, []},
66 extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :swarm],
67 included_applications: [:ex_syslogger]
71 # Specifies which paths to compile per environment.
72 defp elixirc_paths(:benchmark), do: ["lib", "benchmarks"]
73 defp elixirc_paths(:test), do: ["lib", "test/support"]
74 defp elixirc_paths(_), do: ["lib"]
76 # Specifies OAuth dependencies.
78 oauth_strategy_packages =
79 System.get_env("OAUTH_CONSUMER_STRATEGIES")
82 |> Enum.map(fn strategy_entry ->
83 with [_strategy, dependency] <- String.split(strategy_entry, ":") do
86 [strategy] -> "ueberauth_#{strategy}"
90 for s <- oauth_strategy_packages, do: {String.to_atom(s), ">= 0.0.0"}
93 # Specifies your project dependencies.
95 # Type `mix help deps` for examples and options.
98 {:phoenix, "~> 1.4.8"},
99 {:tzdata, "~> 0.5.21"},
100 {:plug_cowboy, "~> 2.0"},
101 {:phoenix_pubsub, "~> 1.1"},
102 {:phoenix_ecto, "~> 4.0"},
103 {:ecto_enum, "~> 1.4"},
104 {:ecto_sql, "~> 3.2"},
105 {:postgrex, ">= 0.13.5"},
106 {:oban, "~> 0.12.0"},
107 {:quantum, "~> 2.3"},
108 {:gettext, "~> 0.15"},
109 {:comeonin, "~> 4.1.1"},
110 {:pbkdf2_elixir, "~> 0.12.3"},
111 {:trailing_format_plug, "~> 0.0.7"},
112 {:fast_sanitize, "~> 0.1"},
113 {:html_entities, "~> 0.5", override: true},
114 {:phoenix_html, "~> 2.10"},
115 {:calendar, "~> 0.17.4"},
116 {:cachex, "~> 3.0.2"},
117 {:poison, "~> 3.0", override: true},
118 {:tesla, "~> 1.3", override: true},
120 {:mogrify, "~> 0.6.1"},
122 {:ex_aws_s3, "~> 2.0"},
123 {:sweet_xml, "~> 0.6.6"},
124 {:earmark, "~> 1.3"},
125 {:bbcode, "~> 0.1.1"},
126 {:ex_machina, "~> 2.3", only: :test},
127 {:credo, "~> 0.9.3", only: [:dev, :test]},
128 {:mock, "~> 0.3.3", only: :test},
130 git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},
131 {:cors_plug, "~> 1.5"},
132 {:ex_doc, "~> 0.21", only: :dev, runtime: false},
133 {:web_push_encryption, "~> 0.2.1"},
134 {:swoosh, "~> 0.23.2"},
135 {:phoenix_swoosh, "~> 0.2"},
136 {:gen_smtp, "~> 0.13"},
137 {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test},
138 {:floki, "~> 0.23.0"},
139 {:ex_syslogger, github: "slashmili/ex_syslogger", tag: "1.4.0"},
141 {:ueberauth, "~> 0.4"},
143 git: "https://git.pleroma.social/pleroma/auto_linker.git",
144 ref: "95e8188490e97505c56636c1379ffdf036c1fdde"},
146 git: "https://git.pleroma.social/pleroma/http_signatures.git",
147 ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"},
148 {:telemetry, "~> 0.3"},
149 {:poolboy, "~> 1.5"},
150 {:prometheus_ex, "~> 3.0"},
151 {:prometheus_plugs, "~> 1.1"},
152 {:prometheus_phoenix, "~> 1.3"},
153 {:prometheus_ecto, "~> 1.4"},
154 {:recon, github: "ferd/recon", tag: "2.4.0"},
155 {:quack, "~> 0.1.1"},
157 {:benchee, "~> 1.0"},
158 {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
159 {:ex_const, "~> 0.2"},
160 {:plug_static_index_html, "~> 1.0.0"},
161 {:excoveralls, "~> 0.11.1", only: :test},
162 {:flake_id, "~> 0.1.0"},
164 git: "https://git.pleroma.social/pleroma/remote_ip.git",
165 ref: "825dc00aaba5a1b7c4202a532b696b595dd3bcb3"},
167 git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
168 ref: "c3c795c55f6b49d79d6ac70a0f91e525099fc3e2"},
169 {:mox, "~> 0.5", only: :test}
173 # Aliases are shortcuts or tasks specific to the current project.
174 # For example, to create, migrate and run the seeds file at once:
178 # See the documentation for `Mix` for more info on aliases.
181 "ecto.migrate": ["pleroma.ecto.migrate"],
182 "ecto.rollback": ["pleroma.ecto.rollback"],
183 "ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
184 "ecto.reset": ["ecto.drop", "ecto.setup"],
185 test: ["ecto.create --quiet", "ecto.migrate", "test"],
186 docs: ["pleroma.docs", "docs"]
190 # Builds a version string made of:
191 # * the application version
192 # * a pre-release if ahead of the tag: the describe string (-count-commithash)
195 # * a build name if `PLEROMA_BUILD_NAME` or `:pleroma, :build_name` is defined
196 # * the mix environment if different than prod
197 defp version(version) do
198 identifier_filter = ~r/[^0-9a-z\-]+/i
200 # Pre-release version, denoted from patch version with a hyphen
203 System.cmd("git", ["describe", "--tags", "--abbrev=0"], stderr_to_stdout: true),
204 {describe, 0} <- System.cmd("git", ["describe", "--tags", "--abbrev=8"]) do
207 |> String.replace(String.trim(tag), "")
208 |> String.trim_leading("-")
212 {commit_hash, 0} = System.cmd("git", ["rev-parse", "--short", "HEAD"])
213 "0-g" <> String.trim(commit_hash)
216 # Branch name as pre-release version component, denoted with a dot
218 with {branch_name, 0} <- System.cmd("git", ["rev-parse", "--abbrev-ref", "HEAD"]),
219 branch_name <- String.trim(branch_name),
220 branch_name <- System.get_env("PLEROMA_BUILD_BRANCH") || branch_name,
222 !Enum.any?(["master", "HEAD", "release/", "stable"], fn name ->
223 String.starts_with?(name, branch_name)
228 |> String.replace(identifier_filter, "-")
235 name = Application.get_env(:pleroma, :build_name) -> name
236 name = System.get_env("PLEROMA_BUILD_NAME") -> name
240 env_name = if Mix.env() != :prod, do: to_string(Mix.env())
241 env_override = System.get_env("PLEROMA_BUILD_ENV")
246 env_override when env_override in ["", "prod"] -> nil
247 env_override -> env_override
250 # Pre-release version, denoted by appending a hyphen
251 # and a series of dot separated identifiers
253 [git_pre_release, branch_name]
254 |> Enum.filter(fn string -> string && string != "" end)
258 string -> "-" <> String.replace(string, identifier_filter, "-")
261 # Build metadata, denoted with a plus sign
263 [build_name, env_name]
264 |> Enum.filter(fn string -> string && string != "" end)
268 string -> "+" <> String.replace(string, identifier_filter, "-")
271 [version, pre_release, build_metadata]
272 |> Enum.filter(fn string -> string && string != "" end)