Updated config to docker info

This commit is contained in:
Henry Whitaker
2020-08-12 14:23:32 +01:00
parent 4cca793e2a
commit 180c0e367a
6 changed files with 7 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ return [
|--------------------------------------------------------------------------
*/
'install' => 'manual',
'install' => 'docker',
/*
|--------------------------------------------------------------------------
@@ -23,7 +23,7 @@ return [
|--------------------------------------------------------------------------
*/
'home' => 'HOME=' . base_path() . DIRECTORY_SEPARATOR,
'home' => 'HOME=/config',
/*
|--------------------------------------------------------------------------

View File

@@ -0,0 +1,2 @@
2da9cf9714f57421709ba4d4530c3e55f2fd6604 {"key":"{\"terser\":\"4.6.10\",\"terser-webpack-plugin\":\"2.3.5\",\"terser-webpack-plugin-options\":{\"test\":new RegExp(\"\\\\.m?js(\\\\?.*)?$\", \"i\"),\"chunkFilter\":() => true,\"warningsFilter\":() => true,\"extractComments\":true,\"sourceMap\":true,\"cache\":true,\"cacheKeys\":defaultCacheKeys => defaultCacheKeys,\"parallel\":true,\"include\":undefined,\"exclude\":undefined,\"minify\":undefined,\"terserOptions\":{\"compress\":{\"warnings\":false},\"output\":{\"comments\":false}}},\"nodeVersion\":\"v10.19.0\",\"filename\":\"\\u002Fjs\\u002Fapp.js\",\"contentHash\":\"6a850c63bc64d0018cbc\"}","integrity":"sha512-Xtb2QDVD+LAhDQj7Xsi7Yxqh5yg+hTa86CS0WGZOBOqyDouNp1GFKcB6a8uPA6hQ+7whdndyuKgyePEERrTpGQ==","time":1597238437732,"size":2621925}

File diff suppressed because one or more lines are too long

View File

@@ -159,7 +159,7 @@ export default class Settings extends Component {
]} />
</Col>
<Col lg={{ span: 4 }} md={{ span: 6 }} sm={{ span: 12 }}>
<SettingWithModal title="healthchecks.io settings" description="Control settings for healthchecks.io" autoClose={false} settings={[
<SettingWithModal title="healthchecks.io settings" description="Control settings for healthchecks.io" autoClose={true} settings={[
{
obj: e.healthchecks_uuid,
type: 'text'