Skip to content

Commit f207e3c

Browse files
authored
Update README (#343)
1 parent 81c6e78 commit f207e3c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Now the server should be running on `127.0.0.1:3333`, visiting `http://127.0.0.1
6262

6363
## Custom config
6464

65-
If you'd like to use a customized `config.json`, you can follow the steps in [Configuration](https://docs.webp.sh/usage/configuration/) to genereate one, and mount it into the container's `/etc/config.json`, example `docker-compose.yml` as follows:
65+
If you'd like to use a customized `config.json`, you can follow the steps in [Configuration | WebP Server Documentation](https://docs.webp.sh/usage/configuration/) to genereate one, and mount it into the container's `/etc/config.json`, example `docker-compose.yml` as follows:
6666

6767
```yml
6868
version: '3'
@@ -81,7 +81,7 @@ services:
8181
- 127.0.0.1:3333:3333
8282
```
8383

84-
You can refer to [Docker | WebP Server Documentation](https://docs.webp.sh/usage/docker/) for more info, such as custom config, AVIF support etc.
84+
You can refer to [Configuration | WebP Server Documentation](https://docs.webp.sh/usage/configuration/) for more info, such as custom config, AVIF support etc.
8585

8686
## Advanced Usage
8787

@@ -93,7 +93,7 @@ For `supervisor` or detailed Nginx configuration, please read our documentation
9393

9494
## WebP Cloud Services
9595

96-
We are currently building a new service called [WebP Cloud Services](https://webp.se/), it now has two parts:
96+
We are currently building a new service called [WebP Cloud Services](https://webp.se/), it now has three parts:
9797

9898
* [Public Service](https://public.webp.se)
9999
* GitHub Avatar/Gravater reverse proxy with WebP optimization, for example, change `https://www.gravatar.com/avatar/09eba3a443a7ea91cf818f6b27607d66` to `https://gravatar.webp.se/avatar/09eba3a443a7ea91cf818f6b27607d66` for rendering will get a smaller version of gravater, making your website faster
@@ -104,6 +104,14 @@ We are currently building a new service called [WebP Cloud Services](https://web
104104
* Example 1: Original image URL (https://yyets.dmesg.app/api/user/avatar/BennyThink) becomes compressed URL (https://vz4w427.webp.ee/api/user/avatar/Benny).
105105
* Example 2: Original image URL (https://yyets.dmesg.app/api/user/avatar/BennyThink) becomes a thumbnail image using URL (https://vz4w427.webp.ee/api/user/avatar/BennyThink?width=200).
106106
* Caching: WebP Cloud automatically caches served images, reducing traffic and bandwidth load on the origin server.
107+
* [Fly](https://webp.se/fly/)
108+
* We call this service Fly, with the aim of providing a public and free service that users can experience without registering on WebP Cloud.
109+
As this is a public service, some limitations compared to WebP Cloud are imposed:
110+
111+
- Fly supports a maximum original image size of 8MB, while WebP Cloud supports up to 80MB.
112+
- Fly cache time is 1 day, while WebP Cloud has unlimited time (can be manually cleared at any time).
113+
- It does not support parameters like `blur`, `sharpen` for image processing.
114+
- And that’s it.
107115

108116
For detailed information, please visit [WebP Cloud Services Website](https://webp.se/) or [WebP Cloud Services Docs](https://docs.webp.se/).
109117

0 commit comments

Comments
 (0)