1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00
This commit is contained in:
ericgaspar 2021-06-08 13:28:39 +02:00
parent 937a4e12f1
commit 77cde1a3ba
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 18 additions and 3 deletions

View file

@ -150,6 +150,15 @@ module.exports = {
// This value is set to `2048` kilobytes by default.
prefetchMaxImageSize: 2048,
// ### prefetchMaxSearchSize
//
// This value sets the maximum request size made to find the Open Graph tags
// for link previews. For some sites like YouTube this can easily exceed 300
// kilobytes.
//
// This value is set to `50` kilobytes by default.
prefetchMaxSearchSize: 50,
// ### `fileUpload`
//
// Allow uploading files to the server hosting The Lounge.

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -8,6 +8,14 @@
},
"version": "4.2.0~ynh3",
"url": "https://thelounge.chat/",
"upstream": {
"license": "MIT",
"website": "https://thelounge.chat/",
"demo": "https://demo.thelounge.chat/",
"admindoc": "https://thelounge.chat/docs",
"userdoc": "https://yunohost.org/#/app_thelounge",
"code": "https://github.com/thelounge/thelounge"
},
"license": "MIT",
"maintainer": {
"name": "rafi59",
@ -19,7 +27,7 @@
"email": "beudbeud@beudibox.fr"
},
"requirements": {
"yunohost": ">= 4.1.7"
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [

View file

@ -135,7 +135,6 @@ popd
ynh_script_progression --message="Configuring a systemd service..."
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
ynh_replace_string --match_string="__NODE__" --replace_string="$nodejs_path" --target_file="../conf/systemd.service"
ynh_add_systemd_config

View file

@ -143,7 +143,6 @@ fi
ynh_script_progression --message="Upgrading systemd configuration..."
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
ynh_replace_string --match_string="__NODE__" --replace_string="$nodejs_path" --target_file="../conf/systemd.service"
ynh_add_systemd_config