Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POCS
cozy
easy-cozy
Commits
245f295f
Unverified
Commit
245f295f
authored
Jul 22, 2018
by
Vincent Sellier
Browse files
Don't install photos app by default
parent
4294033f
Changes
1
Hide whitespace changes
Inline
Side-by-side
create-instance.sh
View file @
245f295f
...
...
@@ -12,7 +12,7 @@ TMPFILE=$(mktemp /tmp/cozyXXX)
echo
"Creating instance
${
INSTANCE_ID
}
.
${
COZY_TLD
}
..."
docker-compose
exec
cozy ./cozy instances add
--host
0.0.0.0
--apps
drive,
photos,
collect,settings,onboarding
"
${
INSTANCE_ID
}
.
${
COZY_TLD
}
"
|
tee
"
${
TMPFILE
}
"
docker-compose
exec
cozy ./cozy instances add
--host
0.0.0.0
--apps
drive,collect,settings,onboarding
"
${
INSTANCE_ID
}
.
${
COZY_TLD
}
"
|
tee
"
${
TMPFILE
}
"
## To replace by registry://store/something after next cozy-stack release
docker-compose
exec
cozy ./cozy apps
install
--domain
"
${
INSTANCE_ID
}
.
${
COZY_TLD
}
"
store registry://store/stable |
tee
-a
"
${
TMPFILE
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment