-
-
Notifications
You must be signed in to change notification settings - Fork 68
Dev #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Balbuto
wants to merge
43
commits into
eGamesAPI:dev
Choose a base branch
from
Balbuto:dev
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev #140
+1,252
−1,925
Conversation
This file contains hidden or 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
Update v2.3.0
Snyk has created this PR to upgrade starlight-kbd from 0.2.1 to 0.3.0. See this package in npm: starlight-kbd See this project in Snyk: https://app.snyk.io/org/prettyleaf/project/fe7f39d3-78d0-4c1b-b7d9-19b8058933e5?utm_source=github&utm_medium=referral&page=upgrade-pr
…e8e6e2f14bc8e645c02bbe35 [Snyk] Upgrade starlight-kbd from 0.2.1 to 0.3.0
Fixed API token generation error output corrupts docker-compose.yml
Fix: API token generation error output corrupts docker-compose.yml
- refactor installer: use official Docker convenience script - write subscription page API token directly to docker-compose in helper function
- Changed nginx command from 'nginx -g daemon off' to 'exec nginx -g daemon off' - Fixes slow container shutdown (10s -> instant) - Nginx now receives SIGTERM directly as PID 1 - Applied to both installation() and installation_node() functions
Исправлено: - [SUCCESS_INSTALL]: приведен к единому формату в EN и RU (была ошибка SUCCESSFUL_INSTALL) - [ERROR_ENABLE_DOCKER]: приведен к единому формату в EN и RU (была ошибка ERROR_ENABLE_AUTOSTART_DOCKER) При русском языке сообщения теперь корректно отображаются в функции install_packages() Fixes eGamesAPI#2 from Errors.log
- Added 11 missing localization keys to both EN and RU blocks - Keys: DOWNLOAD_FALLBACK, WARP_DELETE_SUCCESS, UPDATING_SQUAD, ALIAS_EXISTS, PORT_8443_NOT_CONFIGURED, ARCHIVE_NOT_FOUND, FILE_NOT_FOUND, UPDATED_RENEW_AUTH, ERROR_CREATE_CONFIG_PROFILE, ERROR_EXTRACT_PRIVATE_KEY, INVALID_CERT_METHOD - All keys now properly defined and ready for use in script
fix: add exec to nginx command for faster container shutdown
Snyk has created this PR to upgrade starlight-links-validator from 0.19.1 to 0.19.2. See this package in npm: starlight-links-validator See this project in Snyk: https://app.snyk.io/org/prettyleaf/project/fe7f39d3-78d0-4c1b-b7d9-19b8058933e5?utm_source=github&utm_medium=referral&page=upgrade-pr
refactor legiz menu for new version remnawave panel
Snyk has created this PR to upgrade @astrojs/starlight from 0.37.0 to 0.37.1. See this package in npm: @astrojs/starlight See this project in Snyk: https://app.snyk.io/org/prettyleaf/project/fe7f39d3-78d0-4c1b-b7d9-19b8058933e5?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade astro from 5.16.4 to 5.16.5. See this package in npm: astro See this project in Snyk: https://app.snyk.io/org/prettyleaf/project/fe7f39d3-78d0-4c1b-b7d9-19b8058933e5?utm_source=github&utm_medium=referral&page=upgrade-pr
…11af1d34efb846dc2ebd0d1a [Snyk] Upgrade astro from 5.16.4 to 5.16.5
…a5cbf2eebbf1090b1d5d92b2 [Snyk] Upgrade @astrojs/starlight from 0.37.0 to 0.37.1
…acbc20b91cae1c1bf94e124e [Snyk] Upgrade starlight-links-validator from 0.19.1 to 0.19.2
fix api token subscription page for installation only panel
Added ulimits for nofile to various services in the Docker configuration.
Snyk has created this PR to upgrade astro from 5.16.5 to 5.16.6. See this package in npm: astro See this project in Snyk: https://app.snyk.io/org/prettyleaf/project/fe7f39d3-78d0-4c1b-b7d9-19b8058933e5?utm_source=github&utm_medium=referral&page=upgrade-pr
…a2aeec96ececed612f57bb59 [Snyk] Upgrade astro from 5.16.5 to 5.16.6
Set ulimits for nofile in Docker containers
feat(docs): dependencies update
Панель в /opt/remnawave, а нода в /opt/remnanode. Убран английский язык.
Added modifications and clarifications about the script's functionality and installation paths. Removed community and donation sections.
Добавлен раздел о модификациях скрипта и его отличиях от оригинала.
Removed community and donation sections from the README.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔀 Description of Change
Enhanced Documentation
The README files were updated to include clearer instructions and explanations for users. These changes offer better guidance, such as demonstrating where to install the software according to the product's website. Additionally, it was confirmed that functionalities from the original software layout remain untouched. However, it should be noted that English language support has been removed.
Added User Tracking Capabilities
Scripts for Plausible Analytics were added to the
docs/astro.config.mjsfile. This analytic enhancement will help in tracking user behavior, providing valuable insights for future improvements.Software Updates
The
package.jsonfile has been updated, incrementing the version number fromv2.2.2tov2.3.3. With this, several dependencies were updated to newer versions. These improvements involve:@astrojs/starlightupgraded from^0.37.0to^0.37.3.astroupgraded from^5.16.4to^5.16.11.starlight-kbdupgraded from^0.2.1to^0.3.0.starlight-links-validatorupgraded from^0.19.1to^0.19.2.These updates ensure the software stays current and voids potential issues while enhancing overall performance.