Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NextCloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
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
Ansible
Roles
NextCloud
Commits
89d4d0e8
Commit
89d4d0e8
authored
5 months ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Update to 30.0.0
parent
0f3a36ae
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
defaults/main.yml
+6
-4
6 additions, 4 deletions
defaults/main.yml
tasks/install.yml
+11
-0
11 additions, 0 deletions
tasks/install.yml
templates/docker-compose.yml
+8
-6
8 additions, 6 deletions
templates/docker-compose.yml
with
25 additions
and
10 deletions
defaults/main.yml
+
6
−
4
View file @
89d4d0e8
---
nextcloud_version
:
29
.0.
7
nextcloud_version
:
30
.0.
0
nextcloud_mode
:
apache
nextcloud_plugins
:
-
announcementcenter
-
audioplayer
-
auto_groups
-
bookmarks
-
breezedark
-
bruteforcesettings
-
calendar
-
circles
...
...
@@ -28,7 +27,6 @@ nextcloud_plugins:
-
group_everyone
-
groupfolders
-
guests
-
health
-
holiday_calendars
-
impersonate
-
integration_deepl
...
...
@@ -41,7 +39,6 @@ nextcloud_plugins:
-
integration_replicate
-
keeweb
-
mail
-
news
-
notes
-
notify_push
-
previewgenerator
...
...
@@ -53,6 +50,7 @@ nextcloud_plugins:
-
tables
-
tasks
-
twofactor_totp
-
whiteboard
-
workflow_script
nextcloud_pinned_plugin_versions
:
[]
#groupfolders: '17.0.1'
...
...
@@ -94,6 +92,10 @@ nextcloud_plugins_missing_26:
-
ransomware_protection
-
timetracker
-
webapppassword
nextcloud_plugins_missing_30
:
-
breezedark
-
health
-
news
nextcloud_patches
:
[]
nextcloud_patches_off
:
-
id
:
45093
...
...
This diff is collapsed.
Click to expand it.
tasks/install.yml
+
11
−
0
View file @
89d4d0e8
...
...
@@ -394,6 +394,17 @@
-
deploy
-
plugins
-
name
:
Expensive repairs
command
:
'
{{
php_command
}}
./occ
maintenance:repair
--include-expensive
--no-interaction
--no-warnings'
args
:
chdir
:
'
{{
php_command_path
}}'
become_user
:
'
{{
php_command_user
}}'
ignore_errors
:
yes
when
:
installed
tags
:
-
deploy
-
plugins
-
name
:
Configure Spreed
include_tasks
:
spreed.yml
when
:
nextcloud_mode == 'apache' and nextcloud.spreed is defined
...
...
This diff is collapsed.
Click to expand it.
templates/docker-compose.yml
+
8
−
6
View file @
89d4d0e8
...
...
@@ -24,7 +24,7 @@ services:
-
./dbbackup:/var/backups/mysql
php
:
image
:
'
wodby/php:8.
1
'
image
:
'
wodby/php:8.
3
'
restart
:
unless-stopped
environment
:
PHP_SENDMAIL_PATH
:
/usr/sbin/sendmail -t -i -S mailhog:1025
...
...
@@ -62,11 +62,13 @@ services:
traefik.http.routers.apache-nextcloud_{{ nextcloud.id }}.rule
:
Host(`{{ nextcloud.domain }}`)
traefik.http.routers.apache-nextcloud_{{ nextcloud.id }}.tls
:
'
true'
traefik.http.routers.apache-nextcloud_{{ nextcloud.id }}.tls.certresolver
:
lakedrops
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-dav.replacepathregex.regex
:
^/.well-known/ca(rd|l)dav
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-dav.replacepathregex.replacement
:
/remote.php/dav/
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-wellknown.replacepathregex.regex
:
^(/.well-known.*)
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-wellknown.replacepathregex.replacement
:
/index.php$${1}
traefik.http.routers.apache-nextcloud_{{ nextcloud.id }}.middlewares
:
apache-nextcloud_{{ nextcloud.id }}-dav@docker,apache-nextcloud_{{ nextcloud.id }}-wellknown@docker,lakedropssts@docker
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-redirect1.redirectregex.permanent
:
'
true'
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-redirect1.redirectregex.regex
:
https?://([^/]*)/.well-known/(card|cal)dav
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-redirect1.redirectregex.replacement
:
https://$${1}/remote.php/dav/
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-redirect2.redirectregex.permanent
:
'
true'
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-redirect2.redirectregex.regex
:
https?://([^/]*)(/.well-known[^#]*)
traefik.http.middlewares.apache-nextcloud_{{ nextcloud.id }}-redirect2.redirectregex.replacement
:
https://$${1}/index.php$${2}
traefik.http.routers.apache-nextcloud_{{ nextcloud.id }}.middlewares
:
apache-nextcloud_{{ nextcloud.id }}-redirect1@docker,apache-nextcloud_{{ nextcloud.id }}-redirect2@docker,lakedropssts@docker
redis
:
image
:
'
wodby/redis:6'
volumes
:
...
...
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