mirror of
https://github.com/YunoHost-Apps/slingcode_ynh.git
synced 2024-09-03 20:25:55 +02:00
211dcec545
* Update README.md * Cleaning up * Update manifest.json * Update change_url * Update manifest.json * [autopatch] Update issue and PR templates (#7) Co-authored-by: Yunohost-Bot <> * Fix * [autopatch] Update issue and PR templates (#8) Co-authored-by: Yunohost-Bot <> * Fix (#9) * Cleaning up * Update manifest.json * Auto-update README * Update manifest.json * 4.3 * Update restore * Fix * Auto-update README * Delete .DS_Store * Version 2 (#12) * v2 * Auto-update README * v2 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
47 lines
930 B
TOML
47 lines
930 B
TOML
packaging_format = 2
|
|
|
|
id = "slingcode"
|
|
name = "Slingcode"
|
|
description.en = "Browser based code editor in a single HTML file"
|
|
description.fr = "Éditeur de code en ligne contenu dans un seul fichier HTML"
|
|
|
|
version = "0.2.2~ynh5"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://slingcode.net/"
|
|
demo = "https://slingcode.net/slingcode.html"
|
|
userdoc = "https://slingcode.net/screencasts.html"
|
|
code = "https://github.com/chr15m/slingcode"
|
|
|
|
[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 = "/slingcode"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|