mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update paperless-ngx-install.sh
add option to install Adminer
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user