An open protocol for per-user storage, allowing you to move your data at will (including to your own machines) without having to change the ways you access it.
Questions tagged [remotestorage]
6 questions
3
votes
2 answers
Directory sandboxed access for Google Drive / Dropbox API / RemoteStorage apps?
Is there a way to get sandboxed, user-selected directory access on any major file service without first getting read level access to their entire filesystem?
There's a lot of talk about "unhosted" static webapps that allow users to access their data…

Adam Kumpf
- 33
- 4
1
vote
1 answer
How to configure remote-storage on Magento 2 to use local S3 storage
Im try'ing connect Magento 2 remote-storage to my local S3 storage.
s3cmd configured to connect https://s3.example.com working properly, can create bucket, send files etc.
Magento 2 have build aws-s3 driver but can't set proper parameters. I try to…

kyal
- 11
- 1
1
vote
1 answer
Apache SSL Remotestorage Server Not Working
I am trying to set up my Ubuntu web server to host a remotestorage server utilising the php-remote-storage server.
I have not setup SSL on my server before, so a fresh-ish apache2 install is present. I've followed the instructions to the letter,…

j0nr
- 301
- 3
- 13
0
votes
0 answers
Prometheus data storage via remote Influxdb
I have prometheus task running on ECS Fargate and an EC2 instance where I installed Influxdb to store prometheus metrics for data persistence in case of prometheus ECS task restarts.
I configured remote read and remote write URL's in prometheus.yml…

Lalit Prasanth
- 11
- 1
0
votes
1 answer
How to prevent data inconsistency when one node lose network connectivity in kubernetes
I have a situation where I have a cluster with a service (we named it A1) and its data which is on a remote storage like cephFS in my case. the number of replica for my service is 1. Assume I have 5 node in my cluster and service A1 reside in node…

Mohammad Amin
- 1
- 4
0
votes
1 answer
Cannot find data in Prometheus with InfluxDB remote write/read api
InfluxDB announced Prometheus remote write/read api in ver1.4.
https://docs.influxdata.com/influxdb/v1.4/supported_protocols/prometheus/ https://www.influxdata.com/blog/influxdb-now-supports-prometheus-remote-read-write-natively/
I have deployed a…

Eric Wang
- 1,009
- 1
- 9
- 16