2023-08-26 11:21:42 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-01-30 19:10:14 +01:00
packaging_format = 2
2025-02-25 14:30:31 +01:00
id = "my_idlers"
name = "My Idlers"
description . en = "A self-hosted web app for displaying, organizing and storing information about your servers (VPS/Dedi), shared & reseller hosting, seedboxes, domains, DNS and misc services."
description . fr = "Une application Web auto-hébergée pour afficher, organiser et stocker des informations sur vos serveurs (VPS/Dedi), votre hébergement partagé et revendeur, vos seedboxes, vos domaines, vos DNS et divers services."
2023-01-30 19:10:14 +01:00
2025-02-25 14:30:31 +01:00
version = "3.0~ynh1"
2023-01-30 19:10:14 +01:00
2025-02-25 14:30:31 +01:00
maintainers = [ "wbk" ]
2023-01-30 19:10:14 +01:00
[ upstream ]
2025-02-25 14:30:31 +01:00
license = "MIT"
demo = "https://demo.myidlers.com/login"
userdoc = "https://lowendspirit.com/discussion/2449/my-idlers-self-hosted-web-app-for-your-servers-shared-hosting-and-domains-information/"
code = "https://github.com/cp6/my-idlers#install"
2023-01-30 19:10:14 +01:00
[ integration ]
2025-01-22 09:49:55 +01:00
yunohost = ">= 12.0.9"
2024-06-20 23:49:43 +02:00
helpers_version = "2.1"
2023-01-30 19:10:14 +01:00
architectures = "all"
multi_instance = true
2023-08-26 11:38:57 +02:00
# FIXME: replace with true, false, or "not_relevant".
# Not to confuse with the "sso" key: the "ldap" key corresponds to wether or not a user *can* login on the app using
# its YunoHost credentials.
2023-03-04 19:30:36 +01:00
ldap = "?"
2023-08-26 11:38:57 +02:00
# FIXME: replace with true, false, or "not_relevant".
# Not to confuse with the "ldap" key: the "sso" key corresponds to wether or not a user is *automatically logged-in*
# on the app when logged-in on the YunoHost portal.
2023-01-30 19:10:14 +01:00
sso = "?"
2023-08-26 11:38:57 +02:00
2023-02-07 10:09:33 +01:00
# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G...
2025-02-25 14:30:31 +01:00
disk = "100M"
ram . build = "150M"
ram . runtime = "100M"
2023-01-30 19:10:14 +01:00
[ install ]
[ install . domain ]
type = "domain"
[ install . path ]
type = "path"
2025-02-25 14:30:31 +01:00
default = "/idlers"
2023-01-30 19:10:14 +01:00
[ install . init_main_permission ]
type = "group"
default = "visitors"
2025-02-25 15:15:17 +01:00
# [install.admin]
# type = "user"
2023-01-30 19:10:14 +01:00
2025-02-25 15:15:17 +01:00
# [install.password]
# help.en = "Use the help field to add an information for the admin about this question."
# help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
# type = "password"
2023-01-30 19:10:14 +01:00
[ resources ]
# See the packaging documentation for the full set
# of explanation regarding the behavior and properties for each of those
2023-03-09 20:50:23 +01:00
[ resources . sources ]
2024-01-10 23:53:53 +01:00
[ resources . sources . main ]
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
# ynh_setup_source --dest_dir="$install_dir"
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
2025-02-25 14:30:31 +01:00
url = "https://github.com/cp6/my-idlers/archive/refs/tags/3.0.zip"
sha256 = "f92a6dc9c98ec1e3837939db571833d28e72b992f5a9611925e9d242fcb40f72"
2023-03-28 01:03:32 +02:00
2023-01-30 19:10:14 +01:00
[ resources . system_user ]
[ resources . install_dir ]
2025-02-25 14:30:31 +01:00
group = "www-data:r-x"
2023-01-30 19:10:14 +01:00
[ resources . permissions ]
# This will configure SSOwat permission for $domain/$path/
# The initial allowed group of user is configured via the init_main_permission question (public=visitors, private=all_users)
main . url = "/"
[ resources . ports ]
2023-03-09 20:50:23 +01:00
# This will pick a random port for reverse-proxying and store it as the $port setting
2023-01-30 19:10:14 +01:00
[ resources . apt ]
2025-02-25 15:08:59 +01:00
packages = "php8.3, php8.3-cli, php8.3-mbstring, php8.3-xml, php8.3-mysql, php8.3-intl, php8.3-pdo, php8.3-intl, composer, mariadb-server, mariadb-client"
2023-01-30 19:10:14 +01:00
[ resources . database ]
2023-03-07 22:26:31 +01:00
# This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd
2023-01-30 19:10:14 +01:00
type = "mysql"