mirror of
https://github.com/YunoHost-Apps/linkstack_ynh.git
synced 2024-09-03 19:36:14 +02:00
commit
295aca0234
5 changed files with 8 additions and 4 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.0.4~ynh1
|
||||
**Shipped version:** 4.0.4~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.0.4~ynh1
|
||||
**Version incluse :** 4.0.4~ynh2
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
4
conf/extra_php-fpm.conf
Normal file
4
conf/extra_php-fpm.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
; Additional php.ini defines, specific to this pool of workers.
|
||||
|
||||
php_admin_value[upload_max_filesize] = 10M
|
||||
php_admin_value[post_max_size] = 10M
|
|
@ -8,7 +8,7 @@ location __PATH__/ {
|
|||
index index.php;
|
||||
|
||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
#client_max_body_size 50M;
|
||||
client_max_body_size 10M;
|
||||
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
|
|
|
@ -5,7 +5,7 @@ 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."
|
||||
|
||||
version = "4.0.4~ynh1"
|
||||
version = "4.0.4~ynh2"
|
||||
|
||||
maintainers = ["Tagada", "wyverine"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue