LodestoneHQ / lodestone

Personal Document Archiving (DMS, EDMS for Personal/Home Office use)
https://forms.gle/u1RXnbocbFWqfxGb9
GNU General Public License v3.0
521 stars 29 forks source link

All dependent containers/services should be accessed via backend API layer #65

Closed AnalogJ closed 4 years ago

AnalogJ commented 4 years ago

If we route all requests to dependent services though the API layer, we dont have to expose any of them, and we won't need to worry about a reverse proxy.

AnalogJ commented 4 years ago

storage access by processor should be done via the Storage API (not directly to the storage container), since we may have additional storage layers (owncloud, nextcloud, Webdav, etc)