mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
First test
This commit is contained in:
parent
20076bbd50
commit
c63ad1d8e3
7 changed files with 15 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/outline/outline/archive/ebeb201a9f48e2c6b619a0d152e051946849aa10.zip
|
||||
SOURCE_SUM=7f7afaff1c12a197583871659f7d08355586a4727133e903a63fd5def1bfbcd2
|
||||
SOURCE_URL=https://github.com/outline/outline/archive/3212d37ca5e6e061d454e10779a2ab03838cb8f3.zip
|
||||
SOURCE_SUM=30feb816c69c5725508a8845feefb84a690fa46e88853aaa303460d9da0e998c
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
### Not totally free licence
|
||||
Outline is a softwared licenced under [BUSL 1.1 licence](https://spdx.org/licenses/BUSL-1.1.html).
|
||||
⚠️ That licence **is not totally free**. Please read it very carefully if you have any commercial use in mind.
|
||||
The Outline version shipped with this package (v0.72.1) will be released under Apache-2.0 licence [after August 18th 2027](https://github.com/outline/outline/blob/ebeb201a9f48e2c6b619a0d152e051946849aa10/LICENSE).
|
||||
The Outline version shipped with this package (v0.72.2) will be released under Apache-2.0 licence [after August 18th 2027](https://github.com/outline/outline/blob/ebeb201a9f48e2c6b619a0d152e051946849aa10/LICENSE).
|
||||
|
||||
### Known limitations
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Wiki and knowledge base for teams",
|
||||
"fr": "Wiki et base de connaissances pour les équipes"
|
||||
},
|
||||
"version": "0.72.1~ynh1",
|
||||
"version": "0.72.2~ynh1",
|
||||
"url": "www.getoutline.com",
|
||||
"upstream": {
|
||||
"license": "BUSL-1.1",
|
||||
|
|
|
@ -189,7 +189,7 @@ pushd "$final_path"
|
|||
ynh_script_progression --message="Fetching Yarn production dependencies... This can be very long, be patient !" --weight=18
|
||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install --frozen-lockfile --network-timeout 1000000000 2>&1
|
||||
ynh_script_progression --message="Building... This can be very long, be patient !" --weight=18
|
||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_OPTIONS="--max-old-space-size=3200" yarn build 2>&1
|
||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_OPTIONS="--max-old-space-size=3900" yarn build 2>&1
|
||||
ynh_script_progression --message="Cleaning cache... " --weight=3
|
||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean 2>&1
|
||||
popd
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
diff --git a/package.json b/package.json
|
||||
index fa43b3532..32a658cee 100644
|
||||
index b33348a07..24a4af6f2 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -157,6 +157,7 @@
|
||||
|
@ -22,11 +22,11 @@ index 000000000..ae7c40333
|
|||
+}
|
||||
diff --git a/plugins/req/server/.babelrc b/plugins/req/server/.babelrc
|
||||
new file mode 100644
|
||||
index 000000000..c87001bc4
|
||||
index 000000000..2bc0ef3ed
|
||||
--- /dev/null
|
||||
+++ b/plugins/req/server/.babelrc
|
||||
@@ -0,0 +1,3 @@
|
||||
+{
|
||||
+{
|
||||
+ "extends": "../../../server/.babelrc"
|
||||
+}
|
||||
diff --git a/plugins/req/server/auth/req.ts b/plugins/req/server/auth/req.ts
|
||||
|
@ -106,7 +106,7 @@ index 000000000..bc03fc6d3
|
|||
+
|
||||
+export default router;
|
||||
diff --git a/yarn.lock b/yarn.lock
|
||||
index 0413a0132..a35fe073c 100644
|
||||
index 2db13c657..2dbdf3907 100644
|
||||
--- a/yarn.lock
|
||||
+++ b/yarn.lock
|
||||
@@ -10340,6 +10340,14 @@ passport-oauth@1.0.x:
|
||||
|
|
|
@ -67,7 +67,7 @@ index f30b74449..406e1fcde 100644
|
|||
|
||||
interface Colors {
|
||||
diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts
|
||||
index 906d070d0..e246e36fb 100644
|
||||
index a1f818892..df3d469df 100644
|
||||
--- a/shared/editor/components/Styles.ts
|
||||
+++ b/shared/editor/components/Styles.ts
|
||||
@@ -865,6 +865,20 @@ h6 {
|
||||
|
|
|
@ -142,7 +142,7 @@ index f30b74449..406e1fcde 100644
|
|||
|
||||
interface Colors {
|
||||
diff --git a/package.json b/package.json
|
||||
index fa43b3532..32a658cee 100644
|
||||
index b33348a07..24a4af6f2 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -157,6 +157,7 @@
|
||||
|
@ -165,11 +165,11 @@ index 000000000..ae7c40333
|
|||
+}
|
||||
diff --git a/plugins/req/server/.babelrc b/plugins/req/server/.babelrc
|
||||
new file mode 100644
|
||||
index 000000000..c87001bc4
|
||||
index 000000000..2bc0ef3ed
|
||||
--- /dev/null
|
||||
+++ b/plugins/req/server/.babelrc
|
||||
@@ -0,0 +1,3 @@
|
||||
+{
|
||||
+{
|
||||
+ "extends": "../../../server/.babelrc"
|
||||
+}
|
||||
diff --git a/plugins/req/server/auth/req.ts b/plugins/req/server/auth/req.ts
|
||||
|
@ -262,7 +262,7 @@ index 4d4f6f09c..f457025d5 100644
|
|||
}
|
||||
|
||||
diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts
|
||||
index 906d070d0..e246e36fb 100644
|
||||
index a1f818892..df3d469df 100644
|
||||
--- a/shared/editor/components/Styles.ts
|
||||
+++ b/shared/editor/components/Styles.ts
|
||||
@@ -865,6 +865,20 @@ h6 {
|
||||
|
@ -345,7 +345,7 @@ index f76e9c6a2..05d78850a 100644
|
|||
scrollbarBackground: colors.black,
|
||||
scrollbarThumb: colors.lightBlack,
|
||||
diff --git a/yarn.lock b/yarn.lock
|
||||
index 0413a0132..a35fe073c 100644
|
||||
index 2db13c657..2dbdf3907 100644
|
||||
--- a/yarn.lock
|
||||
+++ b/yarn.lock
|
||||
@@ -10340,6 +10340,14 @@ passport-oauth@1.0.x:
|
||||
|
|
Loading…
Reference in a new issue