ddvk

Results 327 comments of ddvk

it's just that I'm not sure everything is working

but find has the `-type` arg. having [f]/[d] makes filtering easier and just doing ` | cut -b5-` can remove them

did you use the latest version? that was added after 0.0.5

you could probably run 2 instances of rmfakecloud with the same JWT_SECRET_KEY,. and set the STORAGE_URL to point to server B

some things will go to A (metadata), but the files (.zip) will be sent to B

ssl should not be an issue, the storage url can work withouth ssl, but i haven't tested this setup

you ll have to copy the .zip files over

server B can use either http or https they can be different hosts but have to have public dns names (an ip would also work but not with https) though...

you can use rmapi to push documents.(override the url with env variables) the official extension also works, but you have to patch the hardcoded urls

- unpack the extension, modify the .js file replacing the appspot.com urls with your url... reload the extension