2
This commit is contained in:
parent
9eebb6eb40
commit
0bf80fb3cb
@ -4,12 +4,12 @@ packaging_format = 2
|
|||||||
|
|
||||||
id = "custom_nodejs"
|
id = "custom_nodejs"
|
||||||
name = "Custom Node.js"
|
name = "Custom Node.js"
|
||||||
description.en = "Open source powerful wiki app built on Node.js, Git and Markdown"
|
description.en = "Deploy a Node.js application (backend/ssr frontend) in Yunohost using a git repo uri"
|
||||||
description.fr = "Wiki open source propulsé par Node.js, Git et Markdown"
|
description.fr = "Wiki open source propulsé par Node.js, Git et Markdown"
|
||||||
|
|
||||||
version = "2.5.303~ynh1"
|
version = "2.5.303~ynh1"
|
||||||
|
|
||||||
maintainers = ["yalh76"]
|
maintainers = ["yeraycat"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
@ -40,27 +40,13 @@ ram.runtime = "50M"
|
|||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
|
||||||
url = "https://github.com/requarks/wiki/releases/download/v2.5.303/wiki-js.tar.gz"
|
|
||||||
sha256 = "269bf80fe95d18fbc9cfef1cc0d86b982f888b9746d143930b924858fc14cef9"
|
|
||||||
|
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset = "wiki-js.tar.gz"
|
autoupdate.asset = "wiki-js.tar.gz"
|
||||||
|
|
||||||
[resources.ports]
|
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
|
||||||
|
|
||||||
[resources.permissions]
|
|
||||||
main.url = "/"
|
|
||||||
main.auth_header = false
|
|
||||||
|
|
||||||
[resources.apt]
|
|
||||||
packages = "postgresql"
|
|
||||||
|
|
||||||
[resources.database]
|
|
||||||
type = "postgresql"
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=16
|
nodejs_version=20
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user