mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Fix
This commit is contained in:
parent
fb76a95446
commit
3d89521b90
2 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ db:
|
||||||
db: __DB_NAME__
|
db: __DB_NAME__
|
||||||
|
|
||||||
# Auth
|
# Auth
|
||||||
user: __DB_USER__
|
user: __DB_NAME__
|
||||||
pass: __DB_PWD__
|
pass: __DB_PWD__
|
||||||
|
|
||||||
# Whether disable Caching queries
|
# Whether disable Caching queries
|
||||||
|
@ -139,7 +139,7 @@ id: "aid"
|
||||||
# port: 514
|
# port: 514
|
||||||
|
|
||||||
# Proxy for HTTP/HTTPS
|
# Proxy for HTTP/HTTPS
|
||||||
#proxy: http://127.0.0.1:3128
|
proxy: http://127.0.0.1:__PORT__
|
||||||
|
|
||||||
#proxyBypassHosts: [
|
#proxyBypassHosts: [
|
||||||
# 'example.com',
|
# 'example.com',
|
||||||
|
|
|
@ -67,7 +67,7 @@ ynh_script_progression --message="Installing dependencies..."
|
||||||
|
|
||||||
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
|
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
|
||||||
|
|
||||||
ynh_install_app_dependencies $pkg_dependencies
|
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
|
||||||
|
|
||||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||||
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
|
ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue