mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 12:09:55 +02:00
Meta: Add files to repository
This commit is contained in:
8
Slon/Static/defaults/account.json
Normal file
8
Slon/Static/defaults/account.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"username": "",
|
||||
"display_name": "",
|
||||
"email": "",
|
||||
"note": "",
|
||||
"avatar": "",
|
||||
"header": ""
|
||||
}
|
||||
44
Slon/Static/defaults/actor.json
Normal file
44
Slon/Static/defaults/actor.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"@context": [
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
"https://w3id.org/security/v1",
|
||||
{
|
||||
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
||||
"toot": "http://joinmastodon.org/ns#",
|
||||
"featured": {
|
||||
"@id": "toot:featured",
|
||||
"@type": "@id"
|
||||
},
|
||||
"featuredTags": {
|
||||
"@id": "toot:featuredTags",
|
||||
"@type": "@id"
|
||||
},
|
||||
"alsoKnownAs": {
|
||||
"@id": "as:alsoKnownAs",
|
||||
"@type": "@id"
|
||||
},
|
||||
"movedTo": {
|
||||
"@id": "as:movedTo",
|
||||
"@type": "@id"
|
||||
},
|
||||
"schema": "http://schema.org#",
|
||||
"PropertyValue": "schema:PropertyValue",
|
||||
"value": "schema:value",
|
||||
"discoverable": "toot:discoverable",
|
||||
"suspended": "toot:suspended",
|
||||
"memorial": "toot:memorial",
|
||||
"indexable": "toot:indexable",
|
||||
"attributionDomains": {
|
||||
"@id": "toot:attributionDomains",
|
||||
"@type": "@id"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "Person",
|
||||
"manuallyApprovesFollowers": false,
|
||||
"discoverable": false,
|
||||
"indexable": false,
|
||||
"memorial": false,
|
||||
"tag": [],
|
||||
"endpoints": {}
|
||||
}
|
||||
14
Slon/Static/defaults/instance.json
Normal file
14
Slon/Static/defaults/instance.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"uri": "error.checksum.fail",
|
||||
"title": "error.checksum.fail",
|
||||
"short_description": "A fediverse instance running on TempleOS",
|
||||
"description": "A fediverse instance running on TempleOS",
|
||||
"email": "alec@checksum.fail",
|
||||
"version": "1.0.0",
|
||||
"registrations": false,
|
||||
"stats": {
|
||||
"user_count": 0,
|
||||
"status_count": 0,
|
||||
"domain_count": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user