punktde / syncedfilesystemstorage
Sync resources to a second server
Installs: 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- neos/neos: *
This package is not auto-updated.
Last update: 2024-11-06 23:01:20 UTC
README
This package takes care of syncing files, handled by the Flow resource management, to one or several other hosts using rsync. This can be used to build a lightweight multi application server environment without having a central file storage.
Prerequisite
- Rsync is installed on all participating servers
- The Neos base path is the same on all servers
- Public key authentication is configured for the user that runs php
Installation
Install the package using
composer require punktde/syncedfilesystemstorage
Configure the target hosts. For the first host just provide the environment variables RESOURCE_SYNC_TARGET_HOST
and RESOURCE_SYNC_TARGET_USER
.