1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pytition_ynh.git synced 2024-09-03 20:16:08 +02:00
Self-hosted privacy-friendly online petitions
Find a file
Yann Sionneau ebdf87c819 Fix mediaroot permissions
This allows user to upload pictures in TinyMCE editors.
The newly created files and directories, under mediaroot/,
will allow read access to www-data (nginx) while still
being owned by __APP__:__APP__
2022-12-06 10:14:43 +01:00
.github set up the updater script 2022-11-26 18:02:46 +01:00
conf Upgrade to version 2.6 2022-11-26 18:03:18 +01:00
doc add a screenshot 2022-04-05 16:13:48 +02:00
scripts Fix mediaroot permissions 2022-12-06 10:14:43 +01:00
.gitignore [enh] Add a really simple gitignore 2016-04-26 15:26:27 +02:00
check_process Apply example_ynh 2022-11-26 18:02:46 +01:00
config_panel.toml.example Update config_panel.toml.example 2021-10-06 19:51:34 +02:00
LICENSE Fix package linter issues 2022-04-12 17:19:14 +02:00
manifest.json Upgrade to version 2.6 2022-11-26 18:03:18 +01:00
README.md Auto-update README 2022-11-26 17:03:25 +00:00
README_fr.md Auto-update README 2022-11-26 17:03:25 +00:00

Pytition for YunoHost

Integration level Working status Maintenance status
Install Pytition with YunoHost

Lire ce readme en français.

This package allows you to install Pytition quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Pytition is an application for privacy-friendly online petitions you can host on your own server.

Features

  • Host petitions without compromising the privacy of your signatories.
  • No tracking, ever: CSS, JS and all resources are self-hosted. Pytition does not use CDN.
  • Responsive UI: works well on phones/tablets/laptops/desktops.
  • Multi-lingual UI with i18n: English, French, Italian, Occitan, Spanish.
  • You can pre-visualize petitions before publishing them.
  • Easy to use: petition content is typed-in via TinyMCE editors (like WordPress).
  • You can export signatures in CSV format.

Shipped version: 2.6~ynh1

Demo: https://demo.pytition.org

Screenshots

Screenshot of Pytition

Disclaimers / important information

  • No Single-Sign-On and Yunohost LDAP support

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/pytition_ynh/tree/testing --debug
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