forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] main from hestiacp:main #504
Open
pull
wants to merge
1,398
commits into
3axig-net:main
Choose a base branch
from
hestiacp:main
base: main
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
Conversation
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
* Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Jaap Marcus <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Minor enhancements to installer * Run format * Apply changes to upgrade script --------- Co-authored-by: Jaap Marcus <[email protected]>
* Bugfix: Initial Node.js setup * Cleanup tmp directory after app install * Streamline Node.js installation when needed * Run NPM run format --------- Co-authored-by: Jaap Marcus <[email protected]>
* Bugfix: Node.js installation overwriting log * Sync PHP packages for MultiPHP with default * Use version variable for Node.js * Remove quota package when service removed * Remove quota package when service removed * Improve checking whether Apache config exists * Fix typos
…ick-install-app (#4475) * Update BaseSetup.php Fixes ‘Required PHP version is not supported’ message when using wordpress cli installer. * Run NPM format --------- Co-authored-by: Jaap Marcus <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: update os check to support Ubuntu 24.04
* check for systemd-timesyncd
* Add max connections per host for Exim, increase global limit * Add xferlog to logrotate * VSFTPD TLS 1.2 ciphers only * Run NPM Format * Apply changes to upgrade script --------- Co-authored-by: Jaap Marcus <[email protected]>
Resolved an issue with calculating available disk space when mounting a backup filesystem on S3 storage, which caused integer overflow due to values exceeding the 32-bit integer limit. This change addresses the problem of receiving a negative value (-16MB) due to integer overflow when handling large available space values from S3 storage. The use of bc ensures accurate calculations for large numbers, preventing overflow issues.
https://hestiacp.com/docs/server-administration/web-templates.html#available-variables In table "Available variables" there is an incorrect variable: %proxy_port_ssl% it must be %proxy_ssl_port%
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Fix translation bug in edit / add package * Update hestiacp.pot * Update locales * Use .mo instead .po files
* Check if this potensially works * Remove duplicated code * Source backup.sh
* Block . in new user name * Fix test
* Changed ubuntu supported version * Update getting-started.md * prettier changes --------- Co-authored-by: Jaap Marcus <[email protected]>
Added v-quick-install-app CLI commands
To facilitate easier testing
* Make jail work with sftp by using the binary sftp-server The internal-sftp server doesn't start a new process. This makes it improssible jail the sftp process since it's running inside sshd. By changing to the binary sftp-server the process is run inside the bubblewrap jailbash container. * Hide /usr/local/hestia and /usr/share in bubblewrap container
…-restart-job (#4818) Replaced "echo" command with equivalent "sed" command as the "echo" resulted in "Permission denied".
…-letsencrypt-job (#4819) Replaced "echo" command with equivalent "sed" command as the "echo" resulted in "Permission denied". From what I can tell, this file is no longer used anywhere, but it has previously been updated to use the new "hestiaweb" user, so for completeness, I believe it should be updated to correctly update the crontab file as well, instead of erroring with "Permission denied".
…te-dns-host (#4817) Replaced "echo" command with equivalent "sed" command as the "echo" resulted in "Permission denied", preventing automatic updates from being resumed/enabled. Also observed that the "echo" command would have overwritten the entire crontab file anyway (used > where it should have used >>).
…-hestia-autoupdate (#4816) Replaced "echo" command with equivalent "sed" command as the "echo" resulted in "Permission denied", preventing automatic updates from being resumed/enabled. Also observed that the "echo" command would have overwritten the entire crontab file anyway (used > where it should have used >>).
Added the command-line utility "at", which is used in several scripts including: bin/v-dump-site bin/v-dump-database bin/v-add-user-sftp-key bin/v-add-database-temp-user bin/v-download-backup bin/v-generate-ssl-cert Not sure why it was missing but if it's not installed these scripts leave files and keys lying around and add vulnerability. "at" is persistent and will remember tasks even after a server reboot.
Added the command-line utility "at", which is used in several scripts including: bin/v-dump-site bin/v-dump-database bin/v-add-user-sftp-key bin/v-add-database-temp-user bin/v-download-backup bin/v-generate-ssl-cert Not sure why it was missing but if it's not installed these scripts leave files and keys lying around and add vulnerability. "at" is persistent and will remember tasks even after a server reboot.
* Update configuration.php Fix disparity between using File Manager as a user with SSH access enabled and with SSH access disabled. When disabled, user was presented with a "home" directory, and when enabled, user was taken straight into their "home/$username" directory. I think this is because of historical code that worked prior to the new sftp jail system, but now seems to result in this disparity. I don't see why any user, with or without SSH or SFTP access, would need to see outside of their own "home/$username" directory via the File Manager? * Force update Filemanger conf --------- Co-authored-by: Jaap Marcus <[email protected]>
* Remove duplicate echo * Mute output
Check was incorrect
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.25.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.2...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgrade info * Update info regariding rest api * Remove duplicate echo * Mute output * Make some more minor changes * Update comment v-quick-install-app * FIx error * Check if it becomes more reabable * Change order * Include all missing commands * Fix formatting error * Update CLI info
* FIx bug in v-add-web-domain-ssl * Change other locations * Use single quotes
Trigger every 5 min
* Move v-update-letsencrypt-ssl cron to /var/spool/cron Instead /etc/cron.d/hestiaweb * Use correct file * Make suggested changes * Update 1.9.3.sh Make some extra changes
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )