mirror of
https://github.com/YunoHost-Apps/mineweb_ynh.git
synced 2024-09-03 19:45:54 +02:00
* Update check_process * Set badge to SVG * Set badge to SVG * Upgrade to 1.12.0 (#3) * Upgrade to 1.13.0 (#5) * Fix linter warnings * Update manifest.json * Cleaning up (#8) * Cleaning up * Update database.php * [autopatch] Update issue and PR templates (#10) * Testing (#9) * Fix linter warnings * [autopatch] Update issue and PR templates Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> * Fix (#11) * Fix * Update upgrade * 1.14.1 * Auto-update README * 1.14.3 * Auto-update README * 1.14.5 * Auto-update README * Update manifest.json * 1.14.9 (#15) * 1.14.9 * Update manifest.json * Auto-update README * 4.3 (#17) * 1.15.1 * Auto-update README * Bullseye (#20) * set relative path for --keep opt * Auto-update README * Fix * Update restore * Update restore Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.json * Auto-update README * Upgrade auto-updater (#22) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean <titus@pijean.ovh> * Version 2 (#23) * v2 * v2 * Auto-update README * fix * Update manifest.toml * Auto-update README * Update manifest.toml * Update backup --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Update restore * cleaning * Delete .DS_Store * Auto-update README * Update manifest.toml * cleaning * Update manifest.toml Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> * Update manifest.toml * Auto-update README --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: tituspijean <titus@pijean.ovh> Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
62 lines
1.5 KiB
TOML
62 lines
1.5 KiB
TOML
packaging_format = 2
|
||
|
||
id = "mineweb"
|
||
name = "MineWeb"
|
||
description.en = "Customizable and intuitive CMS"
|
||
description.fr = "CMS personnalisable et intuitif"
|
||
|
||
version = "1.15.2~ynh2"
|
||
|
||
maintainers = []
|
||
|
||
[upstream]
|
||
license = "AGPL-3.0-only"
|
||
website = "https://mineweb.org/"
|
||
admindoc = "https://docs.mineweb.org/"
|
||
code = "https://github.com/MineWeb/MineWebCMS/"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
|
||
ldap = false
|
||
|
||
sso = false
|
||
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/mineweb"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, MineWeb will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, MineWeb sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
url = "https://github.com/MineWeb/MineWebCMS/archive/v1.15.2.tar.gz"
|
||
sha256 = "5192522854a08c3aebb0af70f88fa4b63f50006736d24d37bbbcd1bb016b62fe"
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "mariadb-server, php8.2-zip, php8.2-gd, php8.2-curl"
|
||
|
||
[resources.database]
|
||
type = "mysql"
|