mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update paperless-ngx-install.sh
add option to install Adminer
This commit is contained in:
		
							parent
							
								
									3da94bb95c
								
							
						
					
					
						commit
						85d523dbdf
					
				| @ -118,6 +118,15 @@ cd /opt/paperless/src | ||||
| $STD python3 manage.py migrate | ||||
| msg_ok "Set up PostgreSQL database" | ||||
| 
 | ||||
| read -r -p "Would you like to add Adminer? <y/N> " prompt | ||||
| if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then | ||||
|   msg_info "Installing Adminer" | ||||
|   $STD apt install -y adminer | ||||
|   $STD a2enconf adminer | ||||
|   systemctl reload apache2 | ||||
|   msg_ok "Installed Adminer" | ||||
| fi | ||||
| 
 | ||||
| msg_info "Setting up admin Paperless-ngx User & Password" | ||||
| ## From https://github.com/linuxserver/docker-paperless-ngx/blob/main/root/etc/cont-init.d/99-migrations | ||||
| cat <<EOF | python3 /opt/paperless/src/manage.py shell | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user