Jafner.net/docker_config/peertube/config/local-production.json
2021-03-01 11:45:53 -08:00

112 lines
2.9 KiB
JSON

{
"instance": {
"name": "Jafner.net",
"short_description": "A personal PeerTube instance for serving miscellaneous content without making the compromises YouTube demands.",
"description": "Welcome to Jafner.net's PeerTube instance!\nThis site is a platform for sharing miscellaneous content quickly and easily without dealing with the myriad inconveniences and compromises of YouTube.",
"is_nsfw": false,
"default_nsfw_policy": "do_not_list",
"terms": "Adhere to all relevant legal codes in the U.S. and your home country.",
"code_of_conduct": "Don't be a dick.",
"creation_reason": "I create this PeerTube instance to provide myself and my friends with a platform for sharing videos (mostly gaming highlights) without compromising quality.",
"moderation_information": "This instance is moderated by me, its owner and maintainer. \n",
"administrator": "My name is Joey Hafner and I am an avid homelabber.",
"maintenance_lifetime": "I will maintain this instance as long as it is useful to me or my friends.",
"business_model": "I own the hardware on which this instance is hosted, and all upgrades come out of my pocket.",
"hardware_information": "This instance runs inside a Docker container on a host featuring:\n\n* AMD Ryzen 7 5800X\n* 16GB DDR4-3000 \n* 512GB SanDisk SSD",
"categories": [
7
],
"languages": [
"en"
],
"default_client_route": "/videos/trending",
"customizations": {
"javascript": "",
"css": ""
}
},
"theme": {
"default": "default"
},
"services": {
"twitter": {
"username": "@Chocobozzz",
"whitelisted": false
}
},
"cache": {
"previews": {
"size": 500
},
"captions": {
"size": 500
}
},
"signup": {
"enabled": true,
"limit": 10,
"requires_email_verification": false
},
"import": {
"videos": {
"http": {
"enabled": true
},
"torrent": {
"enabled": false
}
}
},
"admin": {
"email": "admin@jafner.net"
},
"contact_form": {
"enabled": true
},
"user": {
"video_quota": 53687091200,
"video_quota_daily": 5368709120
},
"transcoding": {
"enabled": true,
"threads": 0,
"allow_additional_extensions": false,
"allow_audio_files": false,
"resolutions": {
"240p": false,
"360p": false,
"480p": false,
"720p": true,
"1080p": true,
"2160p": false
},
"hls": {
"enabled": true
}
},
"auto_blacklist": {
"videos": {
"of_users": {
"enabled": false
}
}
},
"followers": {
"instance": {
"enabled": true,
"manual_approval": false
}
},
"followings": {
"instance": {
"auto_follow_back": {
"enabled": false
},
"auto_follow_index": {
"enabled": false,
"index_url": "https://instances.joinpeertube.org"
}
}
}
}