Compare commits

..

3 Commits

Author SHA1 Message Date
6d2bebd0c6 add back in markdown support 2022-11-18 16:43:38 +00:00
b14c6db62c Remove REACT_APP mentions 2022-11-18 16:10:00 +00:00
8e3c886a2c Migrate to vite for building 2022-11-18 16:09:18 +00:00
1586 changed files with 1353 additions and 14164 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 `"REACT_APP_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 `"VITE_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,8 +1,7 @@
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"
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"

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