This commit is contained in:
		
							parent
							
								
									5acef82d15
								
							
						
					
					
						commit
						9a1481647b
					
				
					 3 changed files with 12 additions and 1 deletions
				
			
		| 
						 | 
					@ -4,9 +4,10 @@ RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc
 | 
				
			||||||
ENV HOME=/home/abc \
 | 
					ENV HOME=/home/abc \
 | 
				
			||||||
    START_DOCKER=false
 | 
					    START_DOCKER=false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					RUN apk del --no-interactive docker cups
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --no-cache --no-interactive \
 | 
					RUN apk add --no-cache --no-interactive \
 | 
				
			||||||
	libreoffice firefox-intl py3-oletools py3-oletools-pyc npm msitools yara curl zip unzip 7zip \
 | 
						libreoffice firefox-intl py3-oletools py3-oletools-pyc npm msitools yara curl zip unzip 7zip \
 | 
				
			||||||
	npm file 
 | 
						npm file 
 | 
				
			||||||
RUN apk remove --no-interactive docker
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXPOSE 3000 3001
 | 
					EXPOSE 3000 3001
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,6 @@
 | 
				
			||||||
# webtop-plus
 | 
					# webtop-plus
 | 
				
			||||||
[](https://ci.jmbit.de/repos/10)
 | 
					[](https://ci.jmbit.de/repos/10)
 | 
				
			||||||
Customizes the https://hub.docker.com/r/linuxserver/webtop to my preferences
 | 
					Customizes the https://hub.docker.com/r/linuxserver/webtop to my preferences
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Firefox Policy examples:
 | 
				
			||||||
 | 
					https://mozilla.github.io/policy-templates/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										7
									
								
								policies.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								policies.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,7 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  "policies": {
 | 
				
			||||||
 | 
					    "DisablePocket": true,
 | 
				
			||||||
 | 
						  "DisableSetDesktopBackground": true,
 | 
				
			||||||
 | 
					    "DisableTelemetry": true,
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue