Federated forge server

[[ 🗃 ^rjQ3E vervis ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/rjQ3E

SSH: git clone USERNAME@vervis.peers.community:rjQ3E

Branches

Tags

main :: 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]