Hello, Tony.

Before trying to answer you, let me just clarify that I'm not the developer
of remoteStorage or responsible for the protocol.

I don't know if you can host it on cPanel because I don't understand
cPanel, does it have to be packaged as a "cPanel" app to be hosted there?
If not, then I believe it is possible to host it, as there are many
remoteStorage server implementations <https://wiki.remotestorage.io/Servers>
that just store the data as files in the filesystem. It's easy to add
support for storing data on databases also, I believe, if it is not done
yet.

I've seen Noteself mentioned on the CouchDB users mailing list. It was a
great fit. It has inspired me to create the remoteStorage plugin.
remoteStorage also saves data locally -- on an IndexedDB in the browser --
before the user connects a remoteStorage server, so it looks very like
Pouch/CouchDB.

About multiple users, it is not supported on remoteStorage, as it is meant
(I believe) for personal usage of personal webapps -- unless, of course,
you do the very old trick of sharing your account password with colleagues.
It's also possible to share access tokens to individual global-namespaces
(in this case, "/tiddlers"). If there's demand for it, I could implement a
way to bypass the widget login with a token-based login on the TiddlyWiki
plugin.

On Thu, Feb 22, 2018 at 7:52 PM, TonyM <anthony.mus...@gmail.com> wrote:

> Giovanni,
>
> I am not immediatly in a position to test this but the following questions
> arrise;
> Can I host remote storage on cpanel accounts?
> How will it deal with multiple users both view and edit? Similtaniously or
> serialy.
>
> Have you seen noteself?, It can also use a pouchdb inside the browser
> session so changes can be saved locally to the browser even before the
> equivalent of remoteStorage (couchdb) is connected to. This method may work
> well with your solution.
>
> I hope your solution fits well with tiddlywiki because we still have some
> gaps in hosted tiddlwikis.
>
> Thanks for your contribution.
>
> Regards
> Tony
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/e-sUhUYBUOk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/ad8d3260-9fde-49e6-a0e8-ad0c8af7044a%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAEjd%3Drq23B4bq3sc3wraUx4Vuu6aL33oUj%2B-4mf3SigWdaX%3DHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to