mirror of
https://github.com/YunoHost-Apps/homarr_ynh.git
synced 2024-09-03 19:26:00 +02:00
commit
6c6179b382
3 changed files with 6 additions and 7 deletions
|
@ -29,7 +29,7 @@ It integrates with the services you use to display information on the homepage (
|
||||||
- Very light-weight and fast.
|
- Very light-weight and fast.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.13.2~ynh1
|
**Shipped version:** 0.13.4~ynh1
|
||||||
|
|
||||||
**Demo:** https://homarr.ajnart.fr/fr
|
**Demo:** https://homarr.ajnart.fr/fr
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ It integrates with the services you use to display information on the homepage (
|
||||||
- Very light-weight and fast.
|
- Very light-weight and fast.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.13.2~ynh1
|
**Version incluse :** 0.13.4~ynh1
|
||||||
|
|
||||||
**Démo :** https://homarr.ajnart.fr/fr
|
**Démo :** https://homarr.ajnart.fr/fr
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Homarr"
|
||||||
description.en = "Customizable browser's home page to interact with your homeserver's Docker containers"
|
description.en = "Customizable browser's home page to interact with your homeserver's Docker containers"
|
||||||
description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur"
|
description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur"
|
||||||
|
|
||||||
version = "0.13.2~ynh1"
|
version = "0.13.4~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ userdoc = "https://homarr.dev/docs/about"
|
||||||
code = "https://github.com/ajnart/homarr"
|
code = "https://github.com/ajnart/homarr"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -30,7 +30,6 @@ ram.runtime = "50M"
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
type = "group"
|
type = "group"
|
||||||
|
@ -38,8 +37,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.13.2.tar.gz"
|
url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.13.4.tar.gz"
|
||||||
sha256 = "cf2cb349ae309bc0fe7ea5326ed71e4c182fb3781d56d99595707a247988576f"
|
sha256 = "bddeecf22f40743ff7446bc8dc8427539788425671147029a33b088aaec5967b"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
Loading…
Add table
Reference in a new issue