mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
website: add group link page
This commit is contained in:
parent
8d72757f62
commit
9ff11f886e
3 changed files with 26 additions and 18 deletions
|
@ -17,7 +17,7 @@ _Please note_: when you change the servers in the app configuration, it only aff
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
0. First, install `smp-server`:
|
1. First, install `smp-server`:
|
||||||
|
|
||||||
- Manual deployment (see below)
|
- Manual deployment (see below)
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ _Please note_: when you change the servers in the app configuration, it only aff
|
||||||
|
|
||||||
Manual installation requires some preliminary actions:
|
Manual installation requires some preliminary actions:
|
||||||
|
|
||||||
0. Install binary:
|
1. Install binary:
|
||||||
|
|
||||||
- Using offical binaries:
|
- Using offical binaries:
|
||||||
|
|
||||||
|
@ -40,20 +40,20 @@ Manual installation requires some preliminary actions:
|
||||||
|
|
||||||
Please refer to [Build from source: Using your distribution](https://github.com/simplex-chat/simplexmq#using-your-distribution)
|
Please refer to [Build from source: Using your distribution](https://github.com/simplex-chat/simplexmq#using-your-distribution)
|
||||||
|
|
||||||
1. Create user and group for `smp-server`:
|
2. Create user and group for `smp-server`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo useradd -m smp
|
sudo useradd -m smp
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Create necessary directories and assign permissions:
|
3. Create necessary directories and assign permissions:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo mkdir -p /var/opt/simplex /etc/opt/simplex
|
sudo mkdir -p /var/opt/simplex /etc/opt/simplex
|
||||||
sudo chown smp:smp /var/opt/simplex /etc/opt/simplex
|
sudo chown smp:smp /var/opt/simplex /etc/opt/simplex
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Allow `smp-server` port in firewall:
|
4. Allow `smp-server` port in firewall:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# For Ubuntu
|
# For Ubuntu
|
||||||
|
@ -63,7 +63,7 @@ Manual installation requires some preliminary actions:
|
||||||
sudo firewall-cmd --reload
|
sudo firewall-cmd --reload
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Optional** — If you're using distribution with `systemd`, create `/etc/systemd/system/smp-server.service` file with the following content:
|
5. **Optional** — If you're using distribution with `systemd`, create `/etc/systemd/system/smp-server.service` file with the following content:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
[Unit]
|
[Unit]
|
||||||
|
@ -398,20 +398,20 @@ To import `csv` to `Grafana` one should:
|
||||||
|
|
||||||
2. Allow local mode by appending following:
|
2. Allow local mode by appending following:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
[plugin.marcusolsson-csv-datasource]
|
[plugin.marcusolsson-csv-datasource]
|
||||||
allow_local_mode = true
|
allow_local_mode = true
|
||||||
```
|
```
|
||||||
|
|
||||||
... to `/etc/grafana/grafana.ini`
|
... to `/etc/grafana/grafana.ini`
|
||||||
|
|
||||||
3. Add a CSV data source:
|
3. Add a CSV data source:
|
||||||
|
|
||||||
- In the side menu, click the Configuration tab (cog icon)
|
- In the side menu, click the Configuration tab (cog icon)
|
||||||
- Click Add data source in the top-right corner of the Data Sources tab
|
- Click Add data source in the top-right corner of the Data Sources tab
|
||||||
- Enter "CSV" in the search box to find the CSV data source
|
- Enter "CSV" in the search box to find the CSV data source
|
||||||
- Click the search result that says "CSV"
|
- Click the search result that says "CSV"
|
||||||
- In URL, enter a file that points to CSV content
|
- In URL, enter a file that points to CSV content
|
||||||
|
|
||||||
4. You're done! You should be able to create your own dashboard with statistics.
|
4. You're done! You should be able to create your own dashboard with statistics.
|
||||||
|
|
||||||
|
@ -445,7 +445,7 @@ To update your smp-server to latest version, choose your installation method and
|
||||||
- [Docker container](https://github.com/simplex-chat/simplexmq#using-docker)
|
- [Docker container](https://github.com/simplex-chat/simplexmq#using-docker)
|
||||||
1. Stop and remove the container:
|
1. Stop and remove the container:
|
||||||
```sh
|
```sh
|
||||||
docker rm $(docker stop $(docker ps -a -q --filter ancestor=simplexchat/smp-server --format="{{.ID}}"))
|
docker rm $(docker stop $(docker ps -a -q --filter ancestor=simplexchat/smp-server --format="\{\{.ID\}\}"))
|
||||||
```
|
```
|
||||||
2. Pull latest image:
|
2. Pull latest image:
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -448,7 +448,7 @@ To update your XFTP server to latest version, choose your installation method an
|
||||||
- [Docker container](https://github.com/simplex-chat/simplexmq#using-docker)
|
- [Docker container](https://github.com/simplex-chat/simplexmq#using-docker)
|
||||||
1. Stop and remove the container:
|
1. Stop and remove the container:
|
||||||
```sh
|
```sh
|
||||||
docker rm $(docker stop $(docker ps -a -q --filter ancestor=simplexchat/xftp-server --format="{{.ID}}"))
|
docker rm $(docker stop $(docker ps -a -q --filter ancestor=simplexchat/xftp-server --format="\{\{.ID\}\}"))
|
||||||
```
|
```
|
||||||
2. Pull latest image:
|
2. Pull latest image:
|
||||||
```sh
|
```sh
|
||||||
|
|
8
website/src/finneyforum.html
Normal file
8
website/src/finneyforum.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
layout: layouts/group_link.html
|
||||||
|
title: "SimpleX Chat - Finney Forum group"
|
||||||
|
description: "Join the group of attendees of Finney Forum 2024"
|
||||||
|
groupLink: "https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2Fhpq7_4gGJiilmz5Rf-CswuU5kZGkm_zOIooSw6yALRg%3D%40smp5.simplex.im%2FTlom_0qzRaEWo_4cweE_hzj6KBmqXC8R%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAZzyx3sm1tpGsYjXAOR2LxXD0ty1hlAR7Hg0fbCxEoig%253D%26srv%3Djjbyvoemxysm7qxap7m5d5m35jzv5qq6gnlv7s4rsn7tdwwmuqciwpid.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22IfdftVGf9odVOQImmz1I9A%3D%3D%22%7D"
|
||||||
|
groupLinkText: Open Finney Forum group link
|
||||||
|
templateEngineOverride: njk
|
||||||
|
---
|
Loading…
Add table
Add a link
Reference in a new issue