mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update outline-install.sh (#5688)
This commit is contained in:
		@@ -55,7 +55,7 @@ sed -i 's/NODE_ENV=production/NODE_ENV=development/g' /opt/outline/.env
 | 
				
			|||||||
sed -i "s/generate_a_new_key/${SECRET_KEY}/g" /opt/outline/.env
 | 
					sed -i "s/generate_a_new_key/${SECRET_KEY}/g" /opt/outline/.env
 | 
				
			||||||
sed -i "s/user:pass@postgres/${DB_USER}:${DB_PASS}@localhost/g" /opt/outline/.env
 | 
					sed -i "s/user:pass@postgres/${DB_USER}:${DB_PASS}@localhost/g" /opt/outline/.env
 | 
				
			||||||
sed -i 's/redis:6379/localhost:6379/g' /opt/outline/.env
 | 
					sed -i 's/redis:6379/localhost:6379/g' /opt/outline/.env
 | 
				
			||||||
sed -i "32s#URL=#URL=http://${LOCAL_IP}#g" /opt/outline/.env
 | 
					sed -i "5s#URL=#URL=http://${LOCAL_IP}#g" /opt/outline/.env
 | 
				
			||||||
sed -i 's/FORCE_HTTPS=true/FORCE_HTTPS=false/g' /opt/outline/.env
 | 
					sed -i 's/FORCE_HTTPS=true/FORCE_HTTPS=false/g' /opt/outline/.env
 | 
				
			||||||
$STD yarn install --frozen-lockfile
 | 
					$STD yarn install --frozen-lockfile
 | 
				
			||||||
export NODE_OPTIONS="--max-old-space-size=3584"
 | 
					export NODE_OPTIONS="--max-old-space-size=3584"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user