Commit Graph

1384 Commits

Author SHA1 Message Date
e9aa6bcb23 Rollback to version 1.11 2025-06-03 23:47:46 +03:30
dbe347c865 Merge pull request #186 from SeyedHashtag/original
hotfix: Correct address resolver and rule set names in singbox config
2025-06-03 23:09:23 +03:30
33eccb6601 Refactor: Clarify service UI update logic in settings 2025-06-03 20:06:49 +03:30
1b67f495fb Merge pull request #184 from ReturnFI/dependabot/pip/aiohttp-3.12.6
chore(deps): Bump aiohttp from 3.12.4 to 3.12.6
2025-06-03 10:30:40 +03:30
9f596f465c fix: Correct address resolver and rule set names in singbox configuration 2025-06-03 01:15:55 +03:30
63e95ac193 🔖 Version: 1.12.0 – OBFS Control, WARP Management & UI Polish 2025-06-03 00:07:08 +03:30
5499287474 Merge pull request #185 from ReturnFI/beta
OBFS & WARP management, UI improvements, and better normalsub config
2025-06-03 00:05:58 +03:30
61d7d83418 Update changelog 2025-06-03 00:04:23 +03:30
a96a416ed7 chore(deps): Bump aiohttp from 3.12.4 to 3.12.6
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 14:21:32 +00:00
bf191d19fc feat: Enhance UI/UX for settings page 2025-06-02 13:53:21 +03:30
3a13108181 feat: Add WARP management tab to settings page
Integrates WARP (install, uninstall, configure, status) functionality
into the web panel's settings page. Users can now manage WARP
directly from the UI.
2025-06-02 13:29:48 +03:30
5e61afe15c feat: Add OBFS management tab to settings page
- Added a new "OBFS" tab in `settings.html`.
- The tab displays the current OBFS status (active/inactive).
2025-06-02 00:38:53 +03:30
97ade9e4eb feat: Add OBFS status API endpoint 2025-06-02 00:19:25 +03:30
228e01f6e9 feat: Add --check flag to manage_obfs CLI command
Integrates the OBFS status check functionality into the main CLI.
Users can now use `cli.py manage_obfs --check` to see if OBFS is active.
2025-06-02 00:16:41 +03:30
3ddb981077 feat: Add OBFS status check functionality
Adds a new `--check` or `-c` option to `manage_obfs.py` to determine if OBFS is currently configured in `config.json`.
2025-06-02 00:14:55 +03:30
026500f20f Merge pull request #178 from SeyedHashtag/original
Improved Singbox Template Configuration
2025-05-31 19:09:26 +03:30
95b8c0870e sponsorship link added 2025-05-31 17:20:24 +03:30
1f18968b4f sponsership link added 2025-05-31 17:18:31 +03:30
36a2c988e1 cleanup: sponsorships link removed 2025-05-31 16:44:11 +03:30
0b9bd32ba7 cleanup: sponsorships link removed 2025-05-31 16:42:51 +03:30
5d2b8b2bf8 fix: update geosite URLs and tags in singbox.json for consistency 2025-05-30 23:34:26 +03:30
e7baa2b119 Merge pull request #173 from ReturnFI/dependabot/pip/pydantic-2.11.5
chore(deps): Bump pydantic from 2.11.4 to 2.11.5
2025-05-30 00:16:22 +03:30
6aef3158a2 chore(deps): Bump aiohttp from 3.11.18 to 3.12.4
chore(deps): Bump aiohttp from 3.11.18 to 3.12.4
2025-05-30 00:13:56 +03:30
e1e3e6338e Delete .vscode directory 2025-05-29 23:36:52 +03:30
1781ca446d feat: improve edit_subpath function with better error handling and efficient Caddy reload
- Add service status validation before editing subpath
- Use systemctl reload for Caddy config changes
- Add fallback to restart if reload fails
- Enhance user feedback with old/new subpath comparison
- Improve error handling and status verification
2025-05-29 23:21:56 +03:30
fa24168bc7 chore(deps): Bump aiohttp from 3.11.18 to 3.12.4
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-29 13:28:34 +00:00
ee90f8ec88 🔖 v1.11.0 Release 🚀 – Privacy Boost, WARP Improvements & Caddy Proxy Integration 2025-05-28 23:15:39 +03:30
3b2527b415 Merge pull request #180 from ReturnFI/beta
Privacy Boost, WARP Improvements & Caddy Proxy Integration
2025-05-28 23:14:39 +03:30
8b30b26e0c fix: correct server configuration in singbox.json 2025-05-28 23:09:36 +03:30
f2d67258a9 Add normalsub caddy service 2025-05-28 23:09:20 +03:30
6ce2a2552b Update changelog 2025-05-28 23:03:00 +03:30
5821c601ce feat: enhance WARP status display with colored indicators and improved UX 2025-05-28 22:56:29 +03:30
475d511345 feat(normalsub): use user password in subscription link path
Refactored normalsub.py to use the user's password as the identifier in the subscription URL path instead of the username, enhancing privacy by making user enumeration harder.
2025-05-27 20:59:37 +03:30
2168080843 feat: Refactor normalsub to use Caddy as reverse proxy 2025-05-27 16:20:02 +03:30
a532f7969f refactor: reorganize DNS configuration and enhance routing rules in singbox.json 2025-05-27 15:00:14 +03:30
699069adb6 fix: update DNS configuration and logging level in singbox.json 2025-05-26 22:43:02 +03:30
796c15e323 Update singbox.json
fix: Changed DNS-over-HTTPS (DoH) implementation to standard UDP DNS resolution to prevent potential service disruptions in regions where HTTPS DNS domains may be blocked or restricted.
2025-05-26 18:53:17 +03:30
b2cb712c08 feat: Adapt WARP API to handle JSON status output 2025-05-25 12:49:33 +03:30
1ee3fbd0fb feat: Modify WARP status script to output JSON 2025-05-25 12:47:39 +03:30
acddac247a 🔖 v1.10.1 Release 🚀 – add credential reset options, IP limiter API, UI cleanup, RAM fix 2025-05-24 20:43:32 +03:30
b0b1dedad7 Merge pull request #174 from ReturnFI/beta
Add credential reset options, IP limiter API, and RAM fix
2025-05-24 20:41:27 +03:30
d99eff0317 Update changelog 2025-05-24 20:40:32 +03:30
146e5ba18a chore(deps): Bump pydantic from 2.11.4 to 2.11.5
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.4 to 2.11.5.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.11.4...v2.11.5)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-23 13:31:00 +00:00
078714856b feat: add reset webpanel credentials option to menu 2025-05-23 13:09:29 +03:30
c7ed9b3aef feat: add reset webpanel admin credentials 2025-05-23 13:01:22 +03:30
b5af06708d feat: add API endpoint to fetch IP Limiter configuration 2025-05-23 12:16:58 +03:30
5d0a9a875e Update footer to remove shield icons 2025-05-23 11:47:26 +03:30
91ca3fb68a fix: align server_info.py RAM usage with free -m output 2025-05-23 10:34:49 +03:30
56566b244e Update README.md 2025-05-21 19:10:44 +03:30
7793a8ebc2 Update README-fa.md 2025-05-21 19:10:23 +03:30