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 | |
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')
-rw-r--r-- | config/default.yaml | 4 | ||||
-rw-r--r-- | config/production.yaml.example | 4 |
2 files changed, 8 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 |
diff --git a/config/production.yaml.example b/config/production.yaml.example index b86068bde..96d676a35 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -270,6 +270,10 @@ instance: | |||
270 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? | 270 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? |
271 | business_model: '' | 271 | business_model: '' |
272 | 272 | ||
273 | # If you want to explain on what type of hardware your PeerTube instance runs | ||
274 | # Example: "2 vCore, 2GB RAM..." | ||
275 | hardware_information: '' # Supports Markdown | ||
276 | |||
273 | # What are the main languages of your instance? To interact with your users for example | 277 | # What are the main languages of your instance? To interact with your users for example |
274 | # Uncomment or add the languages you want | 278 | # Uncomment or add the languages you want |
275 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages | 279 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages |