Wifi With Me for YunoHost

ljf 69108c4a29 [enh] Update wifi-with-me sources il y a 8 ans
conf f00ca823e5 [fix] CNIL Number empty installation fail il y a 8 ans
scripts 234bc04947 [fix] Work around ynh bug random string too big il y a 8 ans
sources @ 5b9fada5da 69108c4a29 [enh] Update wifi-with-me sources il y a 8 ans
.gitmodules d53dfcdbdb [enh] New version wifi-with-me il y a 8 ans
LICENSE 045f403425 [enh] Add an unlicense on this work il y a 8 ans
README.md 23987891a7 [enh] Add exemple to setup wifiwithme il y a 8 ans
manifest.json 23ef920e33 [fix] CNIL Link question is optional il y a 8 ans

README.md

wifiwithme_ynh

Wifi With Me for YunoHost

A form and a map to take a census of people who want create a radio network.

More information on https://code.ffdn.org/FFDN/wifi-with-me

Install

git clone --depth 1 --recursive https://code.ffdn.org/ljf/wifiwithme_ynh.git
yunohost app install ./wifiwithme_ynh -a "domain=ynh.arn-fai.net&path=/wifi&email=contact@exemple.tld&isp_name=ARN&isp_site=//arn-fai.net&url_contact=//arn-fai.net/contact&isp_zone=Alsace&latitude=48.5691&longitude=7.7621&zoom=12&cnil_number=&cnil_link=&admin=ljf"
cd /opt/wifi-with-me
source venv/bin/activate
venv/bin/python manage.py createsuperuser --username ljf --email contact@exemple.tld
deactivate