Skip to content

Commit e4cfdf4

Browse files
authored
Update docs urls (hestiacp#3412)
* Update URLs to docs * Use target="_blank" over target="_new"
1 parent 263cb4d commit e4cfdf4

File tree

102 files changed

+113
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+113
-133
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ After that run apt update && apt upgrade
727727

728728
### Features
729729

730-
- Add support for Dovecote Sieve #2163 (@gejobj) => [How to enable Managesieve](https://docs.hestiacp.com/admin_docs/mail.html#how-can-i-enable-managesieve)
730+
- Add support for Dovecote Sieve #2163 (@gejobj) => [How to enable Managesieve](https://hestiacp.com/docs/server-administration/email.html#how-can-i-enable-managesieve)
731731
- Improve HELO based system and use RDNS lookup instead our old system
732732
- Add support for PHP 8.1 #2233
733733
- Set default php version for new installs to PHP 8.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p align="center">
1010
<a href="https://www.hestiacp.com/">HestiaCP.com</a> |
11-
<a href="https://docs.hestiacp.com/">Documentation</a> |
11+
<a href="https://hestiacp.com/docs/introduction/getting-started.html">Documentation</a> |
1212
<a href="https://forum.hestiacp.com/">Forum</a> |
1313
<a href="https://discord.gg/nXRUZch">Discord</a>
1414
<br/><br/>

bin/v-add-sys-dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949
if [ ! -f "$COMPOSER_BIN" ]; then
5050
$BIN/v-add-user-composer "$user"
5151
if [ $? -ne 0 ]; then
52-
$BIN/v-add-user-notification admin 'Composer installation failed!' '<b>Hestia will not work without Composer.</b><br><br>Please try running the installer manually from a shell session:<br>v-add-sys-dependencies<br><br>If this continues, open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
52+
$BIN/v-add-user-notification admin 'Composer installation failed!' '<b>Hestia will not work without Composer.</b><br><br>Please try running the installer manually from a shell session:<br>v-add-sys-dependencies<br><br>If this continues, open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>.'
5353
exit 1
5454
fi
5555
fi
@@ -78,7 +78,7 @@ if [ $? -ne 0 ]; then
7878
echo "ERROR: PHPMailer installation failed!"
7979
echo "Please report this to our development team:"
8080
echo "https://github.com/hestiacp/hestiacp/issues"
81-
$BIN/v-add-user-notification admin 'Hestia PHP dependencies installation failed!' 'Please report this to our development team on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
81+
$BIN/v-add-user-notification admin 'Hestia PHP dependencies installation failed!' 'Please report this to our development team on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>.'
8282
# Installation failed, clean up files
8383
rm --recursive --force ${PM_INSTALL_DIR}/vendor
8484
$BIN/v-change-sys-config-value 'USE_SERVER_SMTP' 'n'

bin/v-add-sys-filemanager

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
if [ ! -f "$COMPOSER_BIN" ]; then
5252
$BIN/v-add-user-composer "$user"
5353
if [ $? -ne 0 ]; then
54-
$BIN/v-add-user-notification admin 'Composer installation failed!' '<b>The File Manager will not work without Composer.</b><br><br>Please try running the installer manually from a shell session:<br>v-add-sys-filemanager<br><br>If this continues, open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
54+
$BIN/v-add-user-notification admin 'Composer installation failed!' '<b>The File Manager will not work without Composer.</b><br><br>Please try running the installer manually from a shell session:<br>v-add-sys-filemanager<br><br>If this continues, open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>.'
5555
exit 1
5656
fi
5757
fi
@@ -91,7 +91,7 @@ if [ $? -ne 0 ]; then
9191
echo "ERROR: File Manager installation failed!"
9292
echo "Please report this to our development team:"
9393
echo "https://github.com/hestiacp/hestiacp/issues"
94-
$BIN/v-add-user-notification admin 'File Manager installation failed!' 'Please report this to our development team on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
94+
$BIN/v-add-user-notification admin 'File Manager installation failed!' 'Please report this to our development team on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>.'
9595
# Installation failed, clean up files
9696
rm --recursive --force ${FM_INSTALL_DIR}
9797
$BIN/v-change-sys-config-value 'FILE_MANAGER' 'false'

func/upgrade.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@ upgrade_send_notification_to_panel() {
183183
# Add notification to panel if variable is set to true or is not set
184184
if [[ "$new_version" =~ "alpha" ]]; then
185185
# Send notifications for development releases
186-
$BIN/v-add-user-notification admin 'Development snapshot installed' '<b>Version:</b> '$new_version'<br><b>Code Branch:</b> '$RELEASE_BRANCH'<br><br>Please tell us about any bugs or issues by opening an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a> and feel free to share your feedback on our <a href="https://forum.hestiacp.com" target="_new">discussion forum</a>.<br><br><i class="fas fa-heart icon-red"></i> The Hestia Control Panel development team'
186+
$BIN/v-add-user-notification admin 'Development snapshot installed' '<b>Version:</b> '$new_version'<br><b>Code Branch:</b> '$RELEASE_BRANCH'<br><br>Please tell us about any bugs or issues by opening an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a> and feel free to share your feedback on our <a href="https://forum.hestiacp.com" target="_blank">discussion forum</a>.<br><br><i class="fas fa-heart icon-red"></i> The Hestia Control Panel development team'
187187
elif [[ "$new_version" =~ "beta" ]]; then
188188
# Send feedback notification for beta releases
189-
$BIN/v-add-user-notification admin 'Thank you for testing Hestia Control Panel '$new_version'.' '<b>Please share your feedback with our development team through our <a href="https://forum.hestiacp.com" target="_new">discussion forum</a>.<br><br>Found a bug? Report it on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>!</b><br><br><i class="fas fa-heart icon-red"></i> The Hestia Control Panel development team'
189+
$BIN/v-add-user-notification admin 'Thank you for testing Hestia Control Panel '$new_version'.' '<b>Please share your feedback with our development team through our <a href="https://forum.hestiacp.com" target="_blank">discussion forum</a>.<br><br>Found a bug? Report it on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>!</b><br><br><i class="fas fa-heart icon-red"></i> The Hestia Control Panel development team'
190190
else
191191
# Send normal upgrade complete notification for stable releases
192-
$BIN/v-add-user-notification admin 'Upgrade complete' 'Hestia Control Panel has been updated to <b>v'$new_version'</b>.<br><a href="https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md" target="_new">View release notes</a><br><br>Please tell us about any bugs or issues by opening a new issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.<br><br><b>Have a wonderful day!</b><br><br><i class="fas fa-heart icon-red"></i> The Hestia Control Panel development team'
192+
$BIN/v-add-user-notification admin 'Upgrade complete' 'Hestia Control Panel has been updated to <b>v'$new_version'</b>.<br><a href="https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md" target="_blank">View release notes</a><br><br>Please tell us about any bugs or issues by opening a new issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>.<br><br><b>Have a wonderful day!</b><br><br><i class="fas fa-heart icon-red"></i> The Hestia Control Panel development team'
193193
fi
194194
}
195195

install/deb/filemanager/install-fm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COMPOSER_BIN="$HOMEDIR/$user/.composer/composer"
2929
if [ ! -f "$COMPOSER_BIN" ]; then
3030
$BIN/v-add-user-composer "$user"
3131
if [ $? -ne 0 ]; then
32-
$BIN/v-add-user-notification admin 'Composer installation failed!' '<b>The File Manager will not work without Composer.</b><br><br>Please try running the installer from a shell session:<br>bash $HESTIA/install/deb/filemanager/install-fm.sh<br><br>If this issue continues, please open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
32+
$BIN/v-add-user-notification admin 'Composer installation failed!' '<b>The File Manager will not work without Composer.</b><br><br>Please try running the installer from a shell session:<br>bash $HESTIA/install/deb/filemanager/install-fm.sh<br><br>If this issue continues, please open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>.'
3333
fm_error='yes'
3434
fi
3535
fi
@@ -54,7 +54,7 @@ if [ "$fm_error" != "yes" ]; then
5454
if [ -f "/usr/bin/php7.3" ]; then
5555
COMPOSER_HOME="$HOMEDIR/$user/.config/composer" user_exec /usr/bin/php7.3 $COMPOSER_BIN --quiet --no-dev install
5656
if [ $? -ne 0 ]; then
57-
$BIN/v-add-user-notification admin 'File Manager installation failed!' 'Please try running the installer from a shell session:<br>bash $HESTIA/install/deb/filemanager/install-fm.sh<br><br>If this issue continues, please open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.'
57+
$BIN/v-add-user-notification admin 'File Manager installation failed!' 'Please try running the installer from a shell session:<br>bash $HESTIA/install/deb/filemanager/install-fm.sh<br><br>If this issue continues, please open an issue report on <a href="https://github.com/hestiacp/hestiacp/issues" target="_blank"><i class="fab fa-github"></i> GitHub</a>.'
5858
fm_error="yes"
5959
fi
6060
else

install/deb/templates/web/apache2/default.stpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#=========================================================================#
22
# Default Web Domain Template #
33
# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
4-
# https://docs.hestiacp.com/admin_docs/web.html#how-do-web-templates-work #
4+
# https://hestiacp.com/docs/server-administration/web-templates.html #
55
#=========================================================================#
66

77
<VirtualHost %ip%:%web_ssl_port%>
@@ -47,4 +47,3 @@
4747
IncludeOptional %home%/%user%/conf/web/%domain%/%web_system%.ssl.conf_*
4848
IncludeOptional /etc/apache2/conf.d/*.inc
4949
</VirtualHost>
50-

install/deb/templates/web/apache2/default.tpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#=========================================================================#
22
# Default Web Domain Template #
33
# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
4-
# https://docs.hestiacp.com/admin_docs/web.html#how-do-web-templates-work #
4+
# https://hestiacp.com/docs/server-administration/web-templates.html #
55
#=========================================================================#
66

77
<VirtualHost %ip%:%web_port%>
@@ -44,4 +44,3 @@
4444
IncludeOptional %home%/%user%/conf/web/%domain%/%web_system%.conf_*
4545
IncludeOptional /etc/apache2/conf.d/*.inc
4646
</VirtualHost>
47-

install/deb/templates/web/apache2/hosting.stpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#=========================================================================#
22
# Default Web Domain Template #
33
# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
4-
# https://docs.hestiacp.com/admin_docs/web.html#how-do-web-templates-work #
4+
# https://hestiacp.com/docs/server-administration/web-templates.html #
55
#=========================================================================#
66

77
<VirtualHost %ip%:%web_ssl_port%>
@@ -53,4 +53,3 @@
5353
IncludeOptional %home%/%user%/conf/web/%domain%/%web_system%.ssl.conf_*
5454
IncludeOptional /etc/apache2/conf.d/*.inc*
5555
</VirtualHost>
56-

install/deb/templates/web/apache2/hosting.tpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#=========================================================================#
22
# Default Web Domain Template #
33
# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
4-
# https://docs.hestiacp.com/admin_docs/web.html#how-do-web-templates-work #
4+
# https://hestiacp.com/docs/server-administration/web-templates.html #
55
#=========================================================================#
66

77
<VirtualHost %ip%:%web_port%>
@@ -50,4 +50,3 @@
5050
IncludeOptional %home%/%user%/conf/web/%domain%/%web_system%.conf_*
5151
IncludeOptional /etc/apache2/conf.d/*.inc
5252
</VirtualHost>
53-

0 commit comments

Comments
 (0)