1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00
Commit graph

145 commits

Author SHA1 Message Date
Alexandre Aubin
2d38e95ea3 Disable the classic hostapd service because we're using hostapd@$app instead, otherwise it'll flood logs x_x 2023-12-31 17:34:29 +01:00
Alexandre Aubin
366beb69b3 wifi_passphrase must be saved explicitly 2023-11-27 23:10:12 +01:00
Alexandre Aubin
ddb9324084 Yolo packaging v2 2023-10-06 18:36:24 +02:00
Alexandre Aubin
1d9844f997 Use 'yunohost service start' instead of 'ynh_systemd_action' such that yunohost properly gives the lock to the 'yunohost tools regen-conf' inside the service 2023-10-05 20:34:32 +02:00
Alexandre Aubin
b80ee8b347 Cleanup the whole stuff with .tpl file ... we don't need to copy them to intermediate locations, nor to backup/restore them... 2023-10-05 19:00:56 +02:00
Alexandre Aubin
3a72871641 follow-up of previous commit : we probably need yunohost's lock to be able to trigger the regenconf from inside the service script 2023-10-05 18:49:41 +02:00
Alexandre Aubin
f40082a94c yolo: we shouldn't need to add an app-specific conf for dnsmasq only to add 'interface=wlanX', it's already handled by the core, we just need to regen-conf dnsmasq when we start/stop the hotspot ? 2023-10-05 18:45:03 +02:00
HgO
e3a4f9e34a remove duplicate config 2023-09-22 18:23:16 +02:00
HgO
2b60fee9f2 configure dnsmasq to enable dns resolver on wifi interface 2023-09-22 17:33:14 +02:00
HgO
5205776551 declare empty vars for ip6_net and ip6_dns 2023-09-18 10:48:18 +02:00
HgO
ac6cff8a93 init ip6_net and ip6_dns vars 2023-09-18 09:39:50 +02:00
Alexandre Aubin
3be5d12a97
Merge branch 'testing' into remove_multissid 2023-09-17 22:04:16 +02:00
Alexandre Aubin
c39e31a92c
Code review / add quotes around suspicious vars that may be empty 2023-09-17 21:57:39 +02:00
HgO
2f0dfecca5 don't guess ipv6 prefix from vpnclient app 2023-08-24 09:56:08 +02:00
HgO
20cd43340c Revert "fix firewall port warning"
This reverts commit ee04b0449b.
2023-08-23 15:46:15 +02:00
HgO
7803699e66 display unused wifi devices 2023-08-23 10:24:43 +02:00
HgO
ee04b0449b fix firewall port warning 2023-08-22 15:26:24 +02:00
HgO
69478cd6e2 create functions for configuring hostapd and dhcp 2023-08-22 14:51:13 +02:00
HgO
a4a99e70f6 fix config panel 2023-08-22 09:28:36 +02:00
HgO
5b2143d814 stupid bash syntax 2023-08-21 22:46:38 +02:00
HgO
baf3dac35f apply config during install and upgrade 2023-08-21 22:40:58 +02:00
HgO
9b6ba3ec5a fix config run 2023-08-21 22:16:26 +02:00
HgO
da0c4095a8 run config after install 2023-08-21 22:07:05 +02:00
HgO
ee19798159 fix exec permissions 2023-08-21 19:19:24 +02:00
HgO
35eb80ef4a remove .service prefix 2023-08-21 19:09:11 +02:00
HgO
538826b32e enable multi instance 2023-08-21 18:43:20 +02:00
HgO
d6b5dc62c5 custom systemd config for hostapd to handle multiple instances 2023-08-21 16:17:22 +02:00
HgO
40534c2ac4 prefill dns settings from nat and ipv6 prefix 2023-08-21 10:51:37 +02:00
HgO
5b4c94c042 convert multissid settings 2023-08-20 18:02:20 +02:00
HgO
c05667cdbb fix dns config 2023-08-20 16:20:20 +02:00
HgO
f02097b99e remove multissid 2023-08-20 15:22:11 +02:00
HgO
2d8b586794 remove openvpn coupling 2023-08-16 20:39:02 +02:00
ljf (zamentur)
e6f4cddbd9 [enh] Use instance resolver to let using local services 2021-11-27 01:04:15 +01:00
Alexandre Aubin
506fcc14c0 Propagate renaming for hostapd conf templates 2021-11-16 00:50:41 +01:00
Alexandre Aubin
97a1c737ea Unused vpnclient setting ... 2021-11-15 22:13:35 +01:00
Alexandre Aubin
e2d7a00861 Get rid of ip6_addr, compute it based on the ip6_net instead 2021-10-18 00:04:34 +02:00
Alexandre Aubin
4031ed4567 ip6_net/addr -> change 'none' to empty string for better config panel integration / optional management etc (none ain't a valid IPv6 address) 2021-10-17 22:09:07 +02:00
Alexandre Aubin
892fbf5693 Hide some boring warnings from systemctl about insserv etc 2021-10-17 21:36:39 +02:00
Alexandre Aubin
e391e0a645 Fix RPi install: unblock wlan interface 2021-10-17 21:24:51 +02:00
Alexandre Aubin
eb902efa8c Cleanup legacy stuff 2021-10-13 01:22:32 +02:00
ljf
e8370e5527 [fix] Adapt install/remove/backup/restore scripts 2021-09-20 19:47:24 +02:00
ljf
bb2f1b8b13 [fix] Config panel 2021-09-20 18:01:28 +02:00
ljf
e0fe74fbbe [wip] start config panel 2021-09-18 12:00:30 +02:00
Alexandre Aubin
7c1c6c8e15 Fix weird permission stuff 2021-06-07 18:32:16 +02:00
yalh76
c206729f62 Fix rights 2021-05-28 02:16:18 +02:00
yalh76
b611037523 Merge branch 'example' of https://github.com/yalh76/hotspot_ynh into example 2021-05-22 11:53:09 +02:00
yalh76
2534da618e Missing stuff 2021-05-22 11:53:07 +02:00
yalh76
b3a8cd07d7
Update scripts/install
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2021-05-22 11:43:59 +02:00
yalh76
165c82b77d Apply example_ynh 2021-05-15 20:52:43 +02:00
Alexandre Aubin
3823520830
Fix permissions in install 2021-05-13 16:17:34 +02:00