mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update install
This commit is contained in:
parent
840cb0cd35
commit
6b2ee9fecf
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ mv "$final_path/config.example.js" "$final_path/config.js"
|
|||
# Set service port
|
||||
ynh_replace_string "httpPort: 3000" "httpPort: $port" "$final_path/config.js"
|
||||
# Tune CSP to allow for YunoHost tile
|
||||
ynh_replace_string "\"script-src 'self'\"" "\"script-src 'self' 'unsafe-eval'\"" "$final_path/config.js"
|
||||
#ynh_replace_string "\"script-src 'self'\"" "\"script-src 'self' 'unsafe-eval'\"" "$final_path/config.js"
|
||||
# Remove donate button
|
||||
ynh_replace_string "removeDonateButton: false" "removeDonateButton: true" "$final_path/config.js"
|
||||
# Disable analytics unsolicited communications
|
||||
|
|
Loading…
Add table
Reference in a new issue