@@ -17,7 +17,7 @@ import { checkContainer, removeContainer } from './docker';
 | 
				
			|||||||
import { day } from './dayjs';
 | 
					import { day } from './dayjs';
 | 
				
			||||||
import * as serviceFields from './serviceFields'
 | 
					import * as serviceFields from './serviceFields'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const version = '3.3.3';
 | 
					export const version = '3.3.4';
 | 
				
			||||||
export const isDev = process.env.NODE_ENV === 'development';
 | 
					export const isDev = process.env.NODE_ENV === 'development';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const algorithm = 'aes-256-ctr';
 | 
					const algorithm = 'aes-256-ctr';
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -59,7 +59,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	async function changeSettings(name: any) {
 | 
						async function changeSettings(name: any) {
 | 
				
			||||||
		if (name !== 'appendOnly') {
 | 
							if (name !== 'appendOnly') {
 | 
				
			||||||
			if (publicLoading || !$status.database.isRunning || name !== 'appendOnly') return;
 | 
								if (publicLoading || !$status.database.isRunning) return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		publicLoading = true;
 | 
							publicLoading = true;
 | 
				
			||||||
		let data = {
 | 
							let data = {
 | 
				
			||||||
@@ -247,6 +247,7 @@
 | 
				
			|||||||
		{#if database.type === 'redis'}
 | 
							{#if database.type === 'redis'}
 | 
				
			||||||
			<div class="grid grid-cols-2 items-center">
 | 
								<div class="grid grid-cols-2 items-center">
 | 
				
			||||||
				<Setting
 | 
									<Setting
 | 
				
			||||||
 | 
										loading={publicLoading}
 | 
				
			||||||
					bind:setting={appendOnly}
 | 
										bind:setting={appendOnly}
 | 
				
			||||||
					on:click={() => changeSettings('appendOnly')}
 | 
										on:click={() => changeSettings('appendOnly')}
 | 
				
			||||||
					title={$t('database.change_append_only_mode')}
 | 
										title={$t('database.change_append_only_mode')}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								csb.nix
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								csb.nix
									
									
									
									
									
								
							@@ -5,5 +5,6 @@ stdenv.mkDerivation {
 | 
				
			|||||||
    buildInputs = [
 | 
					    buildInputs = [
 | 
				
			||||||
        git
 | 
					        git
 | 
				
			||||||
        git-lfs
 | 
					        git-lfs
 | 
				
			||||||
 | 
					        docker-compose
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "coolify",
 | 
					  "name": "coolify",
 | 
				
			||||||
  "description": "An open-source & self-hostable Heroku / Netlify alternative.",
 | 
					  "description": "An open-source & self-hostable Heroku / Netlify alternative.",
 | 
				
			||||||
  "version": "3.3.3",
 | 
					  "version": "3.3.4",
 | 
				
			||||||
  "license": "Apache-2.0",
 | 
					  "license": "Apache-2.0",
 | 
				
			||||||
  "repository": "github:coollabsio/coolify",
 | 
					  "repository": "github:coollabsio/coolify",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user