From 581c1ef0eec5fd4dab1aae69542e15982bdd46cf Mon Sep 17 00:00:00 2001 From: Curtis Date: Sat, 27 Jun 2020 17:19:39 +0000 Subject: [PATCH 1/2] Update customization.md to include @albatross nginx config for Soapbox install --- docs/customization.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index 194da8ae2..adb4b4044 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -1,6 +1,10 @@ # Customizing Soapbox -If you haven't already, [install Soapbox](https://soapbox.pub/). +If you haven't already, [install Soapbox](https://soapbox.pub/). But before you install soapbox, you should consider how Soapbox is installed, by default. + +Soapbox, by default, is installed to replace the default Pleroma front end. By extension, the Pleroma Masto front end continues to be available at the `/web` sub-URL + +If you want to install Soapbox at an alternate URL, allowing you to potentially run more than 2 front ends on a Pleroma server, you can consider the Nginx config created by @a1batross, available [here](https://git.mentality.rip/a1batross/soapbox-nginx-config/src/branch/master/soapbox.nginx) There are two main places Soapbox gets its configuration: From f638425c138ae9fc6039f27da42c00af174b88b1 Mon Sep 17 00:00:00 2001 From: Curtis Date: Sun, 28 Jun 2020 18:07:38 +0000 Subject: [PATCH 2/2] Update customization.md --- docs/customization.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/customization.md b/docs/customization.md index adb4b4044..95f626823 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -2,9 +2,7 @@ If you haven't already, [install Soapbox](https://soapbox.pub/). But before you install soapbox, you should consider how Soapbox is installed, by default. -Soapbox, by default, is installed to replace the default Pleroma front end. By extension, the Pleroma Masto front end continues to be available at the `/web` sub-URL - -If you want to install Soapbox at an alternate URL, allowing you to potentially run more than 2 front ends on a Pleroma server, you can consider the Nginx config created by @a1batross, available [here](https://git.mentality.rip/a1batross/soapbox-nginx-config/src/branch/master/soapbox.nginx) +Soapbox, by default, is installed to replace the default Pleroma front end. By extension, the Pleroma Masto front end continues to be available at the `/web` sub-URL, which you can reference, if you'd like, in the `promoPanel` section of `soapbox.json` There are two main places Soapbox gets its configuration: @@ -101,3 +99,9 @@ Simply rename `about.example` to `about`, or create your own. The `soapbox.json` file navlinks section's default URL values are pointing to the above file location, when the `about.example` folder is renamed to `about` These four template files have placeholders in them, e.g. "Your_Instance", that should be edited to match your Soapbox instance configuration, and will be meaningless to your users until you edit them. + +## Alternate Soapbox URL Root Location +If you want to install Soapbox at an alternate URL, allowing you to potentially run more than 2 front ends on a Pleroma server, you can consider deploying the Nginx config created by @a1batross, available [here](https://git.mentality.rip/a1batross/soapbox-nginx-config/src/branch/master/soapbox.nginx) + +Tech support is limited for this level of customization +