1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/terraforming-mars_ynh.git synced 2024-09-03 20:36:05 +02:00

various fixes

This commit is contained in:
Thomas 2023-10-29 15:18:44 +01:00 committed by GitHub
parent f4deeea638
commit f3724ca751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 9 deletions

View file

@ -19,7 +19,7 @@ code = "https://github.com/terraforming-mars/terraforming-mars"
[integration]
yunohost = ">= 11.2.4"
architectures = "all"
multi_instance = true
multi_instance = false
ldap = false
sso = false
@ -41,12 +41,6 @@ ram.runtime = "50M"
default = "visitors"
[resources]
[resources.sources]
#[resources.sources.main]
#url = "https://github.com/terraforming-mars/terraforming-mars/archive/686fa15abaa69dccfe4d8a9e91bf077978b7ae20.zip"
# sha256 = "5e29130fb680ba79b667ad2c41445b975993d45354b0e6ae294fe302214290a2"
# autoupdate.strategy = "latest_github_commit"
[resources.system_user]

View file

@ -39,7 +39,7 @@ ynh_npm install --global yarn
ynh_script_progression --message="Setting up source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full-repace=1
ynh_setup_source --dest_dir="$install_dir" --full-replace=1
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"