Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 ...