Bump version 1.2.2
This commit is contained in:
parent
ee96684ecf
commit
c1bc756a8b
5 changed files with 5 additions and 5 deletions
|
@ -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.2.1/download?job=build-production -o soapbox-fe.zip
|
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.2/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.2.1/download?job=build-production -o /tmp/soapbox-fe.zip
|
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.2/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.2.1/download?job=build-production -o soapbox-fe.zip
|
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v1.2.2/download?job=build-production -o soapbox-fe.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. Unzip the build
|
## 2. Unzip the build
|
||||||
|
|
|
@ -10,7 +10,7 @@ First, follow the instructions to [install Pleroma](https://docs-develop.pleroma
|
||||||
|
|
||||||
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.2.1/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.2/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``
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "soapbox-fe",
|
"name": "soapbox-fe",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"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