kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
rodzic
630bed980c
commit
2cd66dc1a5
|
@ -23,7 +23,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/master/download?job=build-production -o soapbox-fe.zip
|
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v0.9/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 @@ const sourceCode = {
|
||||||
name: 'soapbox-fe',
|
name: 'soapbox-fe',
|
||||||
url: 'https://gitlab.com/soapbox-pub/soapbox-fe',
|
url: 'https://gitlab.com/soapbox-pub/soapbox-fe',
|
||||||
repository: 'soapox-pub/soapbox-fe',
|
repository: 'soapox-pub/soapbox-fe',
|
||||||
version: '0.0.0',
|
version: '0.9-beta',
|
||||||
};
|
};
|
||||||
|
|
||||||
const mapStateToProps = state => {
|
const mapStateToProps = state => {
|
||||||
|
|
10
package.json
10
package.json
|
@ -1,6 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "soapbox-fe",
|
"name": "soapbox-fe",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Soapbox frontend for Pleroma.",
|
||||||
|
"homepage": "https://soapbox.pub/",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://gitlab.com/soapbox-pub/soapbox-fe.git"
|
||||||
|
},
|
||||||
|
"keywords": ["fediverse", "pleroma"],
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://gitlab.com/soapbox-pub/soapbox-fe/-/issues"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npx webpack-dev-server --config webpack",
|
"start": "npx webpack-dev-server --config webpack",
|
||||||
"dev": "${npm_execpath} run start",
|
"dev": "${npm_execpath} run start",
|
||||||
|
|
Ładowanie…
Reference in New Issue