1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
Commit graph

35 commits

Author SHA1 Message Date
OniriCorpe
c569b80b4a add a new password tool in the config panel 2024-01-03 22:41:43 +01:00
OniriCorpe
10e581cb6e fix 2024-01-01 04:24:37 +01:00
OniriCorpe
b994dd48d1 rework port 53 expose 2024-01-01 04:23:16 +01:00
OniriCorpe
06737daaa3 declare needs_exposed_ports according to real user need 2024-01-01 04:09:11 +01:00
OniriCorpe
4ba2351269 declare needs_exposed_ports according to real user need 2024-01-01 04:06:53 +01:00
OniriCorpe
a3c8958f16 fix ynh_write_var_in_file 2024-01-01 00:39:15 +01:00
OniriCorpe
90c6a6ce66 fix ynh_write_var_in_file 2024-01-01 00:18:23 +01:00
OniriCorpe
57fb93edaa delete unneccessary yunohost firewall reload 2023-12-31 23:43:02 +01:00
OniriCorpe
6b190a3a94 save the new setting in the AGH config file 2023-12-31 23:33:02 +01:00
OniriCorpe
b38a6a44e6 correctly assign vars 2023-12-31 23:24:59 +01:00
OniriCorpe
888ca46db8 fix unbound variables 2023-12-31 23:17:30 +01:00
OniriCorpe
7c858689ed delete --debug 2023-12-31 22:47:36 +01:00
OniriCorpe
98f1689437 add the missing --app to ynh_app_setting_set 2023-12-31 22:39:46 +01:00
OniriCorpe
bdbd7b7596 debug 2023-12-31 22:04:19 +01:00
OniriCorpe
39c1bc9387 no i don't need to, i'm tired x) 2023-12-31 04:49:28 +01:00
OniriCorpe
1828efa426 update the AGH config when enabling or disabling DoH 2023-12-31 04:48:18 +01:00
OniriCorpe
29cd1df5c3 add 2 ynh_print_info 2023-12-31 00:45:36 +01:00
OniriCorpe
68cfa98d49 use the same IP config updating in mechanism for all scripts 2023-12-30 23:07:52 +01:00
OniriCorpe
4c6de3701c fix ipv4 getting 2023-12-28 07:03:57 +01:00
OniriCorpe
952f48f41a edit the 'ip' commands because we need the IP without route too (they may be private IPs) 2023-12-28 06:16:48 +01:00
OniriCorpe
aeab6379ab rename "update_config()" into more explicit "update_agh_config()" 2023-12-27 22:51:09 +01:00
OniriCorpe
95f8a53d87 Better user information about ports opening / closing 2023-12-27 19:56:29 +01:00
OniriCorpe
9e24b61637 refactor commands to get IPs 2023-12-27 19:40:24 +01:00
OniriCorpe
d7bfbddc2f moving the python script to a function in personal helpers 2023-12-27 07:18:17 +01:00
OniriCorpe
9bb37f2f35 process IPs and regen conf when set__open_port_53() 2023-12-27 06:54:34 +01:00
OniriCorpe
f65fc16f3f hardcode port 53 (mandatory but conflicting with dnsmasq and the core) 2023-12-27 03:26:04 +01:00
OniriCorpe
587cdce928 quoting 2023-12-27 00:20:42 +01:00
OniriCorpe
4e867eab91 fix 2023-12-27 00:20:29 +01:00
OniriCorpe
9175bcc07b Merge branch 'DoT' of https://github.com/YunoHost-Apps/adguardhome_ynh into DoT 2023-12-27 00:18:19 +01:00
OniriCorpe
e8f7f50369 exposing port 53 on the Internet should be a deliberate choice, see #135 2023-12-27 00:17:16 +01:00
OniriCorpe
74d16e44d3
Update scripts/config
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2023-12-27 00:08:17 +01:00
OniriCorpe
0c0266156c
Update scripts/config
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2023-12-27 00:08:06 +01:00
OniriCorpe
f198af5425 use a custom setter in place of ynh_app_config_apply 2023-12-26 23:35:34 +01:00
OniriCorpe
acd0d6f4a8 fix TCP/UDP opening/closing 2023-12-26 22:21:33 +01:00
OniriCorpe
c9c017af09 open or close DoH/DoQ ports according to the selected choice in the config panel 2023-12-26 22:17:18 +01:00