forked from Cliffbreak/tsviewer
		
	Chillin
This commit is contained in:
		
							parent
							
								
									1a9f7fd72e
								
							
						
					
					
						commit
						1f523a6b7d
					
				
					 2 changed files with 12 additions and 9 deletions
				
			
		
							
								
								
									
										13
									
								
								Dockerfile
									
										
									
									
									
								
							
							
						
						
									
										13
									
								
								Dockerfile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,11 +1,12 @@
 | 
			
		|||
FROM golang:latest
 | 
			
		||||
 | 
			
		||||
ENV ts3_ip=0.0.0.0
 | 
			
		||||
ENV ts3_name=serveradmin
 | 
			
		||||
ENV ts3_pw=f3gWdOU3
 | 
			
		||||
ENV ts3_port=9987
 | 
			
		||||
ENV ts3_query=10011
 | 
			
		||||
ENV web_port=8080
 | 
			
		||||
ENV TS3_IP=127.0.0.1
 | 
			
		||||
ENV TS3_NAME=serveradmin
 | 
			
		||||
ENV TS3_PW=<changeMe>
 | 
			
		||||
ENV TS3_PORT=9987
 | 
			
		||||
ENV TS3_QUERY=10011
 | 
			
		||||
ENV WEB_PORT=8080
 | 
			
		||||
ENV BLACKLIST_USER=USER
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
RUN mkdir /app 		
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,7 @@
 | 
			
		|||
# tsviewer **[WIP]**
 | 
			
		||||
 | 
			
		||||
A TS3 Viewer with REST API.
 | 
			
		||||
I´m a sick Fuck i like the sick F09ck
 | 
			
		||||
 | 
			
		||||
## DOCKER-Config
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -12,13 +13,14 @@ docker run -e TS3_IP="0.0.0.0", TS3_PW="f3gWdOU3", WEB_PORT="8080" -d -p 8080:80
 | 
			
		|||
ENV:
 | 
			
		||||
```Docker
 | 
			
		||||
 | 
			
		||||
ENV TS3_IP=0.0.0.0
 | 
			
		||||
ENV TS3_NICKNAME=serveradmin
 | 
			
		||||
ENV TS3_IP=127.0.0.1
 | 
			
		||||
ENV TS3_NAME=serveradmin
 | 
			
		||||
ENV TS3_PW=f3gWdOU3
 | 
			
		||||
ENV TS3_PW=<changeMe>
 | 
			
		||||
ENV TS3_PORT=9987
 | 
			
		||||
ENV TS3_QUERY=10011
 | 
			
		||||
ENV WEB_PORT=8080
 | 
			
		||||
ENV BLACKLIST_USER=USER
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue