From 85568297b8504eae74a476fc2d7a64ecdd8cb387 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 13 Feb 2021 23:14:19 +0100 Subject: [PATCH] Merge config from production idk --- config/backups.yaml | 0 config/media.yaml | 0 config/scheduler.yaml | 0 config/site.yaml | 20 +++++++++++++++----- config/streams.yaml | 0 config/system.yaml | 25 ++++++++++++++----------- 6 files changed, 29 insertions(+), 16 deletions(-) delete mode 100644 config/backups.yaml delete mode 100644 config/media.yaml delete mode 100644 config/scheduler.yaml delete mode 100644 config/streams.yaml diff --git a/config/backups.yaml b/config/backups.yaml deleted file mode 100644 index e69de29b..00000000 diff --git a/config/media.yaml b/config/media.yaml deleted file mode 100644 index e69de29b..00000000 diff --git a/config/scheduler.yaml b/config/scheduler.yaml deleted file mode 100644 index e69de29b..00000000 diff --git a/config/site.yaml b/config/site.yaml index 30628616..8de46664 100644 --- a/config/site.yaml +++ b/config/site.yaml @@ -1,7 +1,17 @@ -title: YunoHost documentation +title: 'Yunohost Documentation' +default_lang: en author: - name: YunoHost contributors - email: 'yunohost@yunohost.org' + name: Yunohost + email: yunohost@yunohost.org +taxonomies: + - category + - tag metadata: - description: 'The multi-language documentation for the selfhosting system YunoHost' - + description: 'Yunohost Documentation' +summary: + enabled: true + format: short + size: 300 + delimiter: '===' +redirects: null +routes: null diff --git a/config/streams.yaml b/config/streams.yaml deleted file mode 100644 index e69de29b..00000000 diff --git a/config/system.yaml b/config/system.yaml index b4cc57c8..ea42c300 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -21,22 +21,25 @@ languages: - de - es - ar - default_lang: null + - oc + - it + - ru + default_lang: en include_default_lang: true - include_default_lang_file_extension: false + include_default_lang_file_extension: true translations: true translations_fallback: true - session_store_active: true + session_store_active: false http_accept_language: true override_locale: false content_fallback: en: 'fr,de,es' de: 'en,fr,es' es: 'en,fr,de' - pages_fallback_only: true + pages_fallback_only: false home: alias: /home - hide_in_urls: false + hide_in_urls: true pages: type: regular theme: yunohost-docs @@ -84,7 +87,7 @@ pages: expires: 604800 cache_control: null last_modified: false - etag: false + etag: true vary_accept_encoding: false redirect_default_route: false redirect_default_code: '302' @@ -114,10 +117,10 @@ cache: clear_images_by_default: true cli_compatibility: false lifetime: 604800 - gzip: false + gzip: true allow_webserver_gzip: false redis: - socket: null + socket: '0' server: null port: null password: null @@ -129,7 +132,7 @@ cache: port: null twig: cache: true - debug: true + debug: false auto_reload: true autoescape: false undefined_functions: true @@ -169,7 +172,7 @@ images: cache_perms: '0755' debug: false auto_fix_orientation: true - seofriendly: false + seofriendly: true defaults: loading: auto media: @@ -190,7 +193,7 @@ session: split: true path: null gpm: - releases: testing + releases: stable proxy_url: null method: auto verify_peer: true