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

78 commits

Author SHA1 Message Date
HgO
643d8eaf52 fix dhcp cleanup 2023-08-16 20:23:08 +02:00
Alexandre Aubin
1acbfc6c66 Fix check that hotspot1 is up in multissid context 2021-11-27 18:41:44 +01:00
ljf (zamentur)
f8f73fbe00
[fix] hotspot1 doesn't exist 2021-11-24 19:30:14 +01:00
ljf (zamentur)
bc5eb54331
[fix] Syntax error 2021-11-24 19:21:14 +01:00
Alexandre Aubin
19d25d4e8b Try to simplify code readability by merging set/unset ipv4/6 together 2021-11-16 00:46:09 +01:00
Alexandre Aubin
e19af5f6b9 Misc syntax 2021-11-16 00:29:00 +01:00
Alexandre Aubin
7d7eddf98a ! -z -> -n 2021-11-16 00:22:23 +01:00
Alexandre Aubin
7da1dc5461 Apply 'shfmt -bn -i 4 -w' on ynh-hotspot 2021-11-16 00:20:13 +01:00
Alexandre Aubin
3100538cbc Misc formatting, var naming etc 2021-11-16 00:16:13 +01:00
Alexandre Aubin
00fd220f15 Improve templating seds etc 2021-11-15 23:45:27 +01:00
Alexandre Aubin
97a1c737ea Unused vpnclient setting ... 2021-11-15 22:13:35 +01:00
Alexandre Aubin
38f61c775b ynh_setting_get: epic regex is unreadable and breaks syntax highlighting, let's copypasta the official helper... 2021-11-15 22:07:24 +01:00
Alexandre Aubin
3ad8d0fa69 jpp des tpl 2021-11-15 22:00:52 +01:00
Alexandre Aubin
017c6dec05
Improve hostapd debugging 2021-11-15 19:59:24 +01:00
Bapt Abl
b41ad50c5b
Support any subnet for default gateway 2021-11-11 18:22:25 +01:00
Bapt Abl
0a05dfb661
Better setting of new_internet_device 2021-11-10 02:32:21 +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
fdce1dd305 Fix DNS resolvers not being parsed properly 2021-10-18 00:04:14 +02:00
Alexandre Aubin
2ea83a9ce1 Cleanup unused/duplicated files 2021-10-17 22:24:24 +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
eb902efa8c Cleanup legacy stuff 2021-10-13 01:22:32 +02:00
ljf
bb2f1b8b13 [fix] Config panel 2021-09-20 18:01:28 +02:00
yalh76
c206729f62 Fix rights 2021-05-28 02:16:18 +02:00
Alexandre Aubin
12ff876d45
Fix locales_dir stuff in config.php 2021-03-30 16:06:18 +02:00
HugoPoi
1c156f2d26 refactor(config): config.php is handle by ynh_add_config 2021-03-27 12:22:28 +01:00
HugoPoi
bf890a9e27 refactor: remove old ynh_normalize_url_path
better description

remove ask for mandatory app install args

needs_exposed_ports 547 67 for service

add recommended User=root in service unit file
2021-03-20 20:19:09 +01:00
HugoPoi
63e4f87efd feat: support for non-free firmware on armbian
close #60
2021-03-16 20:19:00 +01:00
Alexandre Aubin
01c5115b20
Merge pull request #67 from labriqueinternet/no_device_defined
No device defined
2020-10-12 20:48:57 +02:00
Alexandre Aubin
b6ba430716 No need to go further if no wifi device defined 2020-09-24 00:07:43 +02:00
Alexandre Aubin
d3eb54ad46 No need to savagely restart php-fpm ... this dates back from the era were hotspot was run using admin 2020-09-24 00:04:31 +02:00
Alexandre Aubin
79f1e5a2a1 Fix regression about lock issues by removing the need to call yunohost commands from inside the service script 2020-07-07 17:06:58 +02:00
yalh76
344ba7b541 Apply example_ynh 2020-06-15 23:04:19 +02:00
keoma
5c604193e0 adding iw full path 2019-04-07 23:47:20 +02:00
Alexandre Aubin
b858a19517
Merge branch 'master' into update-scripts-to-the-new-standard 2019-03-21 02:18:37 +01:00
Alexandre Aubin
2c87738877
Fix ifs related to ynh_service_enabled 2019-03-13 13:27:34 +01:00
Kayou
3b9b327f6a
the file is ynh-hotspot not hotspot 2019-02-26 01:10:40 +01:00
Kayou
35313a1242
changing file name 2019-02-23 01:01:32 +01:00
Kayou
6ed5b79d45
Complete refactor of the install script 2019-02-23 00:46:33 +01:00
keoma
5de8193998 create a dedicated system user with sudo permissions 2019-02-12 08:40:20 +01:00
keoma
e52b30cff8 #42 using systemctl to get service status 2019-02-11 20:28:18 +01:00
Julien Vaubourg
852d331df3 Add xlock waiting to iptables commands 2016-05-07 23:30:38 +02:00
Julien VAUBOURG
3ed39d684b Fix error when there is no internet interface available (close #8) 2015-07-25 00:05:00 +02:00
Julien VAUBOURG
8c92752728 Add IPv6 firewalls (close #12) 2015-07-24 23:48:24 +02:00
Julien VAUBOURG
8411d9164b Replace 'yunohost app setting' by a good old grep for more speed (close #10) 2015-07-24 20:56:19 +02:00
Sebastien Badia
12f7fd9d1d doc: Fix Contribute link (update namespace) 2015-07-22 23:54:56 +02:00
Julien VAUBOURG
e15fb76389 Ready for Jessie (+ some improvements) 2015-05-25 02:23:28 +02:00
Sebastien Badia
78b5bb43f4 systemd: migrate the SySv init script to a simple bash script 2015-05-12 09:30:55 +02:00
Sebastien Badia
e56cc50d6c systemd: Add a service unit for ynh-hotspot
note: require start and stop are a space separated list
2015-05-12 09:17:59 +02:00
Sebastien Badia
428e5d789f systemd: Convert services (SySv init) to systemctl (systemd) commands 2015-05-12 09:16:53 +02:00
Julien VAUBOURG
8c710a4be0 Fix bug with dhcpdv6 2015-05-08 01:08:32 +02:00