diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-01 13:57:29 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-01 13:57:29 +0100 |
commit | 901637bb87f5eb0518fb7ca69d98b53ed918339e (patch) | |
tree | a8e8943fef7a109ba269d33029174cbdf4dde6d2 /config | |
parent | a73c582e5b6f5c52427b38aaf55b3afbead24053 (diff) | |
download | PeerTube-901637bb87f5eb0518fb7ca69d98b53ed918339e.tar.gz PeerTube-901637bb87f5eb0518fb7ca69d98b53ed918339e.tar.zst PeerTube-901637bb87f5eb0518fb7ca69d98b53ed918339e.zip |
Add ability to change the homepage
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index a634be61c..5389f1164 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -74,6 +74,7 @@ instance: | |||
74 | name: 'PeerTube' | 74 | name: 'PeerTube' |
75 | description: 'Welcome to this PeerTube instance!' # Support markdown | 75 | description: 'Welcome to this PeerTube instance!' # Support markdown |
76 | terms: 'No terms for now.' # Support markdown | 76 | terms: 'No terms for now.' # Support markdown |
77 | default_client_route: '/videos/trending' | ||
77 | customizations: | 78 | customizations: |
78 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime | 79 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime |
79 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime | 80 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime |
diff --git a/config/production.yaml.example b/config/production.yaml.example index e70201668..2f28501b3 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -87,6 +87,7 @@ instance: | |||
87 | name: 'PeerTube' | 87 | name: 'PeerTube' |
88 | description: '' # Support markdown | 88 | description: '' # Support markdown |
89 | terms: '' # Support markdown | 89 | terms: '' # Support markdown |
90 | default_client_route: '/videos/trending' | ||
90 | customizations: | 91 | customizations: |
91 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime | 92 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime |
92 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime | 93 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime |