Skip to content

Commit

Permalink
Add webp thumbnail conversion task to optimize performance of fast sc…
Browse files Browse the repository at this point in the history
…rolling (#172)

* Update readme

* Added webp to table and entity

* Added cronjob and sharp dependencies

* Added conversion of webp every 5 minutes and endpoint will now server webp image if exist
  • Loading branch information
alextran1502 committed May 22, 2022
1 parent ce06af0 commit 55c5027
Show file tree
Hide file tree
Showing 11 changed files with 731 additions and 21 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ I haven't tested with `Docker for Windows` as well as `WSL` on Windows

**Core**: At least 2 cores, preffered 4 cores.

# Development and Testing out the application
# Getting Started

You can use docker compose for development and testing out the application, there are several services that compose Immich:

Expand Down Expand Up @@ -217,6 +217,17 @@ You can get the app on F-droid by clicking the image below.
<img src="design/ios-qr-code.png" width="200" title="Apple App Store">
<p/>


# Development

The development environment can be start from root of the project after populating the `.env` file with the command

```bash
make dev # required Makefile installed on the system.
```

All servers and web container are hot reload for quick feedback loop.

# Support

If you like the app, find it helpful, and want to support me to offset the cost of publishing to AppStores, you can sponsor the project with [**Github Sponsore**](https://github.com/sponsors/alextran1502), or one time donation with Buy Me a coffee link below.
Expand Down
Loading

0 comments on commit 55c5027

Please sign in to comment.