Attached server status and correct side menu.
On Tuesday, October 9, 2018 at 11:43:45 AM UTC-7, mathieu.lonjaret wrote:
>
> The first image you attached is not of the sidebar menu, it is of the
> "main" menu if you will.
> The sidebar menu (or contextual menu) appears on the right, when you
> tick the mark on the top-left corner of an item.
>
> As for your Camlistore/Perkeep version, I'm puzzled as I don't find it
> in the git history. What version do you see on the "Server Status"
> page (located at /status/)?
>
> On Tue, 9 Oct 2018 at 20:29, clive.boulton <[email protected]
> <javascript:>> wrote:
> >
> > Attached about and side menu after selecting blob.
> >
> > On Tuesday, October 9, 2018 at 11:05:13 AM UTC-7, mathieu.lonjaret
> wrote:
> >>
> >> Weird. What does your "About" from the main piggy menu say?
> >>
> >> On Tue, 9 Oct 2018 at 20:03, clive.boulton <[email protected]>
> wrote:
> >> >
> >> > Correct. I have this side menu w/o 'share'.
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google
> Groups "Perkeep" group.
> >> > To unsubscribe from this group and stop receiving emails from it,
> send an email to [email protected].
> >> > For more options, visit https://groups.google.com/d/optout.
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Perkeep" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected] <javascript:>.
> > For more options, visit https://groups.google.com/d/optout.
>
--
You received this message because you are subscribed to the Google Groups
"Perkeep" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
perkeepd status
Versions
Perkeep: 1cecc714a994efc791813264f5691dd736b65030 (on GCE)
Go: linux/amd64 go1.10.2, cgo=false
djpeg: djpeg available
Logs
/debug/config - server config
perkeepd logs on Google Cloud Logging
system logs from Google Compute Engine
Admin
restart server reindex
Updating: When a new image for Perkeep on GCE is available, you can update by
hitting "Reset" (or "Stop", then "Start") for your instance on your Google
Cloud Console.
Alternatively, you can ssh to your instance and restart the Perkeep service
with: sudo systemctl restart perkeepd.
Handlers
As JSON: status.json; and the discovery JSON.
Not yet pretty HTML UI:
{
"version": "1cecc714a994efc791813264f5691dd736b65030",
"goInfo": "go1.10.2 linux/amd64 cgo=false",
"sync": {
"/sync/": {
"from": "/bs/",
"fromDesc": "\"blobpacked\" storage",
"to": "/index/",
"toDesc": "Perkeep index, using key/value implementation *mysql.keyValue",
"destIsIndex": true,
"blobsToCopy": 0,
"bytesToCopy": 0,
"lastCopySecondsAgo": 345702
}
},
"storage": {
"/bs-and-index/": {
"type": "replica"
},
"/bs-and-maybe-also-index/": {
"primary": true,
"type": "cond"
},
"/bs-loose/": {
"type": "googlecloudstorage"
},
"/bs-packed/": {
"type": "googlecloudstorage"
},
"/bs/": {
"type": "blobpacked"
},
"/cache/": {
"type": "filesystem"
},
"/index/": {
"isIndex": true,
"type": "index"
}
},
"importerAccounts": null
}