-
Notifications
You must be signed in to change notification settings - Fork 49
Redirecting to another rotonde #147
Comments
Hey Lux, I'm not against this idea. If I understand correctly, it would be a temporary url used in migration when moving from one computer to the next scenario? So people can follow you across your different dat sites? |
Yeah, the redirect is just used to replace the old one |
(Beaker dev here) Sorry that it's not easier to export your dat keys. There's some challenges and unknowns that have kept us from doing the obvious thing (making the keys exportable). But, I think we're probably going to need to make an imperfect solution soon rather than waiting for a perfect solution later. |
i was thinking of taking the portal.json
if the portals in the sameAs array have this portal's dat address in their sameAs array (i.e. the relationship is mutual), then we will pull their posts and display them as if they were made by this user you could expand this to display the feed as the sum of the port entries of the set of mutal portals as well thoughts? |
+1 on Should |
|
i think keeping it simple is a good idea as well. i will look at doing a basic implementation of sameAs during the week and see what issues i stumble into :) |
the action is happening here https://github.com/Rotonde/rotonde-client/tree/cblgh/feature/sameAs it's potentially a deep rabbit hole so i'm trying to skirt its edges rather than fall down it things that could be added
|
@pfrazee is it possible to get the revision number of someone's beaker site? |
@neauoire does the |
let name = await DatArchive.resolveName('dat://www-webdesserts.hashbase.io/')
let archive = new DatArchive(name)
let history = await archive.history({ end: 1, reverse: true })
console.log(history[0].version) // => 19 Yeah, this seems to be what you're looking for |
Yes! amazing thank you :) Nothing serious with this, but it's a good gage of activity overall. |
Sorry for barging in with probably nothing meaningful to add, but I was in a similar situation—needing to move a Dat from one computer to another without changing the archive ID since I'd publicized it—and used |
I've been using Rotonde before there was ever a windows build of beaker, ive build a few tools to browse and post on it without needing beaker, but it is still lacking and keeping up with the all time updating spec has been hard for me in combination with work and college.
Since i never created my dat in beaker i have no write permissions on it in there, i've done some research and digging around how to maybe get the right keychain for beaker to read, but that stuff goes way beyond me.
Since it would be a pain to completely create a new Rotonde instance and let everyone follow it manually, maybe allow us to redirect our Rotonde to a new dat url. By adding a "redirect" value to our portal.json with a target to a new dat url we could silently update every other portal to the new one by replacing the existing url in their feeds to the new one.
The text was updated successfully, but these errors were encountered: