diff --git a/Dockerfile b/Dockerfile
index 42f3f7242e..3a662796e9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,8 +26,8 @@ ARG DEBIAN_FRONTEND="noninteractive"
ENV TZ="Etc/UTC"
LABEL maintainer="hello@soapbox.pub" \
- org.opencontainers.image.title="soapbox-be" \
- org.opencontainers.image.description="Soapbox BE for Docker" \
+ org.opencontainers.image.title="rebased" \
+ org.opencontainers.image.description="Rebased" \
org.opencontainers.image.authors="hello@soapbox.pub" \
org.opencontainers.image.vendor="soapbox.pub" \
org.opencontainers.image.documentation="https://gitlab.com/soapbox-pub/soapbox-be" \
diff --git a/README.md b/README.md
index 2d33e68c9f..7aa116abf9 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-# Soapbox BE
+# Rebased
-![Soapbox BE](https://gitlab.com/soapbox-pub/soapbox-be/uploads/288bc05ba65e60970ffddd37d58f7c21/be-1-0-thumb.png)
+![Rebased](https://gitlab.com/soapbox-pub/soapbox-be/uploads/9c6007f6131e394d45ec99cfac713c0d/rebased-circle.png)
-**Soapbox BE** is the preferred backend for Soapbox.
-It is based on [Pleroma](https://pleroma.social/).
+**Rebased** is a Fediverse backend written in Elixir.
+It's compatible with the Mastodon API and is the recommended backend for Soapbox.
## Your social media server
-Soapbox empowers people to take control of their social media experience.
+Rebased empowers people to take control of their social media experience.
Hosting your own server means that *you* get to decide the rules.
-Soapbox connects to over 4,000 other servers on the Fediverse.
+Rebased connects to over 4,000 other servers on the Fediverse.
It is designed to spread your message far and wide, while being resilient to deplatforming.
## Installation
@@ -19,15 +19,15 @@ See [the installation guide](https://soapbox.pub/install/).
## License
-Soapbox is free software: you can redistribute it and/or modify
+Rebased is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-Soapbox is distributed in the hope that it will be useful,
+Rebased is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
-along with Soapbox. If not, see .
+along with Rebased. If not, see .
diff --git a/app.json b/app.json
index 41ecdb0630..b0b28b9db4 100644
--- a/app.json
+++ b/app.json
@@ -1,6 +1,6 @@
{
- "name": "Soapbox BE",
- "description": "Soapbox BE (Backend), the recommended backend for Soapbox based on Pleroma.",
+ "name": "Rebased",
+ "description": "Rebased, the recommended backend for Soapbox written in Elixir.",
"keywords": [
"fediverse"
],
diff --git a/mix.exs b/mix.exs
index df3bf15a49..a9e80d5192 100644
--- a/mix.exs
+++ b/mix.exs
@@ -18,12 +18,12 @@ def project do
test_coverage: [tool: ExCoveralls],
preferred_cli_env: ["coveralls.html": :test],
# Docs
- name: "Pleroma",
- homepage_url: "https://pleroma.social/",
- source_url: "https://git.pleroma.social/pleroma/pleroma",
+ name: "Rebased",
+ homepage_url: "https://soapbox.pub/",
+ source_url: "https://gitlab.com/soapbox-pub/soapbox-be",
docs: [
source_url_pattern:
- "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}",
+ "https://gitlab.com/soapbox-pub/soapbox-be/blob/develop/%{path}#L%{line}",
logo: "priv/static/images/logo.png",
extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"),
groups_for_extras: [
diff --git a/priv/static/images/rebased-wide.svg b/priv/static/images/rebased-wide.svg
new file mode 100644
index 0000000000..d2b224f88a
--- /dev/null
+++ b/priv/static/images/rebased-wide.svg
@@ -0,0 +1,45 @@
+
+
+
+
diff --git a/priv/static/images/soapbox-logo-wide.svg b/priv/static/images/soapbox-logo-wide.svg
deleted file mode 100644
index 038ce75e83..0000000000
--- a/priv/static/images/soapbox-logo-wide.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/priv/static/index.html b/priv/static/index.html
index f43c1e9874..a888b895a9 100644
--- a/priv/static/index.html
+++ b/priv/static/index.html
@@ -1,7 +1,7 @@
- Welcome to Soapbox
+ Welcome to Rebased
@@ -61,11 +61,11 @@
-
+
Almost done...
-
Congrats! 🎉 You've installed Soapbox BE. Now you just need to install a frontend.
-
Installing Soapbox FE
-
To install Soapbox FE, SSH into the server and download a .zip of the latest build:
+
Congrats! 🎉 You've installed Rebased. Now you just need to install a frontend.
+
Installing Soapbox
+
To install Soapbox, SSH into the server and download a .zip of the latest build: