Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/txstate-etc/dosgato-resizer-sharp
Self-contained service to connect to a DosGato CMS database and file store and process the requestedresizes queue.
https://github.com/txstate-etc/dosgato-resizer-sharp
Last synced: 22 days ago
JSON representation
Self-contained service to connect to a DosGato CMS database and file store and process the requestedresizes queue.
- Host: GitHub
- URL: https://github.com/txstate-etc/dosgato-resizer-sharp
- Owner: txstate-etc
- License: mit
- Created: 2023-05-09T01:41:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T23:48:47.000Z (2 months ago)
- Last Synced: 2024-11-19T00:37:50.216Z (2 months ago)
- Language: TypeScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dosgato-resizer-sharp
Self-contained service to connect to a DosGato CMS database and file store and process the requestedresizes queue.# Scoped MySQL user
For extra security, make a separate MySQL user for this container and give it the following access:
* GRANT SELECT, INSERT ON dosgato.binaries TO ...
* GRANT SELECT, INSERT, UPDATE, DELETE ON dosgato.resizes TO ...
* GRANT SELECT, UPDATE ON dosgato.requestedresizes TO ...
* GRANT SELECT, INSERT ON dosgato.migratedresizeinfo TO ...