projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update OTP OpenRC service
[akkoma]
/
priv
/
es-mappings
/
user.json
1
{
2
"properties": {
3
"timestamp": {
4
"type": "date",
5
"index": true
6
},
7
"instance": {
8
"type": "keyword"
9
},
10
"nickname": {
11
"type": "text"
12
},
13
"bio": {
14
"type": "text"
15
}
16
}
17
}
18