1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pytition_ynh.git synced 2024-09-03 20:16:08 +02:00

Merge pull request #27 from YunoHost-Apps/testing

Testing
This commit is contained in:
OniriCorpe 2024-02-20 06:41:34 +01:00 committed by GitHub
commit 7175062d7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 8 deletions

View file

@ -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.
-->
@ -29,7 +29,7 @@ Pytition is an application for privacy-friendly online petitions you can host on
- You can export signatures in CSV format.
**Shipped version:** 2.8~ynh1
**Shipped version:** 2.8~ynh2
**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
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -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.
-->
@ -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.
**Version incluse :** 2.8~ynh1
**Version incluse :** 2.8~ynh2
**Démo :** https://demo.pytition.org

View file

@ -6,7 +6,7 @@ name = "Pytition"
description.en = "Host privacy-friendly online petitions"
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"]
@ -58,8 +58,9 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/pytition/Pytition/archive/refs/tags/v2.8.tar.gz"
sha256 = "4e27c80401114f9c7b79ce24668fc0a40b43023b38ebe9e76c120f652f498f41"
url = "https://github.com/pytition/Pytition/archive/refs/tags/v2.8.1.tar.gz"
sha256 = "ed408859aef3dd2646667b01980ee40e76b14cb683ff616389f156a12dc30927"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
@ -68,6 +69,10 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
admin.url = "/admin"
admin.show_tile = false
admin.allowed = "admins"
[resources.apt]
packages = "mariadb-server python3 virtualenv gettext libzip-dev libssl-dev default-libmysqlclient-dev uwsgi uwsgi-plugin-python3 python3-uwsgidecorators"