mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 00:02:26 +01:00 
			
		
		
		
	@@ -11,7 +11,7 @@
 | 
			
		||||
LXC_TEMPLATE_VERSION="debian-11-standard"
 | 
			
		||||
 | 
			
		||||
# Create sharefs mountpoint
 | 
			
		||||
LXC_MP="1"
 | 
			
		||||
LXC_MP="0"
 | 
			
		||||
 | 
			
		||||
# Create unprivileged container
 | 
			
		||||
LXC_UNPRIVILEGED="1"
 | 
			
		||||
@@ -29,4 +29,4 @@ KIMAI_PHP_VERSION="8.1"
 | 
			
		||||
LXC_MEM_MIN=1024
 | 
			
		||||
 | 
			
		||||
# service dependent meta tags
 | 
			
		||||
SERVICE_TAGS="php-fpm,nginx,mariadb"
 | 
			
		||||
SERVICE_TAGS="php-fpm,nginx,mariadb"
 | 
			
		||||
 
 | 
			
		||||
@@ -150,14 +150,14 @@ APP_SECRET=$(random_password)
 | 
			
		||||
CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$
 | 
			
		||||
EOF
 | 
			
		||||
 | 
			
		||||
chown -R www-data:www-data .
 | 
			
		||||
chmod -R g+r .
 | 
			
		||||
chmod -R g+rw var/
 | 
			
		||||
 | 
			
		||||
bin/console kimai:install -n
 | 
			
		||||
 | 
			
		||||
bin/console kimai:user:create admin admin@$LXC_DOMAIN ROLE_SUPER_ADMIN $LXC_PWD
 | 
			
		||||
 | 
			
		||||
chown -R www-data:www-data .
 | 
			
		||||
chmod -R g+r .
 | 
			
		||||
chmod -R g+rw var/
 | 
			
		||||
 | 
			
		||||
systemctl daemon-reload
 | 
			
		||||
systemctl enable --now php${PHP_VERSION}-fpm nginx
 | 
			
		||||
systemctl restart php${PHP_VERSION}-fpm nginx
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user