Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wtlinux_server_setup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
w4t
wtlinux_server_setup
Commits
f6710673
Commit
f6710673
authored
Mar 10, 2025
by
w4t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtserver 0.18
parent
a223407c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
742 additions
and
741 deletions
+742
-741
install_letsencrypt.sh
distros/debian12/install_letsencrypt.sh
+3
-2
install_owncloud.sh
distros/debian12/install_owncloud.sh
+738
-738
install_webmail.sh
distros/debian12/install_webmail.sh
+1
-1
No files found.
distros/debian12/install_letsencrypt.sh
View file @
f6710673
...
...
@@ -42,7 +42,9 @@ InstallLetsEncrypt() {
#wget -O - https://raw.githubusercontent.com/acmesh-official/acme.sh/master/acme.sh | INSTALLONLINE=1 sh
#wget -O - https://raw.githubusercontent.com/acmesh-official/acme.sh/master/acme.sh | sh -s -- --install-online -m wolftronics@wolftronics.hu
curl https://get.acme.sh | sh
-s
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
#curl https://get.acme.sh | sh -s >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
curl https://get.acme.sh
-o
install_acme.sh
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
sh install_acme.sh
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
./root/.acme.sh/acme.sh
--set-default-ca
--server
letsencrypt
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
...
...
@@ -64,7 +66,6 @@ InstallLetsEncrypt() {
# Cron job configuration
#echo "0 0 * * * /home/$SUDO_USER/.acme.sh/acme.sh --cron --home /home/$SUDO_USER/.acme.sh > /dev/null" >> /etc/crontab
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
else
echo
-n
-e
"
$IDENTATION_LVL_1
SKIP INSTALL - Reason:
${
red
}
Your Choice
${
NC
}
\n
"
fi
...
...
distros/debian12/install_owncloud.sh
View file @
f6710673
This diff is collapsed.
Click to expand it.
distros/debian12/install_webmail.sh
View file @
f6710673
...
...
@@ -131,7 +131,7 @@ InstallRoundcubeLatest() {
# Install required PHP packages
echo
-e
"
$IDENTATION_LVL_2
Installing required PHP packages... "
apt_install
-t
php8.2 php8.2-gd php8.2-mysql php8.2-curl php8.2-zip php8.2-ldap php8.2-mbstring php8.2-imagick php8.2-intl php8.2-xml php8.2-dom php8.2-xmlreader php8.2-xmlwriter php8.2-gettext php8.2-json php8.2-gd php8.2-bcmath php8.2-cgi php8.2-gmp php8.2-common php8.2-fpm php-pear unzip wget curl javascript-common libjs-jquery-mousewheel libjs-jquery libmagic1 tinymce
apt_install php8.2 php8.2-gd php8.2-mysql php8.2-curl php8.2-zip php8.2-ldap php8.2-mbstring php8.2-imagick php8.2-intl php8.2-xml php8.2-dom php8.2-xmlreader php8.2-xmlwriter php8.2-gettext php8.2-json php8.2-gd php8.2-bcmath php8.2-cgi php8.2-gmp php8.2-common php8.2-fpm php-pear unzip wget curl javascript-common libjs-jquery-mousewheel libjs-jquery libmagic1 tinymce
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
echo
-e
"
$IDENTATION_LVL_2
Installing required PHP pear packages... "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment