-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nod32ms.conf): add link_method configuration for file linking
refactor(Config.class.php): update link method detection logic to support new link_method config feat(Mirror.class.php): implement multiple link methods based on config feat(langpacks): add messages for symbolic link creation in English and Russian language packs The changes introduce a new configuration option for specifying the method of linking files, update the logic for detecting the link method, and add support for creating both hard and symbolic links based on the new configuration. Additionally, language pack entries are updated to reflect the new functionality for symbolic links. This allows for more flexibility and better OS compatibility when setting up file links in the application. #### Commit Message for src/server.ts: fix(server.ts): change port variable case from lowercase port to uppercase PORT to improve semantics #### Commit Message for worker/core/langpacks/ukr.lng: feat(worker/core/langpacks/ukr.lng): add support for symbolic links #### Commit Message for worker/entrypoint.sh: fix(worker/entrypoint.sh): change watch command option from -n to -tn to fix compatibility issue Please note that the commit messages provided above are based on the changes observed in the `git diff --staged` output you provided. These messages follow the conventional commit convention, which includes a concise description of the changes made and the reason behind them.
- Loading branch information
Showing
7 changed files
with
78 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters