fix: Enable https for Ghost

This commit is contained in:
Andras Bacsai
2022-04-09 13:25:46 +02:00
parent 5e7e1c11c7
commit a5f1b4b675
2 changed files with 4 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ export async function configureServiceType({ id, type }) {
}
});
} else if (type === 'ghost') {
const defaultEmail = `${cuid()}@coolify.io`;
const defaultEmail = `${cuid()}@example.com`;
const defaultPassword = encrypt(generatePassword());
const mariadbUser = cuid();
const mariadbPassword = encrypt(generatePassword());