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

81 lines
2.6 KiB
Markdown
Raw Normal View History

2020-01-12 16:13:50 +01:00
# PetitesAnnonces for YunoHost
2020-06-13 08:34:15 +02:00
[
![](https://dash.yunohost.org/integration/petitesannonces.svg)
![](https://ci-apps.yunohost.org/ci/badges/petitesannonces.status.svg)
![](https://ci-apps.yunohost.org/ci/badges/petitesannonces.maintain.svg)
2021-03-20 16:05:24 +01:00
](https://dash.yunohost.org/appci/app/petitesannonces)
2020-01-12 16:13:50 +01:00
[![Install petitesannonces with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=petitesannonces)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allow you to install PetitesAnnonces quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
## Overview
Make your own classified advertising website easily.
2020-06-13 08:54:59 +02:00
**Shipped version:** 0.1.0
2020-01-12 16:13:50 +01:00
## Screenshots
![demo](doc/demo.png)
<!--
## Demo
* [Official demo](Link to a demo site for this app)
2020-06-12 22:13:24 +02:00
-->
2020-01-12 16:13:50 +01:00
## Configuration
2020-06-12 21:19:45 +02:00
How to configure this app: From an admin panel, a plain file with SSH, or any other way.
2020-01-12 16:13:50 +01:00
## Documentation
2020-02-28 17:58:04 +01:00
* Official documentation: https://framagit.org/anto1ne/petitesannonces
2020-01-12 16:13:50 +01:00
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
2020-06-12 21:19:45 +02:00
#### Multi-user support
2020-01-12 16:13:50 +01:00
Are LDAP and HTTP auth supported? : No
Can the app be used by multiple users? : No
#### Supported architectures
2020-06-12 21:19:45 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/petitesannonces%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/petitesannonces/)
2020-01-12 16:13:50 +01:00
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/petitesannonces%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/petitesannonces/)
## Limitations
* Any known limitations : young application, still in developpment.
## Additional information
2020-06-12 21:19:45 +02:00
* Other info you would like to add about this app.
2020-01-12 16:13:50 +01:00
2020-06-12 21:19:45 +02:00
**More info on the documentation page:**
2020-01-12 16:13:50 +01:00
https://yunohost.org/packaging_apps
## Links
* Report a bug: https://github.com/YunoHost-Apps/petitesannonces_ynh/issues
2020-02-28 17:58:04 +01:00
* App website: https://framagit.org/anto1ne/petitesannonces
* Upstream app repository: https://framagit.org/anto1ne/petitesannonces
2020-01-12 16:13:50 +01:00
* YunoHost website: https://yunohost.org/
---
2021-03-20 16:05:24 +01:00
## Developer info
2020-01-12 16:13:50 +01:00
2020-06-12 21:19:45 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/petitesannonces_ynh/tree/testing).
2020-01-12 16:13:50 +01:00
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/petitesannonces_ynh/tree/testing --debug
or
sudo yunohost app upgrade petitesannonces -u https://github.com/YunoHost-Apps/petitesannonces_ynh/tree/testing --debug
```