mirror of
				https://github.com/kidwellj/proxmox-scripts.git
				synced 2025-11-04 11:14:09 +00:00 
			
		
		
		
	Updated files
This commit is contained in:
		
							parent
							
								
									6617cd8402
								
							
						
					
					
						commit
						d5c7436e7c
					
				
					 2 changed files with 21 additions and 2 deletions
				
			
		
							
								
								
									
										21
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										21
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -189,7 +189,7 @@ ________________________________________________________________________________
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<h1 align="center" id="heading"> jdownloader2 Server LXC </h1>
 | 
					<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)"
 | 
					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
 | 
					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>
 | 
					</details>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -154,4 +154,4 @@ pct push $CTID languagetool_setup.sh /languagetool_setup.sh -perms 755
 | 
				
			||||||
pct exec $CTID /languagetool_setup.sh
 | 
					pct exec $CTID /languagetool_setup.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 | 
					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"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue