diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-05 09:43:35 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-09-05 10:17:02 +0200 |
commit | be04c6fdab5d91a7a57fa3ff36cde22a549c29da (patch) | |
tree | b273cfb4cf3d0b73b12a1b9bb25884851255fc7e /config/default.yaml | |
parent | 592c735c19b25e9b38f82d90d15a81307902ed62 (diff) | |
download | PeerTube-be04c6fdab5d91a7a57fa3ff36cde22a549c29da.tar.gz PeerTube-be04c6fdab5d91a7a57fa3ff36cde22a549c29da.tar.zst PeerTube-be04c6fdab5d91a7a57fa3ff36cde22a549c29da.zip |
Add hardware information in instance config
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 7ed096dcd..5ebfdeddb 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -255,6 +255,10 @@ instance: | |||
255 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? | 255 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? |
256 | business_model: '' | 256 | business_model: '' |
257 | 257 | ||
258 | # If you want to explain on what type of hardware your PeerTube instance runs | ||
259 | # Example: "2 vCore, 2GB RAM..." | ||
260 | hardware_information: '' # Supports Markdown | ||
261 | |||
258 | # What are the main languages of your instance? To interact with your users for example | 262 | # What are the main languages of your instance? To interact with your users for example |
259 | # Uncomment or add the languages you want | 263 | # Uncomment or add the languages you want |
260 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages | 264 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages |