From 97753fb13301ef09675af20432136a09d32ee5bf Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 17 Feb 2022 12:03:17 +0700 Subject: [PATCH] First test v0.61.1 --- README.md | 2 +- README_fr.md | 2 +- check_process | 2 +- conf/.env | 6 ++++++ conf/app.src | 4 ++-- conf/mc.src | 7 ------- manifest.json | 2 +- 7 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 conf/mc.src diff --git a/README.md b/README.md index d8a8db5..b59bb5e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, - Setup using Yunohost's built-in SMTP server for notifications -**Shipped version:** 0.60.1~ynh1 +**Shipped version:** 0.61.1~ynh1 **Demo:** https://app.getoutline.com/create diff --git a/README_fr.md b/README_fr.md index 26a7776..656b138 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, - Setup using Yunohost's built-in SMTP server for notifications -**Version incluse :** 0.60.1~ynh1 +**Version incluse :** 0.61.1~ynh1 **Démo :** https://app.getoutline.com/create diff --git a/check_process b/check_process index df8be15..8c37c43 100644 --- a/check_process +++ b/check_process @@ -18,7 +18,7 @@ setup_public=1 upgrade=0 #upgrade=1 from_commit=CommitHash - backup_restore=0 + backup_restore=1 multi_instance=0 change_url=0 ;;; Options diff --git a/conf/.env b/conf/.env index fca1012..dd4323a 100644 --- a/conf/.env +++ b/conf/.env @@ -102,6 +102,12 @@ OIDC_SCOPES="openid profile email" # –––––––––––––––– OPTIONAL –––––––––––––––– +# Base64 encoded private key and certificate for HTTPS termination. This is only +# required if you do not use an external reverse proxy. See documentation: +# https://wiki.generaloutline.com/share/1c922644-40d8-41fe-98f9-df2b67239d45 +SSL_KEY= +SSL_CERT= + # If using a Cloudfront/Cloudflare distribution or similar it can be set below. # This will cause paths to javascript, stylesheets, and images to be updated to # the hostname defined in CDN_URL. In your CDN configuration the origin server diff --git a/conf/app.src b/conf/app.src index eb5e573..f6186e5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/outline/outline/archive/refs/tags/v0.60.1.tar.gz -SOURCE_SUM=f47cb5ab67aff07382cd3470a94397855e12ff965732870af3665a0bc436c1c7 +SOURCE_URL=https://github.com/outline/outline/archive/refs/tags/v0.61.1.tar.gz +SOURCE_SUM=20231b9a1014efd144f09ff62e68dad8309fe0437fc56c4c4830461d083ceea1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/mc.src b/conf/mc.src deleted file mode 100644 index 8f12cdd..0000000 --- a/conf/mc.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2021-11-05T10-05-06Z -SOURCE_SUM=9f5ad72fd93678f9f756c6da34a8d4d1e61f7356a96ee327c652ad765975d2b2 -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT= -SOURCE_IN_SUBDIR=false -SOURCE_FILENAME=mc -SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 143b5e8..e8e1013 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "An open, extensible, wiki for your team built using React and Node.js.", "fr": "Un wiki open source et évolutif pour votre équipe, conçu avec React et Node.js" }, - "version": "0.60.1~ynh1", + "version": "0.61.1~ynh1", "url": "www.getoutline.com", "upstream": { "license": "BSL 1.1",