mirror of
https://github.com/YunoHost-Apps/excalidraw_ynh.git
synced 2024-09-03 18:36:04 +02:00
cleaning
This commit is contained in:
parent
4788938244
commit
49be6c8c62
3 changed files with 8 additions and 30 deletions
|
@ -1,21 +0,0 @@
|
||||||
;; Test complet
|
|
||||||
; Manifest
|
|
||||||
domain="domain.tld"
|
|
||||||
is_public=1
|
|
||||||
; Checks
|
|
||||||
pkg_linter=1
|
|
||||||
setup_sub_dir=0
|
|
||||||
setup_root=1
|
|
||||||
setup_nourl=0
|
|
||||||
setup_private=1
|
|
||||||
setup_public=1
|
|
||||||
upgrade=1
|
|
||||||
# 0.11.0~ynh1
|
|
||||||
upgrade=1 from_commit=21640211045ebf7590770518c4c4a6286085161a
|
|
||||||
backup_restore=1
|
|
||||||
multi_instance=1
|
|
||||||
port_already_use=0
|
|
||||||
change_url=1
|
|
||||||
;;; Options
|
|
||||||
Email=
|
|
||||||
Notification=none
|
|
|
@ -1,7 +0,0 @@
|
||||||
SOURCE_URL=https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.14.2.tar.gz
|
|
||||||
SOURCE_SUM=cb692d49d87b7809bda40a99490b6937a30f0457dca2a4b994055e327129408a
|
|
||||||
SOURCE_SUM_PRG=sha256sum
|
|
||||||
SOURCE_FORMAT=tar.gz
|
|
||||||
SOURCE_IN_SUBDIR=true
|
|
||||||
SOURCE_FILENAME=
|
|
||||||
SOURCE_EXTRACT=true
|
|
|
@ -16,7 +16,7 @@ demo = "https://excalidraw.com"
|
||||||
code = "https://github.com/excalidraw/excalidraw"
|
code = "https://github.com/excalidraw/excalidraw"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.12"
|
yunohost = ">= 11.1.15"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -35,6 +35,13 @@ ram.runtime = "50M"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
||||||
|
[resources.sources]
|
||||||
|
|
||||||
|
[resources.sources.main]
|
||||||
|
url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.14.2.tar.gz"
|
||||||
|
sha256 = "cb692d49d87b7809bda40a99490b6937a30f0457dca2a4b994055e327129408a"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
@ -45,7 +52,6 @@ ram.runtime = "50M"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "apt-transport-https"
|
packages = "apt-transport-https"
|
||||||
|
|
||||||
# (this part is optional and corresponds to the legacy ynh_install_extra_app_dependencies helper)
|
|
||||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
extras.yarn.packages = "yarn"
|
extras.yarn.packages = "yarn"
|
||||||
|
|
Loading…
Reference in a new issue