Purge SSH frontend (#23)
[akkoma] / config / config.exs
index ad70966692b8d861e9a8b007178b908a2a808bf8..850a42eea9c0c61174e1c95b15ccdf98c5032f0f 100644 (file)
@@ -607,9 +607,6 @@ config :pleroma, :ldap,
   base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
   uid: System.get_env("LDAP_UID") || "cn"
 
-config :esshd,
-  enabled: false
-
 oauth_consumer_strategies =
   System.get_env("OAUTH_CONSUMER_STRATEGIES")
   |> to_string()
@@ -734,10 +731,10 @@ config :pleroma, :frontends,
     },
     "pleroma-fe" => %{
       "name" => "pleroma-fe",
-      "git" => "https://git.pleroma.social/pleroma/pleroma-fe",
-      "build_url" =>
-        "https://git.pleroma.social/pleroma/pleroma-fe/-/jobs/artifacts/${ref}/download?job=build",
-      "ref" => "develop"
+      "git" => "https://akkoma.dev/AkkomaGang/pleroma-fe",
+      "build_url" => "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/akkoma-fe.zip",
+      "ref" => "develop",
+      "build_dir" => "dist"
     },
     "fedi-fe" => %{
       "name" => "fedi-fe",