|
1 |
| -# Chat |
| 1 | +# NZPUG Chat |
2 | 2 |
|
3 |
| -https://chat.python.nz |
| 3 | +<img src="doc/images/riot_web_python_nz_home.png" width="250px"/><img src="doc/images/riot_im_dark.png" width="250px"/><img src="doc/images/riot_im_light.png" width="250px"/> |
4 | 4 |
|
| 5 | +The New Zealand Python User Group hosts a [Matrix](https://matrix.org/) chat server and [Riot](https://about.riot.im/) web client for the use of its members and the wider Python community in New Zealand. |
5 | 6 |
|
6 |
| -## Registration |
| 7 | +[Matrix](https://matrix.org/) is a free an open source chat solution and riot [Riot](https://about.riot.im/) is a free and open source client for matrix available on the web, on mobile and on the desktop. |
7 | 8 |
|
8 |
| -1. Go to https://chat.python.nz/#/register |
9 |
| -2. Click `Create an account` |
10 |
| -3. Sign up *with* your email address (without it you won't be able to reset your password) |
11 |
| -4. Verify your email |
12 |
| -5. Log in and join chat rooms |
| 9 | +## Get Started |
| 10 | + |
| 11 | +1. Visit https://chat.python.nz in your browser. |
| 12 | +2. Create an account or sign in. |
| 13 | +<details> |
| 14 | + <summary id="create-account">Create an Account</summary> |
| 15 | + |
| 16 | +1. Click on **Create Account** |
| 17 | +2. Set a username and password |
| 18 | +3. Enter your email address (recommended) |
| 19 | + |
| 20 | + |
| 21 | +**Note:** Your email address is required to reset your password or recover |
| 22 | +your account if you get locked out. You can add, edit or remove email |
| 23 | +address at any stage via your profile. |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +</details> |
| 28 | + |
| 29 | +<details> |
| 30 | + <summary id="sign-in">Sign in</summary> |
| 31 | + |
| 32 | +1. Select **Sign In** |
| 33 | +2. Log in with your username and password. |
| 34 | + |
| 35 | + |
| 36 | +</details> |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +## Mobile |
| 41 | + |
| 42 | +For Riot Mobile you need to set the `Homeserver` URL to `https://chat.python.nz` manually when signing in or registering. |
| 43 | + |
| 44 | +<details> |
| 45 | + <summary>Create Account</summary> |
| 46 | + |
| 47 | + |
| 48 | + 1. Check the **'☑️ Use custom server options (advanced)'** option |
| 49 | + 2. Enter `https://chat.python.nz` as the `Home Server URL` |
| 50 | + 3. Sign up with your email address |
| 51 | + |
| 52 | +<img src="doc/images/riot_mobile_python_nz_create_account.jpg" width="200px"/> |
| 53 | + |
| 54 | +</details> |
| 55 | + |
| 56 | +<details> |
| 57 | + <summary>Sign in</summary> |
| 58 | + |
| 59 | + 1. Check the **'☑️ Use custom server options (advanced)'** option |
| 60 | + 2. Enter `https://chat.python.nz` as the `Home Server URL` |
| 61 | + 3. Sign in with your username or email address and password |
| 62 | + |
| 63 | +<img src="doc/images/riot_mobile_python_nz_sign_in.jpg" width="200px"/> |
| 64 | + |
| 65 | +</details> |
| 66 | + |
| 67 | + |
| 68 | +## Desktop and Riot Web |
| 69 | + |
| 70 | +For Riot Desktop and Riot Web (https://riot.im/app) you need to set the NZPUG `Homeserver URL` to `https://chat.python.nz` manually before signing in or registering. |
| 71 | + |
| 72 | +<details> |
| 73 | + <summary>Step by step instructions</summary> |
| 74 | + |
| 75 | + |
| 76 | +1. Click **Change** next to the text "*Sign in to your account on matrix.org*" |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +2. For the `Homeserver URL` type in `https://chat.python.nz` |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | +3. Click **Next** To continue. |
| 85 | + |
| 86 | +Now you can [sign in](#sign-in) or [create an account](#create-account) on the chat.python.nz homeserver. |
| 87 | + |
| 88 | +## Maintainer Notes |
| 89 | + |
| 90 | +‼️ Do not run these Ansible or Terraform scripts. The configuration in production has diverged from these scripts and running them will revert local changes. |
| 91 | + |
| 92 | +A task to update and test the scripts is being tracked here (https://github.com/nzpug/chat/issues/11) |
0 commit comments