diff options
-rw-r--r-- | client/src/app/+admin/plugins/shared/plugin-list.component.scss | 4 | ||||
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/client/src/app/+admin/plugins/shared/plugin-list.component.scss b/client/src/app/+admin/plugins/shared/plugin-list.component.scss index f250404ed..f1516240e 100644 --- a/client/src/app/+admin/plugins/shared/plugin-list.component.scss +++ b/client/src/app/+admin/plugins/shared/plugin-list.component.scss | |||
@@ -1,6 +1,10 @@ | |||
1 | @import '_variables'; | 1 | @import '_variables'; |
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | .plugin { | ||
5 | margin: 15px 0; | ||
6 | } | ||
7 | |||
4 | .first-row { | 8 | .first-row { |
5 | margin-bottom: 10px; | 9 | margin-bottom: 10px; |
6 | 10 | ||
diff --git a/config/default.yaml b/config/default.yaml index a26625ab3..b7a433b99 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -160,7 +160,7 @@ plugins: | |||
160 | # This is an unmoderated plugin index, so only install plugins/themes you trust | 160 | # This is an unmoderated plugin index, so only install plugins/themes you trust |
161 | index: | 161 | index: |
162 | enabled: true | 162 | enabled: true |
163 | check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions | 163 | check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions |
164 | url: 'https://packages.joinpeertube.org' | 164 | url: 'https://packages.joinpeertube.org' |
165 | 165 | ||
166 | cache: | 166 | cache: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index ec7744deb..17a1be502 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -161,7 +161,7 @@ plugins: | |||
161 | # This is an unmoderated plugin index, so only install plugins you trust | 161 | # This is an unmoderated plugin index, so only install plugins you trust |
162 | index: | 162 | index: |
163 | enabled: true | 163 | enabled: true |
164 | check_latest_versions_interval: '1 day' # How often you want to check new plugins/themes versions | 164 | check_latest_versions_interval: '12 hours' # How often you want to check new plugins/themes versions |
165 | url: 'https://packages.joinpeertube.org' | 165 | url: 'https://packages.joinpeertube.org' |
166 | 166 | ||
167 | 167 | ||