1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linkstack_ynh.git synced 2024-09-03 19:36:14 +02:00
linkstack_ynh/README.md

52 lines
2.7 KiB
Markdown
Raw Normal View History

2023-05-06 14:23:47 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# LinkStack for YunoHost
2023-05-06 14:23:47 +02:00
[![Integration level](https://dash.yunohost.org/integration/linkstack.svg)](https://dash.yunohost.org/appci/app/linkstack) ![Working status](https://ci-apps.yunohost.org/ci/badges/linkstack.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/linkstack.maintain.svg)
[![Install LinkStack with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linkstack)
2023-05-06 14:23:47 +02:00
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install LinkStack quickly and simply on a YunoHost server.
2023-05-06 14:23:47 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
LinkStack is a unique platform that provides an efficient solution for managing and sharing links online. Our platform offers a website similar to Linktree, which allows users to overcome the limitation of only being able to add one link on social media platforms.
2023-05-06 14:23:47 +02:00
With LinkStack, users can easily link to their own custom page and provide their followers with access to all the links they need in one convenient location. What sets LinkStack apart from other link management platforms is its flexibility, which allows users to host their links on their own web server or web hosting provider. This provides users with complete control over their online presence and ensures that their links are easily accessible.
2023-05-06 14:23:47 +02:00
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.
2023-05-06 14:23:47 +02:00
**Shipped version:** 4.3.0~ynh1
2023-05-06 14:23:47 +02:00
## Screenshots
![Screenshot of LinkStack](./doc/screenshots/preview.png)
2023-05-06 14:23:47 +02:00
## Documentation and resources
* Official app website: <https://linkstack.org/>
* Official admin documentation: <https://docs.linkstack.org/>
* Upstream app code repository: <https://github.com/LinkStackOrg/LinkStack>
* Report a bug: <https://github.com/YunoHost-Apps/linkstack_ynh/issues>
2023-05-06 14:23:47 +02:00
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing).
2023-05-06 14:23:47 +02:00
To try the testing branch, please proceed like that.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug
2023-05-06 14:23:47 +02:00
or
sudo yunohost app upgrade linkstack -u https://github.com/YunoHost-Apps/linkstack_ynh/tree/testing --debug
2023-05-06 14:23:47 +02:00
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>