Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextcloud
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
docker
nextcloud
Commits
92b367cb
Verified
Commit
92b367cb
authored
1 year ago
by
Hugo Renard
Browse files
Options
Downloads
Patches
Plain Diff
feat: disable federation by default
parent
89a19717
No related branches found
No related tags found
No related merge requests found
Pipeline
#1829
passed with stages
in 7 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/install.sh
+1
-1
1 addition, 1 deletion
base/install.sh
with
1 addition
and
1 deletion
base/install.sh
+
1
−
1
View file @
92b367cb
...
@@ -31,7 +31,7 @@ sh -c "php /usr/src/nextcloud/occ config:app:set core backgroundjobs_mode --valu
...
@@ -31,7 +31,7 @@ sh -c "php /usr/src/nextcloud/occ config:app:set core backgroundjobs_mode --valu
if
[
-n
"
${
DISABLE_APPS
+x
}
"
]
;
then
if
[
-n
"
${
DISABLE_APPS
+x
}
"
]
;
then
sh
-c
"php /usr/src/nextcloud/occ app:disable
$(
echo
$DISABLE_APPS
|
sed
"s/,/ /g"
)
"
sh
-c
"php /usr/src/nextcloud/occ app:disable
$(
echo
$DISABLE_APPS
|
sed
"s/,/ /g"
)
"
fi
fi
/usr/local/bin/php occ app:disable dashboard survey_client user_status weather_status bruteforcesettings nextcloud_announcements password_policy
/usr/local/bin/php occ app:disable dashboard survey_client user_status weather_status bruteforcesettings nextcloud_announcements password_policy
federation
/usr/local/bin/php /usr/src/nextcloud/occ app:enable files_versions_s3
/usr/local/bin/php /usr/src/nextcloud/occ app:enable files_versions_s3
# ENABLE_APPS=user_saml,apporder
# ENABLE_APPS=user_saml,apporder
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment