Andrey Petelin
036808917d
refactor: rename 'iface' to 'source_network_interfaces'
2025-10-10 20:14:23 +03:00
Andrey Petelin
687334bf8d
refactor: rename config key 'mode' to 'connection_type'
2025-10-10 20:14:21 +03:00
Andrey Petelin
095b3c6fa9
chore: improve wording and capitalization of settings UI labels and descriptions
2025-10-10 20:14:19 +03:00
Andrey Petelin
ba69e3eacc
refactor: use list presence instead of *_enabled flags, simplify UI texts/placeholders, remove mixed inbound tag
2025-10-10 20:14:17 +03:00
Andrey Petelin
9be0eb3e57
refactor: rename all_traffic_ip to fully_routed_ips, remove all_traffic_from_ip_enabled flag, update handlers
2025-10-10 20:14:15 +03:00
Andrey Petelin
d3847db313
feat: Add mixed proxy per section with UI port option and sing-box integration
2025-10-10 20:14:13 +03:00
Andrey Petelin
ba91c180e8
refactor: switch UCI lookups from 'main' to 'settings', add routing_excluded_ips and relocate update_interval in UI
2025-10-10 20:14:10 +03:00
Andrey Petelin
8a80df9dc0
refactor: Pass 'section' to config_foreach so outbound handler iterates only the correct sections
2025-10-10 20:14:08 +03:00
Andrey Petelin
d2f0de39d9
refactor: remove legacy migration logic; make migration() a no-op
2025-10-10 20:14:05 +03:00
divocat
e662f25f53
fix: reorder options on settings tab
2025-10-10 20:14:00 +03:00
divocat
3042a86412
feat: init diagnostic tab
2025-10-10 20:13:56 +03:00
divocat
9f1505db48
fix: reorder options on settings tab
2025-10-10 20:13:53 +03:00
divocat
34404f6e40
feat: reorder section & settings tabs
2025-10-10 20:13:49 +03:00
divocat
9e0135983f
fix: change yacd url for option
2025-10-10 20:13:45 +03:00
divocat
d176f24a7f
chore: change podkop config luci builder
2025-10-10 20:12:43 +03:00
itdoginfo
acd1ca1bcb
Update Readme
2025-10-10 15:35:25 +03:00
Kirill Sobakin
984ae5f2a9
Merge pull request #213 from itdoginfo/fix/diagnostic
...
fix: correct luci-version displaying
0.6.2
2025-10-10 14:46:59 +03:00
divocat
7a62898541
fix: correct luci-version displaying
2025-10-10 14:41:35 +03:00
itdoginfo
7911d1d29f
Draft false
2025-10-10 14:23:37 +03:00
Kirill Sobakin
bc673b7881
Merge pull request #212 from itdoginfo/fix/dashboard
...
fix: correct vless/trojan validation on some browsers
2025-10-10 14:21:25 +03:00
divocat
0493565c5f
fix: implement query params parsing func
2025-10-10 14:06:19 +03:00
itdoginfo
4cd1094395
Check ipk without v
2025-10-09 19:53:37 +03:00
itdoginfo
e87b431d86
Check v*
2025-10-09 19:33:27 +03:00
itdoginfo
b9ee917abf
Fix PODKOP_VERSION for ipk
2025-10-09 19:20:35 +03:00
divocat
715a278af8
fix: force http for yacd enable link
2025-10-09 18:23:35 +03:00
divocat
9bc2b5ffef
fix: correct link validation & some points on dash
2025-10-09 18:23:35 +03:00
divocat
9d89258c0c
fix: correct vless/trojan validation on some browsers
2025-10-09 18:23:35 +03:00
itdoginfo
52d1c5d95f
Fix PKG_VERSION -> PODKOP_VERSION
2025-10-09 18:15:54 +03:00
itdoginfo
587e5245d3
Test without v*
2025-10-09 16:01:31 +03:00
itdoginfo
e7578d61bc
Rm v*
2025-10-09 15:34:23 +03:00
itdoginfo
9918b71a82
Fix version tag 3
2025-10-09 15:32:01 +03:00
itdoginfo
f48c4ff2bb
Fix version tag 2
2025-10-09 15:08:37 +03:00
itdoginfo
e77bcc386a
Fix version tag
2025-10-09 14:59:22 +03:00
itdoginfo
455c19ab2e
Fix #211
2025-10-09 14:40:45 +03:00
Kirill Sobakin
914e1792f3
Merge pull request #211 from SaltyMonkey/build-process-improvements
...
chore: Build process improvements
2025-10-09 11:13:59 +03:00
SaltyMonkey
826245a89a
fix: Minor changes and bugfixes, ci fix
2025-10-09 00:56:15 +03:00
SaltyMonkey
b5cfc017fe
chore: Automatic build process rewrite
...
* Added apk packages support
* Move to matrix builds
* Minor versions update for some actions just in case
* Automatic release with ipk/apk packages
2025-10-08 23:15:52 +03:00
SaltyMonkey
267fd2b793
refactor: Added .gitattributes for better dev life at win and linux
2025-10-08 22:26:16 +03:00
SaltyMonkey
c0b400dfb0
refactor: New docker files for build process
2025-10-08 22:25:06 +03:00
SaltyMonkey
752636347e
refactor: Remove old docker files
2025-10-08 22:20:33 +03:00
SaltyMonkey
28aeb29c51
refactor: Update luci-app-podkop package
...
* Removed direct package manager calls
* Removed commands related to optional luci package
* Update external global_check call with version pass
* Removed useless external calls in version check cases
* Improved build process support: version will be automatically set at installation time from package metadata and will be readable from JS as constant
2025-10-08 22:09:48 +03:00
SaltyMonkey
6ff543d7fb
refactor: Update podkop package
...
* Removed direct package manager calls
* Removed commands related to optional luci package
* Added optional parameter for global_check for cases when function called by LuCI package
* Removed useless external calls in version check cases
* Improved build process support: version will be automatically set at installation time from package metadata and will be readable from script itself
2025-10-08 21:57:46 +03:00
SaltyMonkey
b89fe33296
chore: Added apk package manager support for install script
2025-10-08 21:42:19 +03:00
Kirill Sobakin
3d63a82815
Merge pull request #209 from itdoginfo/fix/dashboard
...
fix: force http for clash api
2025-10-08 00:05:04 +03:00
divocat
934f802879
fix: force http for clash api
2025-10-08 00:02:41 +03:00
Kirill Sobakin
4d0755e4c0
Merge pull request #208 from itdoginfo/fix/dashboard
...
feat: change get latency class coloring
2025-10-07 23:48:29 +03:00
divocat
88ee7b4a54
feat: change get latency class coloring
2025-10-07 23:45:07 +03:00
Kirill Sobakin
0eb575d171
Merge pull request #207 from itdoginfo/fix/dashboard
...
fix: dashboard behavior on corner cases
2025-10-07 23:41:06 +03:00
divocat
9a46d731c9
fix: correct dashboard displaying
2025-10-07 23:33:57 +03:00
divocat
a45ab62885
fix: correct section display name for json outbound
2025-10-07 22:56:40 +03:00