Commit Graph

1483 Commits

Author SHA1 Message Date
b0b9ff4618 Update README.md 2025-05-21 19:09:02 +03:30
7e36441334 Update README.md 2025-05-21 19:08:08 +03:30
aedd2e5b13 Update README-fa.md 2025-05-21 14:23:14 +03:30
bd38ae43b4 Update README.md 2025-05-21 14:21:54 +03:30
1ee53a1052 Update README-fa.md 2025-05-21 14:02:25 +03:30
2581de5840 Update README.md 2025-05-21 14:01:45 +03:30
6900bdf946 Merge pull request #172 from ReturnFI/dependabot/pip/multidict-6.4.4
chore(deps): Bump multidict from 6.4.3 to 6.4.4
2025-05-20 20:17:36 +03:30
33896da99d chore(deps): Bump multidict from 6.4.3 to 6.4.4
Bumps [multidict](https://github.com/aio-libs/multidict) from 6.4.3 to 6.4.4.
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/multidict/compare/v6.4.3...v6.4.4)

---
updated-dependencies:
- dependency-name: multidict
  dependency-version: 6.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-20 13:33:46 +00:00
6182bb9b5e Remove Debian 11 2025-05-20 09:19:58 +03:30
c956456a50 Remove Debian 11 2025-05-20 09:19:21 +03:30
8315689a30 Update README.md 2025-05-19 15:54:11 +03:30
4e2e3f29af Update README.md 2025-05-19 13:16:52 +03:30
9a282582de Update README.md 2025-05-18 12:58:11 +03:30
916cb0021f Update README-fa.md 2025-05-18 12:56:11 +03:30
26ed0a9850 Update README-fa.md 2025-05-18 12:55:29 +03:30
0f6df60b23 Update README.md 2025-05-18 12:53:37 +03:30
ca2baf8556 Update README.md 2025-05-18 12:52:34 +03:30
a9b01ef676 📦 v1.10.0 Release 🚀 – Configurable NormalSub & UI Upgrades 2025-05-18 12:27:15 +03:30
9bd7491703 Merge pull request #170 from ReturnFI/beta
Configurable NormalSub
2025-05-18 12:25:56 +03:30
2a2e4bcf26 Update changelog 2025-05-18 12:20:19 +03:30
e3c70a5c33 Update README-fa.md 2025-05-18 12:16:22 +03:30
e252f7b8f4 docs(readme): add sponsorship section with referral link 2025-05-18 12:10:30 +03:30
ec6610571d feat: Add NormalSub subpath configuration to settings UI
Adds a 'Configure' tab to the Normal Subscriptions section in Settings.
This tab allows users to view and edit the subpath for the NormalSub service.

- Modified settings.html:
  - Added new tab link and pane for NormalSub subpath configuration.
  - Tab is only visible and accessible if NormalSub service is active.
- Extended JavaScript:
  - `sendRequest` function now accepts an optional `postSuccessCallback`.
  - Added `isValidSubPath` for client-side validation.
  - `updateServiceUI` now manages visibility of the 'Configure' tab and fetches current subpath.
  - Implemented `fetchNormalSubPath` to get subpath via API.
  - Implemented `editNormalSubPath` to save subpath via API.
  - Integrated new input into `validateForm` and added real-time validation.
- Updated `updateDecoyStatusUI` and its calls from `setupDecoy`/`stopDecoy` to use the new `postSuccessCallback` pattern for consistency.
- Standardized form IDs (e.g., `telegram_form`, `port_form`) for better targeting in `validateForm` and `updateServiceUI`.
2025-05-18 11:25:29 +03:30
3cb8022c7c feat: Add API endpoint to get current NormalSub subpath
- Created `GetSubPathResponse` Pydantic schema for the API response.
- Added a new GET endpoint `/api/v1/config/normalsub/subpath` to fetch
  the current NormalSub subpath using `cli_api.get_normalsub_subpath()`.
- Returns the subpath or null if not found/set.
2025-05-17 23:55:01 +03:30
eaef80b80e feat: Add function to cli_api to get current NormalSub subpath 2025-05-17 23:54:32 +03:30
d86087cf74 feat: Add API endpoint to edit NormalSub subpath
This commit introduces a new PUT endpoint `/api/v1/config/normalsub/edit_subpath`
to allow modification of the NormalSub service's subpath.

- Added `EditSubPathInputBody` Pydantic model for request validation.
- Implemented the API endpoint in `normalsub.py` router, calling the
  corresponding `cli_api.edit_normalsub_subpath` function.
- Includes error handling for validation and general exceptions.
2025-05-17 23:27:17 +03:30
edcc4e32e2 feat: Add CLI command to edit NormalSub subpath
- Added `edit_normalsub_subpath` function to `cli_api.py` to
  interact with the `normalsub.sh edit_subpath` command, including
  input validation for the new subpath.
- Updated the `normal-sub` command in `cli.py`:
  - Added 'edit_subpath' as a valid action.
  - Introduced a '--subpath' option for specifying the new path.
  - Modified the command logic to call the new API function when
    the 'edit_subpath' action is selected.
2025-05-17 23:24:43 +03:30
6c5486eafc feat: Add function to edit Normalsub subpath
This commit introduces a new 'edit_subpath' command to the
normalsub.sh script. This allows users to change the SUBPATH
variable in the .env file and automatically restarts the
hysteria-normal-sub service to apply the changes.
2025-05-17 23:20:04 +03:30
ad8faae3aa Update README.md 2025-05-17 13:14:10 +03:30
af198c5b71 Update README-fa.md 2025-05-16 22:36:52 +03:30
a6e80d2c28 Update README.md 2025-05-16 22:36:21 +03:30
c66ea43c7d fix: correct systemd service target for hysteria-ip-limit 2025-05-16 22:09:59 +03:30
d4f86dd30a 📦 v1.9.3 Release 🚀 – Reliable Scheduling & Smarter Scripts 2025-05-16 13:33:20 +03:30
dfe6bc0675 Update changelog 2025-05-16 13:28:00 +03:30
475776b16a Merge pull request #169 from ReturnFI/beta
Reliable Scheduling & Smarter Scripts
2025-05-16 13:25:07 +03:30
ceeea306fc Update changelog 2025-05-16 13:22:56 +03:30
1084b89183 Clone main 2025-05-16 13:08:34 +03:30
c42bf83b34 Update changelog 2025-05-16 13:07:15 +03:30
8de1bedb34 Remove wait 2025-05-16 12:28:23 +03:30
94842aa2dc wait process 2025-05-16 12:26:04 +03:30
3680117f24 revert changes 2025-05-16 12:19:20 +03:30
b759f98620 Refactor hysteria scheduler setup: consolidate functions and add automatic execution 2025-05-16 12:10:00 +03:30
8c43375519 Fix(upgrade): Improve scheduler setup 2025-05-16 11:54:45 +03:30
9926021ed4 fix scheduler 2025-05-16 11:43:33 +03:30
fe7fa3cd2d Add service verification to confirm successful installation 2025-05-16 11:42:22 +03:30
2e35c62c48 Fix scheduler service installation to ensure stable upgrade process 2025-05-16 11:36:47 +03:30
1a257fe027 less sleep better life :) 2025-05-16 00:44:44 +03:30
37aafa8c61 refactor: enhance upgrade script with backup, color UI, service checks, and error handling 2025-05-16 00:42:02 +03:30
cfd29c458d Add service status for scheduler
Add a default user
2025-05-15 23:50:09 +03:30
ec81500e85 typo 2025-05-15 23:40:41 +03:30