diff options
author | tusooa <tusooa@kazv.moe> | 2022-08-24 12:18:02 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-08-24 12:18:02 +0000 |
commit | 38d9ec41beb4a6161384fe07b65bf9244ace173f (patch) | |
tree | f01b46bad1ba6cd4d0e41f226b5ea8706262c41b /config | |
parent | a022b9d73340f0fcf2bc74fb60de6324a1da0b12 (diff) | |
parent | cc0f32c25339c534bb462773cfc2df33b7536edc (diff) | |
download | pleroma-38d9ec41beb4a6161384fe07b65bf9244ace173f.tar.gz |
Merge branch 'add/glitch-lily-fe' into 'develop'
Add glitch-lily as an installable frontend
See merge request pleroma/pleroma!3727
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 0fc959807..666268a0a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -761,6 +761,14 @@ config :pleroma, :frontends, "https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production", "ref" => "v1.0.0", "build_dir" => "static" + }, + "glitch-lily" => %{ + "name" => "glitch-lily", + "git" => "https://lily-is.land/infra/glitch-lily", + "build_url" => + "https://lily-is.land/infra/glitch-lily/-/jobs/artifacts/${ref}/download?job=build", + "ref" => "servant", + "build_dir" => "public" } } |