Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
- Explain access error because of ssl mismatch. Using Chromium may solve this problem.
- Show more supported content type.
  • Loading branch information
hlf20010508 committed Sep 15, 2023
1 parent 6be400b commit 9a5d2b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ Example:

## Usage
- Add this bot to a group or channel.
- In the group or channel, forward or upload files(or videos, photos).
- In the group or channel, forward or upload files(or videos, photos, gifs, stickers, voices).
- If you want to transfer restricted content from a group or channel, right click the content, copy the message link, and send the link.
- Wait until the transfer completes. You can check status on pinned status message.
- Use `/help` for more information about other command.

## Preparation
1. Open `docker-compose.yml` and edit the environment config.
2. `server_uri` is your domain. You need to specify a port, like `https://example.com:8080`, or `https://127.0.0.1:8080` if you don't have a web server. Protocol must be "https", not "http".
- The self-signed ssl keys may be expired, you can remind me for an update.
- The self-signed ssl keys may be expired, you can remind me for an update.
- Some web browser may prevent you from visiting this url because of ssl mismatch. Try using [Chromium](https://download-chromium.appspot.com).
- If you want to specify your own ssl keys, especially if you have your own site, or the self-signed ssl keys have expired, you can import your ssl keys like this:
- Create volumes for ssl keys in `docker-compose.yml`:
```docker-compose
Expand Down

0 comments on commit 9a5d2b9

Please sign in to comment.