Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

0.8.6 - View direct resources in browser

Compare
Choose a tag to compare
@tycrek tycrek released this 28 Aug 16:59
· 397 commits to master since this release
b6d6ba5

This update adds a new setting to make the default browser view the direct resource. To accomplish this, I used the meta refresh element so that Discord can still embed properly.

All changes

  • Added setting to directly view resource in browser
  • Fixed some docker-compose exec missing the container name
  • Fixed setup not using existing S3 configs (merged #58)
  • Improved frontend plugging (merged #56)
  • Rewrote Custom frontends section of README
  • Removed trailing slash that broke the index

Update command (local)

git pull
npm i && npm run setup
# restart your process

Update command (Docker)

git pull
docker-compose up --force-recreate --build -d && docker image prune -f 
docker-compose exec ass npm run setup && docker-compose restart