Eventually-decentralized project hosting and management platform

[[ 🗃 ^WvWbo vervis ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Changes]

Clone

HTTPS: darcs clone https://vervis.peers.community/repos/WvWbo

SSH: darcs clone USERNAME@vervis.peers.community:WvWbo

Tags

TODO

migrations /

2019_02_03_verifkey.model

VerifKey
    ident    Text
    instance InstanceId
    expires  UTCTime Maybe
    public   ByteString
    sharer   RemoteSharerId Maybe

    UniqueVerifKey instance ident

VerifKeySharedUsage
    key  VerifKeyId
    user RemoteSharerId

    UniqueVerifKeySharedUsage key user

RemoteSharer
    ident    Text
    instance InstanceId
    inbox    Text

    UniqueRemoteSharer instance ident

Instance
    host Text

    UniqueInstance host

[See repo JSON]