You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📢 SimpleXMQ v1 is released - with many security, privacy and efficiency improvements, new functionality - see [release notes](https://github.com/simplex-chat/simplexmq/releases/tag/v1.0.0).
@@ -116,7 +116,7 @@ On Linux, you can deploy smp and xftp server using Docker. This will download im
116
116
2. Run your Docker container.
117
117
118
118
-`smp-server`
119
-
119
+
120
120
You must change **your_ip_or_domain**. `-e "pass=password"` is optional variable to password-protect your `smp` server:
121
121
```sh
122
122
docker run -d \
@@ -129,7 +129,7 @@ On Linux, you can deploy smp and xftp server using Docker. This will download im
129
129
```
130
130
131
131
- `xftp-server`
132
-
132
+
133
133
You must change **your_ip_or_domain** and **maximum_storage**.
134
134
```sh
135
135
docker run -d \
@@ -187,7 +187,7 @@ On Linux, you can build smp server using Docker.
187
187
3. Run your Docker container.
188
188
189
189
- `smp-server`
190
-
190
+
191
191
You must change **your_ip_or_domain**. `-e "pass=password"` is optional variable to password-protect your `smp` server:
192
192
```sh
193
193
docker run -d \
@@ -200,7 +200,7 @@ On Linux, you can build smp server using Docker.
200
200
```
201
201
202
202
- `xftp-server`
203
-
203
+
204
204
You must change **your_ip_or_domain** and **maximum_storage**.
205
205
```sh
206
206
docker run -d \
@@ -247,7 +247,7 @@ On Linux, you can build smp server using Docker.
247
247
248
248
`xftp-server`
249
249
```sh
250
-
cabal list-bin exe:xftp-server
250
+
cabal list-bin exe:xftp-server
251
251
```
252
252
253
253
- Initialize SMP server with `smp-server init [-l] -n <fqdn>` or `smp-server init [-l] --ip <ip>` - depending on how you initialize it, either FQDN or IP will be used for server's address.
0 commit comments