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

133 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
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
7f32cd77c0 add --needs_exposed_ports "53" 2024-01-01 03:54:33 +01:00
OniriCorpe
57fb93edaa delete unneccessary yunohost firewall reload 2023-12-31 23:43:02 +01:00
OniriCorpe
56b9a133ac put opening/closing ports info messages in upgrade script too 2023-12-31 00:34:41 +01:00
OniriCorpe
00936aea85 debug prints no longer needed 2023-12-31 00:28:51 +01:00
OniriCorpe
558f6209e6 fix password in the config file 2023-12-30 23:58:33 +01:00
OniriCorpe
61e690a5ef am dumb lmao 2023-12-30 23:47:40 +01:00
OniriCorpe
0c040d97f7 neh 2023-12-30 23:47:08 +01:00
OniriCorpe
815c087270 put the config file at the start, before we use it 2023-12-30 23:28:09 +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
fd75e1c9e5 better phrasing 2023-12-28 06:53:47 +01:00
OniriCorpe
584d0ce893 trying to better handle ip processing at install 2023-12-28 06:43:36 +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
f4f916a8b2 new function: get_network_interface() 2023-12-28 05:54:28 +01:00
OniriCorpe
cd382bed1c better message 2023-12-28 05:17:39 +01:00
OniriCorpe
8f0906e85b fix 2023-12-28 04:24:40 +01:00
OniriCorpe
2e5a03320f Revert "rework process_ips()"
This reverts commit 1d5e520b73.
2023-12-28 01:09:39 +01:00
OniriCorpe
1a86052659 better test if 2023-12-28 01:05:04 +01:00
OniriCorpe
8dcf864621 fix if 2023-12-28 01:00:14 +01:00
OniriCorpe
1d5e520b73 rework process_ips() 2023-12-28 00:52:42 +01:00
OniriCorpe
a9e36a82ec debug 2023-12-28 00:43:30 +01:00
OniriCorpe
4b780131dc debug 2023-12-28 00:11:48 +01:00
OniriCorpe
490e207587 fix ip 2023-12-27 23:41:50 +01:00
OniriCorpe
b95d192aa6 mopved all the code to create a dnsmask config with the network interface to personal helpers 2023-12-27 22:30:57 +01:00
OniriCorpe
95f8a53d87 Better user information about ports opening / closing 2023-12-27 19:56:29 +01:00
OniriCorpe
ac6df8b708 better if 2023-12-27 19:50:05 +01:00
OniriCorpe
9e24b61637 refactor commands to get IPs 2023-12-27 19:40:24 +01:00
OniriCorpe
335b5d5645 add comment 2023-12-27 06:50:56 +01:00
OniriCorpe
a5f4285411 replace two 'for loops' in install & upgrade scripts by process_ips() 2023-12-27 06:49:32 +01:00
OniriCorpe
2c8322ce7c if the IP is public and the user doesn't want to expose port 53, skip it 2023-12-27 06:24:32 +01:00
OniriCorpe
e66c485156 fixes for port_adguard 2023-12-27 03:40:28 +01:00
OniriCorpe
f65fc16f3f hardcode port 53 (mandatory but conflicting with dnsmasq and the core) 2023-12-27 03:26:04 +01:00
OniriCorpe
55a11a7275 removed unnecessary relative path 2023-12-27 01:35:02 +01:00
OniriCorpe
9682d3bc41 typo 2023-12-27 00:31:05 +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
7bfab1e0b3 fix SC2086 2023-12-26 23:40:45 +01:00
OniriCorpe
d99bc8893d close DoH/DoQ ports if needed 2023-12-26 22:25:48 +01:00
OniriCorpe
9856061615 add dot and doq port at service addition 2023-12-26 17:49:51 +01:00
OniriCorpe
bf81f58546 user ressources in manifest to declare dot and doq ports 2023-12-26 17:23:28 +01:00
OniriCorpe
54aef3496a use ynh_find_port to attribute properly dot and doq ports 2023-12-26 16:57:05 +01:00
OniriCorpe
41f9785fba uncapitalize dot & doq vars 2023-12-26 16:47:09 +01:00
OniriCorpe
0aa41375cb am dumdum 2023-12-26 05:55:30 +01:00
OniriCorpe
e23e23a54b removal of unnecessary quotes 2023-12-26 05:50:15 +01:00
OniriCorpe
48e1d68203 fix args declaration 2023-12-26 05:44:56 +01:00
OniriCorpe
f91b08bdec enable DOH/DOQ using Let's Encrypt certs out of the box 2023-12-26 05:28:26 +01:00
Alexandre Aubin
060e11f7aa Remove old system user creation code 2023-12-03 00:12:08 +01:00