diff --git a/nextcloud-aks/VERSION b/nextcloud-aks/VERSION index 26aaba0..6085e94 100644 --- a/nextcloud-aks/VERSION +++ b/nextcloud-aks/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/nextcloud-aks/config.example.env b/nextcloud-aks/config.example.env index 1086dff..3671866 100644 --- a/nextcloud-aks/config.example.env +++ b/nextcloud-aks/config.example.env @@ -111,10 +111,15 @@ NEXTCLOUD_ADMIN_PASSWORD="NextcloudAdminPassword" # available in the deployed image. # NEXTCLOUD_CUSTOM_APPS=( - 'https://github.com/nextcloud/files_antivirus/releases/download/v2.0.0/files_antivirus.tar.gz' - 'https://github.com/gino0631/nextcloud-metadata/releases/download/v0.8.0/metadata.tar.gz' - 'https://github.com/nextcloud/twofactor_totp/releases/download/v2.1.0/twofactor_totp.tar.gz' - 'https://github.com/nextcloud/user_external/releases/download/v0.5.0/user_external.tar.gz' + 'https://github.com/westberliner/owncloud-checksum/releases/download/v0.4.2/checksum.tar.gz' + 'https://github.com/nextcloud/files_antivirus/releases/download/v2.0.1/files_antivirus.tar.gz' + 'https://github.com/nextcloud/files_automatedtagging/releases/download/v1.6.0/files_automatedtagging-1.6.0.tar.gz' + 'https://github.com/nextcloud/files_downloadactivity/releases/download/v1.4.0/files_downloadactivity-1.4.0.tar.gz' + 'https://github.com/gino0631/nextcloud-metadata/releases/download/v0.9.0/metadata.tar.gz' + 'https://github.com/paulijar/music/files/2980042/music_0.9.4_nc-signed.tar.gz' + 'https://github.com/pbek/ownbackup/releases/download/18.11.0/ownbackup-nc.tar.gz' + 'https://github.com/nextcloud/user_external/releases/download/v0.6.1/user_external-0.6.1.tar.gz' + 'https://github.com/nextcloud/user_saml/releases/download/v2.2.0/user_saml-2.2.0.tar.gz' ) ##