mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
Apply suggestions from code review
This commit is contained in:
parent
d0d0704c9f
commit
4f3e55fcdd
2 changed files with 1 additions and 13 deletions
|
@ -16,7 +16,6 @@ license = "MIT"
|
||||||
website = "https://librephotos.com"
|
website = "https://librephotos.com"
|
||||||
demo = "<https://demo2.librephotos.com> (user: demo, password: demo1234)"
|
demo = "<https://demo2.librephotos.com> (user: demo, password: demo1234)"
|
||||||
admindoc = "https://docs.librephotos.com"
|
admindoc = "https://docs.librephotos.com"
|
||||||
userdoc = "https://github.com/LibrePhotos/librephotos"
|
|
||||||
code = "https://github.com/LibrePhotos/librephotos"
|
code = "https://github.com/LibrePhotos/librephotos"
|
||||||
fund = "https://www.paypal.com/donate/?hosted_button_id=5JWVM2UR4LM96"
|
fund = "https://www.paypal.com/donate/?hosted_button_id=5JWVM2UR4LM96"
|
||||||
|
|
||||||
|
@ -158,7 +157,7 @@ ram.runtime = "50M"
|
||||||
fi
|
fi
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[resources.apt.extras]]
|
[resources.apt.extras.yarn]
|
||||||
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
packages = "yarn"
|
packages = "yarn"
|
||||||
|
|
11
tests.toml
11
tests.toml
|
@ -8,17 +8,6 @@ test_format = 1.0
|
||||||
# Tests to run
|
# Tests to run
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
exclude = ["install.subdir", "install.multi"]
|
|
||||||
# The test IDs to be used in only/exclude statements are:
|
|
||||||
# * install.root
|
|
||||||
# * install.subdir
|
|
||||||
# * install.nourl
|
|
||||||
# * install.multi
|
|
||||||
# * backup_restore
|
|
||||||
# * upgrade
|
|
||||||
# * upgrade.someCommitId
|
|
||||||
# * change_url
|
|
||||||
# NB: you should NOT need this except if you really have a good reason...
|
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Default args to use for install
|
# Default args to use for install
|
||||||
|
|
Loading…
Add table
Reference in a new issue