Wifi With Me for YunoHost

ljf 23987891a7 [enh] Add exemple to setup wifiwithme 8 years ago
conf f00ca823e5 [fix] CNIL Number empty installation fail 8 years ago
scripts 234bc04947 [fix] Work around ynh bug random string too big 8 years ago
sources @ 36220b0aa2 f21f9b6790 [enh] Better logging config 8 years ago
.gitmodules d53dfcdbdb [enh] New version wifi-with-me 8 years ago
LICENSE 045f403425 [enh] Add an unlicense on this work 8 years ago
README.md 23987891a7 [enh] Add exemple to setup wifiwithme 8 years ago
manifest.json 23ef920e33 [fix] CNIL Link question is optional 8 years ago

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