Compare commits

..

No commits in common. "6d2bebd0c6129fce5151035fddf6ee646f593978" and "4719b88d49311265daaa2d3e90968fae99e65177" have entirely different histories.

1586 changed files with 14196 additions and 1385 deletions

View File

@ -113,7 +113,7 @@ $ s3cmd cp build/ s3://my-treadl-ui # Example
To help improve the performance of the app, you may wish to make use of [Imaginary](https://github.com/h2non/imaginary) to crop/resize large images. The web UI is already equipped to handle Imaginary if a server is configured.
To use this feature, simply rebuild the app ensuring that an environment entry is made into `.env.production` that includes `"VITE_IMAGINARY_URL=https://your.imaginaryserver.com"`.
To use this feature, simply rebuild the app ensuring that an environment entry is made into `.env.production` that includes `"REACT_APP_IMAGINARY_URL=https://your.imaginaryserver.com"`.
_Note: If this is not set, Treadl will by default fetch the full size images straight from the S3 source._

View File

@ -1,7 +1,8 @@
VITE_API_URL="http://localhost:2001"
VITE_IMAGINARY_URL=""
VITE_SENTRY_DSN=""
VITE_SOURCE_REPO_URL="https://git.wilw.dev/wilw/treadl"
VITE_PATREON_URL="https://www.patreon.com/treadl"
VITE_CONTACT_EMAIL="hello@treadl.com"
VITE_APP_NAME="Treadl"
PORT=8002
REACT_APP_API_URL="http://localhost:2001"
REACT_APP_IMAGINARY_URL=""
REACT_APP_SENTRY_DSN=""
REACT_APP_SOURCE_REPO_URL="https://git.wilw.dev/wilw/treadl"
REACT_APP_PATREON_URL="https://www.patreon.com/treadl"
REACT_APP_CONTACT_EMAIL="hello@treadl.com"
REACT_APP_NAME="Treadl"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More