Updated files

This commit is contained in:
Steven Seifried 2022-01-20 22:22:15 +01:00
parent 6617cd8402
commit d5c7436e7c
No known key found for this signature in database
GPG key ID: 174371A9356D63E5
2 changed files with 21 additions and 2 deletions

View file

@ -189,7 +189,7 @@ ________________________________________________________________________________
<h1 align="center" id="heading"> jdownloader2 Server LXC </h1>
To create a new Jellyfin Server LXC, run the following in the Proxmox web shell.
To create a new jdownloader2 Server LXC, run the following in the Proxmox web shell.
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/jdownloader2_container.sh)"
@ -206,6 +206,25 @@ Run from the LXC console and follow the instructions:
sudo -u jdown2 java -jar /opt/jdown2/JDownloader.jar -norestart
```
____________________________________________________________________________________________
</details>
<details>
<summary markdown="span">Language Server LXC</summary>
<h1 align="center" id="heading"> LanguageTool Server LXC </h1>
To create a new LanguageTool Server LXC, run the following in the Proxmox web shell.
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/languagetool_container.sh)"
```
<h3 align="center" id="heading">Default Settings: 2GB RAM - 64GB Storage - 2vCPU</h3>
After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the **_Memory_**, **_Cores_** and **_Root D>
____________________________________________________________________________________________
</details>

View file

@ -154,4 +154,4 @@ pct push $CTID languagetool_setup.sh /languagetool_setup.sh -perms 755
pct exec $CTID /languagetool_setup.sh
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
info "Successfully created a LanguageTool LXC Container to $CTID at IP Address ${IP}"
info "Successfully created a LanguageTool LXC Container to $CTID at IP Address ${IP}:8081/v2"