Bump version v1.2.0
This commit is contained in:
parent
a12cff8f8b
commit
dcb4f58131
6 changed files with 8 additions and 9 deletions
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [1.2.0] - Unreleased
|
## [1.2.0] - 2020-04-02
|
||||||
### Added
|
### Added
|
||||||
- Remote follow button
|
- Remote follow button
|
||||||
- Display "Bot" tag for bot users
|
- Display "Bot" tag for bot users
|
||||||
|
|
|
@ -11,7 +11,7 @@ Installing Soapbox FE on an existing Pleroma server is extremely easy.
|
||||||
Just ssh into the server and download a .zip of the latest build:
|
Just ssh into the server and download a .zip of the latest build:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.1.0/download?job=build-production -o soapbox-fe.zip
|
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.0/download?job=build-production -o soapbox-fe.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
Then unpack it into Pleroma's `instance` directory:
|
Then unpack it into Pleroma's `instance` directory:
|
||||||
|
|
|
@ -13,7 +13,7 @@ mkdir -p /opt/soapbox
|
||||||
Fetch the build.
|
Fetch the build.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.1.0/download?job=build-production -o /tmp/soapbox-fe.zip
|
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.0/download?job=build-production -o /tmp/soapbox-fe.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
Unzip the build.
|
Unzip the build.
|
||||||
|
|
|
@ -7,7 +7,7 @@ If you want to install Soapbox FE to a Pleroma instance installed using [YunoHos
|
||||||
First, download the latest build of Soapbox FE from GitLab.
|
First, download the latest build of Soapbox FE from GitLab.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.1.0/download?job=build-production -o soapbox-fe.zip
|
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.0/download?job=build-production -o soapbox-fe.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. Unzip the build
|
## 2. Unzip the build
|
||||||
|
|
|
@ -6,15 +6,14 @@ This guide is a step-by-step guide for installing Soapbox. These instructions as
|
||||||
|
|
||||||
First, follow the instructions to [install Pleroma](https://docs-develop.pleroma.social/backend/installation/debian_based_en/) on a fresh VPS. We recommend using Ubuntu 20.04 LTS.
|
First, follow the instructions to [install Pleroma](https://docs-develop.pleroma.social/backend/installation/debian_based_en/) on a fresh VPS. We recommend using Ubuntu 20.04 LTS.
|
||||||
|
|
||||||
**Note:** If you followed the directions for installing on Linux with OTP Releases, create the following symlink in the pleroma user's home:
|
|
||||||
``su pleroma -s $SHELL -lc "ln -s /var/lib/pleroma /opt/pleroma/instance"``
|
|
||||||
|
|
||||||
## Install Soapbox
|
## Install Soapbox
|
||||||
|
|
||||||
The Soapbox frontend is the main component of Soapbox. Once you've installed Pleroma, installing Soapbox FE is a breeze.
|
The Soapbox frontend is the main component of Soapbox. Once you've installed Pleroma, installing Soapbox FE is a breeze.
|
||||||
|
|
||||||
First, ssh into the server and download a .zip of the latest build: ``curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.1.0/download?job=build-production -o soapbox-fe.zip``
|
First, ssh into the server and download a .zip of the latest build: ``curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.0/download?job=build-production -o soapbox-fe.zip``
|
||||||
|
|
||||||
Then unpack it into Pleroma's ``instance`` directory: ``busybox unzip soapbox-fe.zip -o -d /opt/pleroma/instance``
|
Then unpack it into Pleroma's ``instance`` directory: ``busybox unzip soapbox-fe.zip -o -d /opt/pleroma/instance``
|
||||||
|
|
||||||
**That's it! 🎉 Soapbox FE is installed.** The change will take effect immediately, just refresh your browser tab. It's not necessary to restart the Pleroma service.
|
**That's it! 🎉 Soapbox FE is installed.** The change will take effect immediately, just refresh your browser tab. It's not necessary to restart the Pleroma service.
|
||||||
|
|
||||||
|
***For OTP releases,*** *unpack to /var/lib/pleroma instead.*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "soapbox-fe",
|
"name": "soapbox-fe",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"description": "Soapbox frontend for Pleroma.",
|
"description": "Soapbox frontend for Pleroma.",
|
||||||
"homepage": "https://soapbox.pub/",
|
"homepage": "https://soapbox.pub/",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue