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
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Now the server should be running on `127.0.0.1:3333`, visiting `http://127.0.0.1
62
62
63
63
## Custom config
64
64
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:
66
66
67
67
```yml
68
68
version: '3'
@@ -81,7 +81,7 @@ services:
81
81
- 127.0.0.1:3333:3333
82
82
```
83
83
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.
85
85
86
86
## Advanced Usage
87
87
@@ -93,7 +93,7 @@ For `supervisor` or detailed Nginx configuration, please read our documentation
93
93
94
94
## WebP Cloud Services
95
95
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:
97
97
98
98
* [Public Service](https://public.webp.se)
99
99
* 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
104
104
* Example 1: Original image URL (https://yyets.dmesg.app/api/user/avatar/BennyThink) becomes compressed URL (https://vz4w427.webp.ee/api/user/avatar/Benny).
105
105
* 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).
106
106
* 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.
107
115
108
116
For detailed information, please visit [WebP Cloud Services Website](https://webp.se/) or [WebP Cloud Services Docs](https://docs.webp.se/).
0 commit comments