Skip to content

Commit

Permalink
Update/6.0.5 (#5)
Browse files Browse the repository at this point in the history
* 6.0.5 update

* more instructions update

* copy fixes

---------

Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
  • Loading branch information
k0gen and elvece authored Oct 2, 2024
1 parent 9110d25 commit cbbeb32
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
16 changes: 9 additions & 7 deletions instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## About

Your SimpleX Server comes with an [SMP server](https://simplex.chat/docs/server.html) for sending/receiving messages and an [XFTP server](https://simplex.chat/docs/xftp-server.html) for transferring files and media.
Your SimpleX Server comes with a [SMP server](https://simplex.chat/docs/server.html) for sending/receiving messages and an [XFTP server](https://simplex.chat/docs/xftp-server.html) for transferring files and media.

In SimpleX, participants choose which servers to use for receiving messages and files. I receive through my private server, and you receive through your private server. Or we could both receive through the same private server. Or we could each use different public servers.

Expand Down Expand Up @@ -34,9 +34,11 @@ SimpleX can be configured many different ways, depending on your threat model an

1. Navigate to `Settings > Network & servers`.

1. Enable "Use SOCKS proxy".
1. For iOS users: Skip this step. For other platforms: Enable "Use SOCKS proxy".

1. For `Use .onion hosts` (this might be under `Advanced network settings`), select "Required". This means that this profile can _only_ send messages to other .onion servers.
1. Set `Use .onion hosts` to "Required" (this might be under `SOCKS proxy settings` or `Advanced network settings`). This means that this profile can _only_ send messages to other .onion servers.

1. Finally, in `Advanced Network Settings`, set `Private Routing` to "Never".

### Connect your SMP server for messages

Expand All @@ -48,13 +50,13 @@ SimpleX can be configured many different ways, depending on your threat model an

1. Tap "Scan QR Code".

1. Scan your SMP Server Address QR code, located in StartOS UI under `SimpleX Server > Properties > SMP Server Address`.
1. Scan your SMP Server Address QR code, located in StartOS UI under `SimpleX Server > Properties > SimpleX SMP Server Address`.

1. Click on the newly added server.

1. Click "Test server" and wait for the test to pass.

1. Enabled "Use for new connections".
1. Enable "Use for new connections".

1. Navigate back and click "Save servers".

Expand All @@ -68,13 +70,13 @@ SimpleX can be configured many different ways, depending on your threat model an

1. Tap "Scan QR Code".

1. Scan your XFTP Server Address QR code, located in StartOS UI under `SimpleX Server > Properties > XFTP Server Address`.
1. Scan your XFTP Server Address QR code, located in StartOS UI under `SimpleX Server > Properties > SimpleX XFTP Server Address`.

1. Click on the newly added server.

1. Click "Test server" and wait for the test to pass.

1. Enabled "Use for new connections".
1. Enable "Use for new connections".

1. Navigate back and click "Save servers".

Expand Down
7 changes: 4 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
id: simplex
title: "SimpleX Server"
version: 6.0.4
version: 6.0.5
release-notes: |
- All upstream code updated to 6.0.4
- All upstream code updated to 6.0.5
- Instructions update
- Bug fixes and code cleanup
- More changes can be found in the [6.0.4 changelog](https://github.com/simplex-chat/simplexmq/blob/master/CHANGELOG.md#604)
- More changes can be found in the [6.0.5 changelog](https://github.com/simplex-chat/simplexmq/blob/master/CHANGELOG.md#605)
license: MIT
wrapper-repo: "https://github.com/Start9Labs/simplex-startos"
upstream-repo: "https://github.com/simplex-chat/simplexmq/"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration =
),
},
},
"6.0.4"
"6.0.5"
);

0 comments on commit cbbeb32

Please sign in to comment.