mirror of
https://github.com/YunoHost-Apps/pytition_ynh.git
synced 2024-09-03 20:16:08 +02:00
commit
7175062d7e
3 changed files with 13 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Pytition is an application for privacy-friendly online petitions you can host on
|
||||||
- You can export signatures in CSV format.
|
- You can export signatures in CSV format.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.8~ynh1
|
**Shipped version:** 2.8~ynh2
|
||||||
|
|
||||||
**Demo:** https://demo.pytition.org
|
**Demo:** https://demo.pytition.org
|
||||||
|
|
||||||
|
@ -57,4 +57,4 @@ or
|
||||||
sudo yunohost app upgrade pytition -u https://github.com/YunoHost-Apps/pytition_ynh/tree/testing --debug
|
sudo yunohost app upgrade pytition -u https://github.com/YunoHost-Apps/pytition_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Pytition permet d'héberger des pétitions respectueuses de la vie privée sur v
|
||||||
- Vous pouvez exporter les signatures via CSV.
|
- Vous pouvez exporter les signatures via CSV.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.8~ynh1
|
**Version incluse :** 2.8~ynh2
|
||||||
|
|
||||||
**Démo :** https://demo.pytition.org
|
**Démo :** https://demo.pytition.org
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ name = "Pytition"
|
||||||
description.en = "Host privacy-friendly online petitions"
|
description.en = "Host privacy-friendly online petitions"
|
||||||
description.fr = "Hébergez des pétitions en ligne respectueuses de la vie privée"
|
description.fr = "Hébergez des pétitions en ligne respectueuses de la vie privée"
|
||||||
|
|
||||||
version = "2.8~ynh1"
|
version = "2.8~ynh2"
|
||||||
|
|
||||||
maintainers = ["Salamandar"]
|
maintainers = ["Salamandar"]
|
||||||
|
|
||||||
|
@ -58,8 +58,9 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/pytition/Pytition/archive/refs/tags/v2.8.tar.gz"
|
url = "https://github.com/pytition/Pytition/archive/refs/tags/v2.8.1.tar.gz"
|
||||||
sha256 = "4e27c80401114f9c7b79ce24668fc0a40b43023b38ebe9e76c120f652f498f41"
|
sha256 = "ed408859aef3dd2646667b01980ee40e76b14cb683ff616389f156a12dc30927"
|
||||||
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
@ -68,6 +69,10 @@ ram.runtime = "50M"
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
|
admin.url = "/admin"
|
||||||
|
admin.show_tile = false
|
||||||
|
admin.allowed = "admins"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "mariadb-server python3 virtualenv gettext libzip-dev libssl-dev default-libmysqlclient-dev uwsgi uwsgi-plugin-python3 python3-uwsgidecorators"
|
packages = "mariadb-server python3 virtualenv gettext libzip-dev libssl-dev default-libmysqlclient-dev uwsgi uwsgi-plugin-python3 python3-uwsgidecorators"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue