php-remote-storage
php-remote-storage copied to clipboard
remoteStorage server written in PHP
I did a bunch of refactoring and cleaning up, but there is more to do, it is hard to create a list now as that list will only grow when...
The remoteStorage spec says: > if no client registration is required, the server MUST ignore the value of the `client_id` parameter in favor of relying on the origin of the...
With the newest release (1.0.5) and nginx as set up in the issue #44 Everything works except for the sync part. I use encryptic notes. ``` FastCGI sent in stderr:...
https://github.com/fkooman/php-remote-storage/blob/06a0b0b598891ed665806f2d8f8781a0d1f63d2e/src/Http/Response.php#L97
Digital Ocean provide [an extensive library of tutorials](https://www.digitalocean.com/community/tutorials) for the installation of many server programs on Linux and FreeBSD servers. I think it'd be great to offer one for how...
I have run this on a more modern installation of debian, need to get the server working, but everything else is working.
Hello. hope this project is stil alive. I am starting the server on my Pi: ``` pi@OllyTestBench:~/php-remote-storage-1.0.5 $ sudo php -S localhost:8080 -t web/ contrib/rs-router.php PHP 7.0.27-0+deb9u1 Development Server started...
Hi, I struggled a little bit to have php-remote-storage on Archlinux with lighttpd but it works now and I thought I could share. At first, I wanted to host it...
## Example Two PUTs (called `a` and `b`) requests to the same filepath with `If-None-Match: *` are launched at the same time: - `RemoteStorage->putDocument` is called for both requests. Precondition...
* how to use Let's Encrypt * fix HACKING.md to be accurate for 2.0.0 release