This commit is contained in:
		@@ -2,25 +2,45 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Open Proxmox Terminal and send:
 | 
					Open Proxmox Terminal and send:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<details>
 | 
				
			||||||
 | 
					<summary markdown="span"> only Debian </summary>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
only Debian:
 | 
					 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
clear;bash -c "$(wget -qLO - https://u.sthope.dev/only-debian)"
 | 
					clear;bash -c "$(wget -qLO - https://u.sthope.dev/only-debian)"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					</details>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<details>
 | 
				
			||||||
 | 
					<summary markdown="span"> with Docker </summary>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
with Docker:
 | 
					 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-docker)"
 | 
					clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-docker)"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					</details>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<details>
 | 
				
			||||||
 | 
					<summary markdown="span"> with Docker & Portainer </summary>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
with Docker & Portainer:
 | 
					 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-portainer)"
 | 
					clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-portainer)"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					</details>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<details>
 | 
				
			||||||
 | 
					<summary markdown="span"> Create new user </summary>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					replace `USER` with your username and `PWD` with your password and send:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					bash -c "$(wget -qLO - https://u.sthope.dev/addUser)" createuser USER PWD
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					</details>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<details>
 | 
				
			||||||
 | 
					<summary markdown="span"> Create new user </summary>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					replace `USER` with your username and `PWD` with your password and send:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Create new user, replace `USER` with your username and `PWD` with your password and send:
 | 
					 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
bash -c "$(wget -qLO - https://u.sthope.dev/addUser)" createuser USER PWD
 | 
					bash -c "$(wget -qLO - https://u.sthope.dev/addUser)" createuser USER PWD
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
@@ -34,3 +54,6 @@ Disable autologin on the LXC terminal send, should be disabled after reboot:
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
rm /etc/systemd/system/container-getty@1.service.d/override.conf
 | 
					rm /etc/systemd/system/container-getty@1.service.d/override.conf
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					</details>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user