mirror of
https://github.com/YunoHost-Apps/linkstack_ynh.git
synced 2024-09-03 19:36:14 +02:00
commit
2bc061a1b3
6 changed files with 9 additions and 17 deletions
|
@ -23,7 +23,7 @@ With LinkStack, users can easily link to their own custom page and provide their
|
|||
Additionally, LinkStack allows other users to register and create their own links, making it an ideal solution for businesses and organizations looking to manage multiple links. With our user-friendly Admin Panel, managing and accessing other users' links is easy.
|
||||
|
||||
|
||||
**Shipped version:** 4.1.2~ynh2
|
||||
**Shipped version:** 4.2.6~ynh2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ Avec LinkStack les utilisateurices peuvent facilement redirriger vers leurs page
|
|||
De plus, LinkStack permet aux autres utilisateurs d'enregistrer et de créer leurs propres liens faisant ainsi de LinkStack pour les organisations cherchant à gérer de nombreux liens. Notre panneau d'administration facile d'accès, gérer liens d'autres utilisateurs est possible.
|
||||
|
||||
|
||||
**Version incluse :** 4.1.2~ynh2
|
||||
**Version incluse :** 4.2.6~ynh2
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
The app install dir is `__INSTALL_DIR__`
|
|
@ -1 +0,0 @@
|
|||
Le dossier d'install de l'app est `__INSTALL_DIR__`
|
|
@ -1,5 +0,0 @@
|
|||
The app url is `__DOMAIN____PATH__`
|
||||
|
||||
The app install dir is `__INSTALL_DIR__`
|
||||
|
||||
The app id is `__ID__`
|
|
@ -2,10 +2,10 @@ packaging_format = 2
|
|||
|
||||
id = "linkstack"
|
||||
name = "LinkStack"
|
||||
description.en = "A highly customizable link sharing platform with an intuitive, easy to use user interface."
|
||||
description.fr = "Une plateforme de partage de lien hautement personnalisable, avvec une interface simple à utiliser."
|
||||
description.en = "Highly customizable link sharing platform with an intuitive"
|
||||
description.fr = "Plateforme de partage de lien hautement personnalisable"
|
||||
|
||||
version = "4.1.2~ynh2"
|
||||
version = "4.2.6~ynh2"
|
||||
|
||||
maintainers = ["Tagada", "wyverine"]
|
||||
|
||||
|
@ -19,7 +19,7 @@ code = "https://github.com/LinkStackOrg/LinkStack"
|
|||
fund = "https://liberapay.com/LittleLink-Custom"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.14"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -32,7 +32,6 @@ ram.runtime = "50M"
|
|||
[install.domain]
|
||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||
type = "domain"
|
||||
full_domain = true
|
||||
|
||||
[install.init_main_permission]
|
||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||
|
@ -59,8 +58,8 @@ ram.runtime = "50M"
|
|||
# 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
|
||||
url = "https://github.com/LinkStackOrg/LinkStack/releases/download/v4.1.2/linkstack.zip"
|
||||
sha256 = "c14342356c3c6d3535b0ae82661681cd4d992e5ceb6e593f99a0dcbeaeaef427"
|
||||
url = "https://github.com/LinkStackOrg/LinkStack/releases/download/v4.2.6/linkstack.zip"
|
||||
sha256 = "9ed33b4ecfd9e212abc534cda192f13c81bc7d0d333894f679c81065d113859e"
|
||||
|
||||
# These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py
|
||||
# to auto-update the previous asset urls and sha256sum + manifest version
|
||||
|
@ -85,4 +84,4 @@ ram.runtime = "50M"
|
|||
[resources.apt]
|
||||
# This will automatically install/uninstall the following apt packages
|
||||
# and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed)
|
||||
packages = "php8.1-bcmath php8.1-curl php8.1-mbstring php8.1-xml php8.1-sqlite3"
|
||||
packages = "php8.1-bcmath php8.1-curl php8.1-imagick php8.1-mbstring php8.1-xml php8.1-sqlite3"
|
||||
|
|
Loading…
Reference in a new issue