You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/web
Aleksandr Baryshnikov fa17dce046
feat: pre-signed URL for S3 storage (#2855)
Adds automatically background refresh of all external links if they are belongs to the current blob (S3) storage. The feature is disabled by default in order to keep backward compatibility.

The background go-routine spawns once during startup and periodically signs and updates external links if that links belongs to current S3 storage.

The original idea was to sign external links on-demand, however, with current architecture it will require duplicated code in plenty of places. If do it, the changes will be quite invasive and in the end pointless: I believe, the architecture will be eventually updated to give more scalable way for pluggable storage. For example - Upload/Download interface without hard dependency on external link. There are stubs already, but I don't feel confident enough to change significant part of the application architecture.
2 years ago
..
public chore: update favicon 2 years ago
src feat: pre-signed URL for S3 storage (#2855) 2 years ago
.eslintrc.json chore: disallow destructuring 't' from useTranslation (#1973) 2 years ago
.gitignore fix: docker-compose.dev.yaml (#2695) 2 years ago
.prettierrc.js feat: add system service (#2083) 2 years ago
README.md chore: tweak wording 2 years ago
index.html fix: appearance and locale initial value 2 years ago
package.json chore: remove unused dependencies 2 years ago
pnpm-lock.yaml chore: remove unused dependencies 2 years ago
postcss.config.js feat: use tailwindcss and show export btn 4 years ago
tailwind.config.js chore: update response styles 2 years ago
tsconfig.json refactor: update import prefix with alias (#1433) 3 years ago
vite.config.ts chore: update dependencies 2 years ago

README.md

memos web