mirror of https://github.com/Chocobozzz/PeerTube
Better config comments for instance categories/languages
parent
bbaf96d60d
commit
a955a11e4b
|
@ -874,17 +874,19 @@ instance:
|
||||||
# Example: '2 vCore, 2GB RAM...'
|
# Example: '2 vCore, 2GB RAM...'
|
||||||
hardware_information: '' # Supports Markdown
|
hardware_information: '' # Supports Markdown
|
||||||
|
|
||||||
# What are the main languages of your instance? To interact with your users for example
|
# Describe the languages spoken on your instance, to interact with your users for example
|
||||||
# Uncomment or add the languages you want
|
# Uncomment or add the languages you want
|
||||||
# List of supported languages: https://peertube.cpy.re/api/v1/videos/languages
|
# List of supported languages: https://peertube.cpy.re/api/v1/videos/languages
|
||||||
|
# PeerTube plugins can add additional languages to the official list of supported languages
|
||||||
languages:
|
languages:
|
||||||
# - en
|
# - en
|
||||||
# - es
|
# - es
|
||||||
# - fr
|
# - fr
|
||||||
|
|
||||||
# You can specify the main categories of your instance (dedicated to music, gaming or politics etc)
|
# Describe the main categories of your instance (to explain for example that your instance is dedicated to music, gaming, etc.)
|
||||||
# Uncomment or add the category ids you want
|
# Uncomment categories you want
|
||||||
# List of supported categories: https://peertube.cpy.re/api/v1/videos/categories
|
# List of supported categories: https://peertube.cpy.re/api/v1/videos/categories
|
||||||
|
# PeerTube plugins can add additional categories to the official list of supported categories
|
||||||
categories:
|
categories:
|
||||||
# - 1 # Music
|
# - 1 # Music
|
||||||
# - 2 # Films
|
# - 2 # Films
|
||||||
|
|
|
@ -884,17 +884,19 @@ instance:
|
||||||
# Example: '2 vCore, 2GB RAM...'
|
# Example: '2 vCore, 2GB RAM...'
|
||||||
hardware_information: '' # Supports Markdown
|
hardware_information: '' # Supports Markdown
|
||||||
|
|
||||||
# What are the main languages of your instance? To interact with your users for example
|
# Describe the languages spoken on your instance, to interact with your users for example
|
||||||
# Uncomment or add the languages you want
|
# Uncomment or add the languages you want
|
||||||
# List of supported languages: https://peertube.cpy.re/api/v1/videos/languages
|
# List of supported languages: https://peertube.cpy.re/api/v1/videos/languages
|
||||||
|
# PeerTube plugins can add additional languages to the official list of supported languages
|
||||||
languages:
|
languages:
|
||||||
# - en
|
# - en
|
||||||
# - es
|
# - es
|
||||||
# - fr
|
# - fr
|
||||||
|
|
||||||
# You can specify the main categories of your instance (dedicated to music, gaming or politics etc)
|
# Describe the main categories of your instance (to explain for example that your instance is dedicated to music, gaming, etc.)
|
||||||
# Uncomment or add the category ids you want
|
# Uncomment categories you want
|
||||||
# List of supported categories: https://peertube.cpy.re/api/v1/videos/categories
|
# List of supported categories: https://peertube.cpy.re/api/v1/videos/categories
|
||||||
|
# PeerTube plugins can add additional categories to the official list of supported categories
|
||||||
categories:
|
categories:
|
||||||
# - 1 # Music
|
# - 1 # Music
|
||||||
# - 2 # Films
|
# - 2 # Films
|
||||||
|
|
Loading…
Reference in New Issue