Skip to content

Releases: Tronde/ansible_role_deploy_nextcloud_with_mariadb_pod

Pulling latest Nextcloud image version tagged production-apache

19 Dec 08:50
2cf7a6e
Compare
Choose a tag to compare

Using the the tag production-apache makes it necessary to introduce a new task that checks whether a new image version with this tag exists and pulls the new version if necessary to deploy the latest production stable version of the Nextcloud container.

Updated default versions in defaults/main.yml

10 Apr 19:51
d202710
Compare
Choose a tag to compare
  • Updated Nextcloud Image from 23 to 25
  • Updated MariaDB Image from 10.5.7 to 10.11.2

Please be advised to overwrite the default variables according to your environment.

Release 1.0.0

10 Apr 12:23
2ab57a0
Compare
Choose a tag to compare

This release was tested several times to deploy Nextcloud using MariaDB as containers in a podman-pod(1).
It's usable for day two tasks, like updating Nextcloud and MariaDB, too.

You could learn more about this project reading my article series (German) at: Nextcloud im Container - Teil 1: Der Plan

Deploys a Nextcloud-Pod in rootless Podman environment

04 Feb 20:03
Compare
Choose a tag to compare

With this version the role deploys a Nextcloud instance along with MariaDB instance together in a podman-pod(1). An unused random host port is used and bind to port 80 of the pod.

It's only possible to connect to the Nextcloud via localhost:[PORT]. And there are still some things that don't work. For example:

  • Trouble to get it work behind reverse proxy
  • SMTP config does not work, yet

You may get an idea on where this is going, though.