13 lines
		
	
	
		
			551 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			551 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Telegram Config
 | |
| ### Your Telegram Bot API Token, Contact @BotFather on Telegram to obtain token
 | |
| TG_BOT_TOKEN=''	
 | |
| ### Your Telegram chat ID, This could be your user, group, supergroup or channel ID, add "-100" first if supergroup or channel
 | |
| TG_CHATID=''
 | |
| ### Change to a private hosted Telegram Bot API if compressed dir is over 50MB
 | |
| TG_BOTAPI='https://api.telegram.org/bot'
 | |
| 
 | |
| # Start and start service command, This could be a systemctl or screen or whatever else command
 | |
| STOP_SERVICE='echo Mainanace mode on'
 | |
| START_SERVICE='echo Mainanace mode off'
 | |
| 
 |