Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

Overview

Nextcloud All In One Beta

This is beta software and not production ready. But feel free to use it at your own risk! We expect there to be rough edges and potentially serious bugs.

Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

Included are:

  • Nextcloud
  • Nextcloud Office
  • High performance backend for Nextcloud Files
  • High performance backend for Nextcloud Talk
  • Backup solution (based on BorgBackup)

Found a bug? Please file an issue at https://github.com/nextcloud/all-in-one

How to use this?

  1. Install Docker on your Linux installations using:
curl -fsSL get.docker.com | sudo sh
  1. Make sure that the docker group has the correct groupid:
sudo groupmod -g 998 docker
  1. Make sure to pull the latest image:
sudo docker pull nextcloud/all-in-one:latest
  1. Run the following command in order to start the container:
sudo docker run -it \
--name nextcloud-aio-mastercontainer \
--restart always \
-p 80:80 \
-p 8080:8080 \
-p 8443:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
nextcloud/all-in-one:latest
  1. After the initial startup, you should be able to open the Nextcloud AIO Interface now on port 8080 of this server.
    E.g. https://internal.ip.of.this.server:8080
    If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatially by opening the Nextcloud AIO Interface via:
    https://your-domain-that-points-to-this-server.tld:8443

Which ports are mandatory to be open?

Only those (if you acces the Mastercontainer Interface internally via port 8080):

  • 443/TCP for the Nextcloud container
  • 3478/TCP and 3478/UPD for the Talk container

Explanation of used ports:

  • 8080/TCP: Mastercontainer Interface with self-signed certificate (works always, also if only access via IP-address is possible, e.g. https://internal.ip.address:8080/)
  • 80/TCP: redirects to Nextcloud (is used for getting the certificate via ACME http-challenge for the Mastercontainer)
  • 8443/TCP: Mastercontainer Interface with valid certificate (only works if port 80 and 8443 are open and you point a domain to your server. It generates a valid certificate then automatically and access via e.g. https://public.domain.com:8443/ is possible.)
  • 443/TCP: will be used by the Nextcloud container later on and needs to be open
  • 3478/TCP and 3478/UPD: will be used by the Turnserver inside the Talk container and needs to be open
Comments
  • apache not starting

    apache not starting

    hi @szaimen, thank you for AIO! and sorry for barging in with newbieness..

    but could you please add the path/command to editing caddyfile and dockerfile?

    my instance was working just fine behind rdns on vps, up untill latest office update. restoring from server's backup started complicating things as above mentioned. now i don't quite understand if i need to install caddy and where, or is it already there. thank you so much again for all your efforts

    Originally posted by @toyrobot in https://github.com/nextcloud/all-in-one/discussions/568#discussioncomment-2705177

    2. developing bug 
    opened by toyrobot 50
  • Docker rootless - Permission issue?

    Docker rootless - Permission issue?

    Hello,

    today i tried setting up AiO (1.4.0) under Ubuntu 22.04 and ran into a permission issue. i setup a clean Debian 11 install with the same result. It is the same result with and without the "NEXTCLOUD_DATADIR" env variable. The used compose file worked before during testing. I guess it started with 1.3.1, but sadly i didn't pay much attention because the old test microsd was corrupt.

    This is the error the aio-nextcloud container puts out:

    Configuring Redis as session handler
    touch: /mnt/ncdata/this-is-a-test-file: Permission denied
    The www-data user doesn't seem to have access rights in /mnt/ncdata.
    Did you maybe change the datadir and did forget to apply the correct permissions?
    

    And the Apache container waits for nextcloud:

    nc: getaddrinfo for host "nextcloud-aio-nextcloud" port 9000: Name or service not known
    Waiting for Nextcloud to start...
    
    2. developing documentation 
    opened by Kirk1984 48
  • Make collabora work behind Apache

    Make collabora work behind Apache

    How to use GitHub

    • Please use the 👍 reaction to show that you are affected by the same issue.
    • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
    • Subscribe to receive notifications on status change and new comments.

    Steps to reproduce

    1. Install Nextcloud AIO following the steps in readme.md. Enable the Collabora container from the AIO Interface.
    2. Open any .docx or .odt file.

    Expected behavior

    Collarbora/Nextcloud Office loads the file in the browser

    Actual behavior

    I receive an error, "Document Loading failed. Failed to load Nextcloud Office - please try again later"

    Host OS

    Ubuntu Server 20.04 in a Windows Server Hyper-V VM.

    Nextcloud AIO version

    Nextcloud AIO v1.4.0

    Current channel

    Latest, attempted Beta with the same results.

    Other valuable info

    I am currently running Nextcloud through an Apache Reverse Proxy located on another VM. I followed the setup under reverse-proxy.md including the VirtualHosts and startup command. Everything except for Collabora works perfectly as expected. I wouldn't mind testing without a reverse proxy at all, using just the server IP, for testing but I couldn't get through the AIO setup without a domain entered. I've tried it in Edge, Chrome and Firefox. Adblock disabled.

    AIO Apache Log; https://pastebin.com/7VNKQw29 AIO Nextcloud Log; https://pastebin.com/NcnBpz4C Chrome Console while loading file; https://pastebin.com/YRxkR55L AIO Collabora log is too large for Pastebin.

    1. to develop bug documentation help wanted dependencies 
    opened by charredchar 39
  • Increase Nextcloud HPB limit?

    Increase Nextcloud HPB limit?

    How to use GitHub

    • Please use the 👍 reaction to show that you are affected by the same issue.
    • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
    • Subscribe to receive notifications on status change and new comments.

    Steps to reproduce

    Software Install Nextcloud AIO 0.8 like documented

    Hardware: Azure North Europe Standard D4as v4 (2 vcpus, 8 GiB Arbeitsspeicher) 8 Gbit download (measured) 1,8 Gbit upload (measured)

    Steps:

    1. start a meeting with allowed guestes
    2. the 7th person will take a little bit longer to join
    3. the 8th person is not able to join the meeting

    Expected behaviour

    Nextcloud talk participant limit should be releated to CPU, RAM and upload/download speed

    Actual behaviour

    CPU runs on 0,5 cores RAM 2,5 GB used Upload/Download ~20Mbit and participant limit is between 7 and 8


    Nextcloud AIO version

    AIO 0.8

    Current channel

    latest channel

    Other valuable info

    2. developing enhancement 
    opened by muellerm01 34
  • Not able to open any word document

    Not able to open any word document

    How to use GitHub

    • Please use the 👍 reaction to show that you are affected by the same issue.
    • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
    • Subscribe to receive notifications on status change and new comments.

    Steps to reproduce

    1. Set up Nextcloud aio
    2. Open any word document with extension being .docx or .odt
    3. Tried changing to built-in CODE collabora development edition arm edition

    Expected behavior

    Open .docx and other word formats in browser

    Actual behavior

    not able to open

    Host OS

    Raspberry pi 4b 8gb

    Nextcloud AIO version

    v1.2.0

    Current channel

    latest-arm64

    Other valuable info

    image

    0. Needs triage bug needs info 
    opened by punithrudrappa 31
  • Database issues after update to 0.3.0

    Database issues after update to 0.3.0

    Hey everyone,

    apparently, users lose the group membership after updating to 0.3.0 (update of the master container and the single containers went fine). After logging in, I couldn't visit the app store nor the settings. Checking my group membership via occ, I saw my Administrator-login not belonging to the admin-group anymore. Manually adding it via CLI seemed be okay but didn't succeed in the web interface.

    I had to create a new admin to get into my installation again with access to all settings. Putting back, for example, my daughter's login into the "familie"-group didn't succeed either so there must be something messed up with this latest version.

    The log states

    [no app in context] Fehler: An exception occurred while executing a query: SQLSTATE[23505]: Unique violation: 7 ERROR:  duplicate key value violates unique constraint "oc_group_user_pkey"
    DETAIL:  Key (gid, uid)=(familie, emilia) already exists.
    
    POST /ocs/v2.php/cloud/users/emilia/groups
    from XXX.XXX.XXX.XXX by admin at 2022-02-11T20:50:52+00:00
    

    Any ideas on that?

    Best regards,

    Oliver

    bug high 
    opened by OliverPifferi 28
  • trusted proxies does not work as intended

    trusted proxies does not work as intended

    How to use GitHub

    • Please use the 👍 reaction to show that you are affected by the same issue.
    • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
    • Subscribe to receive notifications on status change and new comments.

    Steps to reproduce

    1. Install nextcloud aio with custom apache port
    2. Nextcloud brute force thinks every access comes from ::1 and the log thinks every wrong login comes from ::1 / docker logs nextcloud-aio-nextcloud shows 172.25.0.9
    3. Set ::1 as trusted proxy in the config.php
    4. With apache and caddy fd00:dead:beef:c0::1 is now shown / with the Nginx Proxy Manager 172.17.0.1, both are the gateways of the docker bridge network (X-Forwarded-For header is set in all the configurations)
    5. Setting fd00:dead:beef:c0::1/172.17.0.1/172.25.0.9 as trusted proxy changes nothing.

    Expected behavior

    The real IP is shown (which is sent in the X-Forwarded-For header)

    Actual behavior

    ::1 is shown as IP to access / docker logs nextcloud-aio-nextcloud shows 172.25.0.9 With ::1 set as trusted proxy, it shows fd00:dead:beef:c0::1 / docker logs nextcloud-aio-nextcloud shows 172.25.0.9 Setting fd00:dead:beef:c0::1/172.17.0.1/172.25.0.9 as trusted proxy changes nothing This makes the brute force protection useless and makes it block everything, instead of a certain IP If my cloud gets blocked, I need to run [sudo] docker exec -it nextcloud-aio-nextcloud php occ security:bruteforce:reset ::1 to make it possible for me to login, (Whitelisting ::1 in brute force settings app also works)

    Host OS

    Debian GNU/Linux 11 (bullseye)

    Nextcloud AIO version

    v1.4.0 and v1.4.1

    Current channel

    Beta

    Other valuable info

    Default Nextcloud config.php (Apache/Caddy and NPM): grafik NPM with ::1 as set trusted proxy: grafik Apache2/Caddy with ::1 set as trusted proxy: grafik

    fd00:dead:beef:c0::1 and 172.17.0.1 are the gateways of the docker bridge network and 172.25.0.9 the IP of the nextcloud-aio-apache container The X-Forwarded-For header is set by all three proxies to my real IP (185.***.**.**)

    Edit: Also, this block of trusted proxies does not work (And yes, some entries in this block are nonsense)

      array (
        0 => '127.0.0.1',
        1 => '172.25.0.9:*',
        2 => '172.17.0.1:*',
        3 => '0.0.0.0/0:*',
        4 => '0.0.0.0/0',
        5 => '0.0.0.0',
        6 => '::1/0:*',
        7 => '::1/0',
        8 => '::1',
      ),
    
    2. developing bug 
    opened by Zoey2936 26
  • Backup successful but not visible in the AIO mastercontainer

    Backup successful but not visible in the AIO mastercontainer

    How to use GitHub

    • Please use the 👍 reaction to show that you are affected by the same issue.
    • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
    • Subscribe to receive notifications on status change and new comments.

    Steps to reproduce

    1. Have running AIO instance
    2. Perform backup

    Expected behavior

    Show available restore points after backup.

    Actual behavior

    AIO mastercontainer is not able to list past backups.

    Host OS

    Ubuntu 20.04

    Nextcloud AIO version

    1.3.1

    Current channel

    latest

    Other valuable info

    As you can see the AIO container is not aware when the backup was done nor that there even is one. image

    Does the mastercontainer has it's own backup database or does it just work by directly accessing the files in the backup folder?

    (The backup container logs look fine: "Backup finished successfully")

    opened by manugch 26
  • Add support for ARM64

    Add support for ARM64

    • [x] #147
    • [x] https://github.com/nextcloud/all-in-one/pull/148
    • [x] Build containers for multiple architectures: done with https://github.com/nextcloud-releases/all-in-one/pull/3
    • [x] fix containers for arm64 (at least in those places, maybe more: https://github.com/nextcloud/all-in-one/search?q=amd64 and https://github.com/nextcloud-releases/all-in-one/runs/4860610776?check_suite_focus=true) fixed with #153
    • [x] fix notify push #162
    • [ ] set up an arm64 testing machine
    • [ ] test that everything works
    • [x] publish to latest
    • [x] add docs
    2. developing enhancement mid term 
    opened by szaimen 25
  • update to Nextcloud 25

    update to Nextcloud 25

    Pre-requirement

    • [x] Wait for at least 25.0.1

    Apps missing releases

    • [x] ~~apporder~~ deprecated, refer to https://apps.nextcloud.com/apps/side_menu
    • [x] files_antiviurs new release after https://github.com/nextcloud/files_antivirus/pull/254
    • [x] fulltextsearch
    • [x] fulltextsearch_elasticsearch
    • [x] files_fulltextsearch
    • [x] ~~backup app?~~ not waiting for it
    • [x] ~~impersonate?~~ not waiting for it
    • [x] Bump max-version of the AIO-app to 25 https://github.com/nextcloud/all-in-one/pull/1495
    • [x] end_to_end_encryption
    • [x] new release of the groupfolders app after https://github.com/nextcloud/groupfolders/issues/2177

    Other issues

    Circles

    • [x] https://github.com/nextcloud/circles/issues/1197
    • [x] https://github.com/nextcloud/circles/pull/1220

    Server - high

    • [x] https://github.com/nextcloud/server/pull/35454
    • [x] https://github.com/nextcloud/server/issues/34148
    • [x] https://github.com/nextcloud/server/issues/34784
    • [x] https://github.com/nextcloud/viewer/issues/1465
    • [x] https://github.com/nextcloud/server/issues/34752
    • [x] https://github.com/nextcloud/server/issues/34926
    • [x] https://github.com/nextcloud/server/issues/34654
    • [x] https://github.com/nextcloud/server/pull/35182
    • [x] https://github.com/nextcloud/server/pull/35261
    • [x] https://github.com/nextcloud/server/issues/34976
    • [x] https://github.com/nextcloud/server/issues/34777
    • [x] https://github.com/nextcloud/server/issues/33839
    • [x] https://github.com/nextcloud/server/pull/34613
    • [x] https://github.com/nextcloud/server/issues/34617
    • [x] https://github.com/nextcloud/server/issues/34695
    • [x] https://github.com/nextcloud/server/issues/34716

    Server middle

    • [ ] https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A25-feedback
    • [ ] https://github.com/nextcloud/server/issues/34006
    • [x] https://github.com/nextcloud/server/issues/34965
    • [ ] https://github.com/nextcloud/server/issues/34755
    • [x] https://github.com/nextcloud/server/issues/34965
    • [x] https://github.com/nextcloud/server/issues/34656
    • [x] https://github.com/nextcloud/server/pull/34615
    • [x] https://github.com/nextcloud/server/pull/35027
    • [x] https://github.com/nextcloud/server/pull/35029
    • [x] https://github.com/nextcloud/server/pull/35033
    • [x] https://github.com/nextcloud/server/pull/35210

    Photos high

    • [ ] https://github.com/nextcloud/photos/issues/1354

    Photos middle

    • [x] https://github.com/nextcloud/photos/issues/1448
    • [x] https://github.com/nextcloud/photos/issues/1398
    2. developing enhancement 
    opened by szaimen 24
  • Two containers missing when installing AIO from scratch

    Two containers missing when installing AIO from scratch

    How to use GitHub

    • Please use the 👍 reaction to show that you are affected by the same issue.
    • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
    • Subscribe to receive notifications on status change and new comments.

    Steps to reproduce

    1. Install VM with portainer
    2. redirect Ports to this VM: 80,443,3478,8443 (TCP) and 3478 (UDP)
    3. use the docker compose file for portainer
    4. log in to http://vm100:8080

    Expected behavior

    be able to acces AIO after clicking start container

    Actual behavior

    two containers are not started

    Host OS

    Fedora 36

    Nextcloud AIO version

    2.0.4

    Current channel

    latest

    Other valuable info

    from apache: Message: Client error: GET http://localhost/v1.41/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true resulted in a 404 Not Found response: {"message":"No such container: nextcloud-aio-apache"} from nextcloud: Message: Client error: GET http://localhost/v1.41/containers/nextcloud-aio-apache/logs?stdout=true&stderr=true resulted in a 404 Not Found response: {"message":"No such container: nextcloud-aio-apache"} containers

    0. Needs triage bug needs info 
    opened by michaelfuckner 24
  • Bump php from 8.0.26-fpm-alpine3.16 to 8.0.27-fpm-alpine3.16 in /Containers/nextcloud

    Bump php from 8.0.26-fpm-alpine3.16 to 8.0.27-fpm-alpine3.16 in /Containers/nextcloud

    Bumps php from 8.0.26-fpm-alpine3.16 to 8.0.27-fpm-alpine3.16.

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    3. to review dependencies 
    opened by dependabot[bot] 0
  • Bump php from 8.1.13-apache-bullseye to 8.1.14-apache-bullseye in /Containers/mastercontainer

    Bump php from 8.1.13-apache-bullseye to 8.1.14-apache-bullseye in /Containers/mastercontainer

    Bumps php from 8.1.13-apache-bullseye to 8.1.14-apache-bullseye.

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    3. to review dependencies 
    opened by dependabot[bot] 0
  • Add Parameter NC_WEBROOT to configure subdirectory of nextcloud

    Add Parameter NC_WEBROOT to configure subdirectory of nextcloud

    NC_WEBROOT values can be empty string, '/' (default), or any path like '/nextcloud'.

    Required docker entrypoint scripts build+export an additional variable NC_WEBROOT_P, which is added directly after particular host:port combinations ('/' is converted to '' so http://$host:$post$NC_WEBROOT_P/push does not become http://host:port//push)

    NC_WEBROOT is added to all possible paths of nextcloud, push, talk and onlyoffice but not collabora as there is no reasonable way to update their paths.

    For mastercontainer/php configuration there is currently only the default value '/', but for manual-install this PR can be used directly.

    invalid wontfix 
    opened by ManOki 8
  • Avatar Generation does not work of single letter users

    Avatar Generation does not work of single letter users

    Already tried a lot of things but nothing did make it work:

    • https://github.com/nextcloud/all-in-one/pull/1624
    • https://github.com/nextcloud/all-in-one/pull/1626
    • https://github.com/nextcloud/all-in-one/pull/1627
    • https://github.com/nextcloud/all-in-one/commit/7a6f35024822c29d79899945fdd66bcaf298c9f6
    • https://github.com/nextcloud/all-in-one/commit/d06b3a7b19d30fa28144abda5f5d616ca3d67edd
    • https://github.com/nextcloud/all-in-one/commit/810094daa3d88c08e5a4a43da69873f74ca286ae
    0. Needs triage bug help wanted 
    opened by szaimen 0
  • publish new images after recent PRs are merged and tested

    publish new images after recent PRs are merged and tested

    Follow up to https://github.com/nextcloud/all-in-one/issues/1571

    (add the most recent ticket for a new release here)

    Tested:

    (add PRs below that are potentially breaking and need to be well tested)

    • [x] https://github.com/nextcloud/all-in-one/pull/1595
    • [x] https://github.com/nextcloud/all-in-one/pull/1598
    • [x] https://github.com/nextcloud/all-in-one/pull/1621
    • [x] https://github.com/nextcloud/all-in-one/pull/1622 (fixed with https://github.com/nextcloud/all-in-one/commit/16054318272f241517baf0f79e12b59537a87c9b)
    • [x] https://github.com/nextcloud/all-in-one/pull/1645
    • [x] https://github.com/nextcloud/all-in-one/pull/1615 (fixed with https://github.com/nextcloud/all-in-one/pull/1657)
    • [x] https://github.com/nextcloud/all-in-one/pull/1619
    • [x] https://github.com/nextcloud/all-in-one/pull/1587
    • [x] https://github.com/nextcloud/all-in-one/pull/1604
    • [x] https://github.com/nextcloud/all-in-one/pull/1597 (test this e.g. with borg container; fixed with https://github.com/nextcloud/all-in-one/pull/1655)
    • [x] https://github.com/nextcloud/all-in-one/pull/1635 (fixed with https://github.com/nextcloud/all-in-one/pull/1656)
    • [x] https://github.com/nextcloud/all-in-one/pull/1637
    • [x] https://github.com/nextcloud/all-in-one/pull/1654
    • [x] https://github.com/nextcloud/all-in-one/pull/1596 (should be tested with a new instance)
    • [x] https://github.com/nextcloud/all-in-one/pull/1659 (test with borg and in a VM)
    • [x] https://github.com/nextcloud/all-in-one/pull/1663
    • [x] ~~https://github.com/nextcloud/all-in-one/pull/1658~~ (does not need to be tested)
    • [x] https://github.com/nextcloud/all-in-one/pull/1670 (fixed with https://github.com/nextcloud/all-in-one/commit/d8f24b886239167682727abcff6cf8e65245fdf5)
    • [x] https://github.com/nextcloud/all-in-one/pull/1671

    Tasks to do for new release:

    • [x] increase the version number in https://github.com/nextcloud/all-in-one/blob/main/php/templates/containers.twig#L19
    • [x] build new images. See https://github.com/nextcloud/all-in-one/blob/main/develop.md#how-to-build-new-containers
    • [x] do a last smoke test using the develop channel (See https://github.com/nextcloud/all-in-one/blob/main/develop.md#how-to-test-things-correctly)
    • [x] deploy from develop to beta. See https://github.com/nextcloud/all-in-one/blob/main/develop.md#how-to-promote-builds-from-develop-to-beta
    • [x] tag a new release here on github which fits the version number (and use vX.Y.Z as tag and title + Beta, use the autogenerated changelog) and make it a pre-release
    • [x] rename next milestone to the same version number
    • [x] create a new milestone that is called next
    • [x] move all open issues/PRs to that new milestone
    • [x] post in all issues and discussions that were fixed/implemented that this is now released with the new beta version and post how to switch to the beta channel (e.g. This is now released with X.Y.Z Beta. Testing and feedback is welcome! See https://github.com/nextcloud/all-in-one#how-to-switch-the-channel)
    • [ ] wait a week and see if new bugs get reported and don't merge any PR into the main branch of this repo in the meantime! (until 12.01.)
    • [ ] if not, publish to latest as describe below; if yes simply close this milestone and create a new one that includes the bugfixes and starts from the beginning of this guide
    • [ ] deploy from beta to latest. See https://github.com/nextcloud/all-in-one/blob/main/develop.md#how-to-promote-builds-from-beta-to-latest
    • [ ] change the pre-release to be a stable and the latest release and remove Beta from the title
    • [ ] close the old milestone
    overview 
    opened by szaimen 0
Releases(v4.1.0)
  • v4.1.0(Jan 5, 2023)

    What's Changed

    • manual-install: add docker profiles for optional services by @ManOki in https://github.com/nextcloud/all-in-one/pull/1586
    • manual-install: update readme to use default docker environment file by @ManOki in https://github.com/nextcloud/all-in-one/pull/1590
    • improve the apache reverse proxy documentation by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1580
    • manual-install: add IMAGE_TAG to omit separate latest-arm64.yml by @ManOki in https://github.com/nextcloud/all-in-one/pull/1591
    • Yaml updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1527
    • rename values of containers definition to match docker-compose values by @szaimen in https://github.com/nextcloud/all-in-one/pull/1595
    • allow to hide containers from the interface via display_name by @szaimen in https://github.com/nextcloud/all-in-one/pull/1598
    • add freetype-dev and fontconfig-dev for compiliing imagick by @szaimen in https://github.com/nextcloud/all-in-one/pull/1624
    • add other file types as well by @szaimen in https://github.com/nextcloud/all-in-one/pull/1626
    • move imagick back to the dockerfile by @szaimen in https://github.com/nextcloud/all-in-one/pull/1627
    • allow to make wrong database intialization better debuggable by @szaimen in https://github.com/nextcloud/all-in-one/pull/1621
    • migration - add some documentation on limits regarding the database owner name by @szaimen in https://github.com/nextcloud/all-in-one/pull/1620
    • borg - add progress back and add some additional output by @szaimen in https://github.com/nextcloud/all-in-one/pull/1622
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1612
    • update mastercontainer to php 8.1 by @szaimen in https://github.com/nextcloud/all-in-one/pull/1587
    • improve healthcheck to only exit 1 if it is started by @szaimen in https://github.com/nextcloud/all-in-one/pull/1615
    • change dockerfile links, add tzdata to fulltext, migrate healthchecks to nc by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1619
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1631
    • secrets should only get generated if defined in secrets of container.… by @szaimen in https://github.com/nextcloud/all-in-one/pull/1596
    • allow to add container to host network by @szaimen in https://github.com/nextcloud/all-in-one/pull/1597
    • rename volume name to source and volume location to destination by @szaimen in https://github.com/nextcloud/all-in-one/pull/1637
    • refactor containerports by @szaimen in https://github.com/nextcloud/all-in-one/pull/1635
    • add types for missing ones and bring psalm-baseline down to zero by @szaimen in https://github.com/nextcloud/all-in-one/pull/1645
    • fix exposing containers by @szaimen in https://github.com/nextcloud/all-in-one/pull/1656
    • fix adding containers to the host network by @szaimen in https://github.com/nextcloud/all-in-one/pull/1655
    • fix healthcheck for nextcloud and database by @szaimen in https://github.com/nextcloud/all-in-one/pull/1657
    • improve containeers schema by @szaimen in https://github.com/nextcloud/all-in-one/pull/1604
    • allow to enable shipped apps during startup by @szaimen in https://github.com/nextcloud/all-in-one/pull/1654
    • Bump nextcloud/imaginary from 20221201 to 20230101 in /Containers/imaginary by @dependabot in https://github.com/nextcloud/all-in-one/pull/1646
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1660
    • allow to add the /dev/dri device into the container and refactor devices by @szaimen in https://github.com/nextcloud/all-in-one/pull/1659
    • set remote_font_config for collabora by @szaimen in https://github.com/nextcloud/all-in-one/pull/1663
    • Yaml updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1639
    • add twofactor_totp back as default enabled app by @szaimen in https://github.com/nextcloud/all-in-one/pull/1658
    • add ulimit for the talk container due to a bug in libwebsockets by @szaimen in https://github.com/nextcloud/all-in-one/pull/1671
    • Yaml updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1667
    • allow to repair the integrity of the backup archive by @szaimen in https://github.com/nextcloud/all-in-one/pull/1670

    New Contributors

    • @ManOki made their first contribution in https://github.com/nextcloud/all-in-one/pull/1586

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v4.0.1...v4.1.0

    Source code(tar.gz)
    Source code(zip)
  • v4.0.1(Dec 23, 2022)

    What's Changed

    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1517
    • Bump cirrus-actions/rebase from 1.7 to 1.8 by @dependabot in https://github.com/nextcloud/all-in-one/pull/1521
    • Bump ubuntu from focal-20221019 to focal-20221130 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/1500
    • Bump elasticsearch from 7.17.7 to 7.17.8 in /Containers/fulltextsearch by @dependabot in https://github.com/nextcloud/all-in-one/pull/1512
    • also sync autoconfig files by @szaimen in https://github.com/nextcloud/all-in-one/pull/1514
    • manual-install - remove container_name so that it should run using do… by @szaimen in https://github.com/nextcloud/all-in-one/pull/1515
    • fix spaces in env file by @szaimen in https://github.com/nextcloud/all-in-one/pull/1516
    • Bump redis from 6.2.7-alpine to 6.2.8-alpine in /Containers/redis by @dependabot in https://github.com/nextcloud/all-in-one/pull/1520
    • remove the apporder and twofactor_totp app by @szaimen in https://github.com/nextcloud/all-in-one/pull/1432
    • also back up the fulltextsearch volume by @szaimen in https://github.com/nextcloud/all-in-one/pull/1513
    • remove pdo_mysql by @szaimen in https://github.com/nextcloud/all-in-one/pull/1496
    • add a volume for redis by @szaimen in https://github.com/nextcloud/all-in-one/pull/1497
    • add a volume for collabora fonts by @szaimen in https://github.com/nextcloud/all-in-one/pull/1498
    • update to Nextcloud 25 by @szaimen in https://github.com/nextcloud/all-in-one/pull/1495
    • Don't start the Nextcloud container if the installation failed by @szaimen in https://github.com/nextcloud/all-in-one/pull/1533
    • fix Clamav starting trap by @szaimen in https://github.com/nextcloud/all-in-one/pull/1534
    • make more clear what to do when borg check fails by @szaimen in https://github.com/nextcloud/all-in-one/pull/1506
    • reload in case of undefined response by @szaimen in https://github.com/nextcloud/all-in-one/pull/1539
    • add stdbuf by @szaimen in https://github.com/nextcloud/all-in-one/pull/1532
    • Revert "fix Clamav starting trap" by @szaimen in https://github.com/nextcloud/all-in-one/pull/1540
    • change clamd startup timeout to 90s by @szaimen in https://github.com/nextcloud/all-in-one/pull/1541
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1548
    • Added cifs/smb config help to readme by @thigg in https://github.com/nextcloud/all-in-one/pull/1544
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1556
    • Bump debian from bullseye-20221205-slim to bullseye-20221219-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/1567
    • Bump debian from bullseye-20221205-slim to bullseye-20221219-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1568
    • Bump collabora/code from 22.05.8.4.1 to 22.05.9.2.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1559
    • add gcompat for the recognize app by @szaimen in https://github.com/nextcloud/all-in-one/pull/1569
    • fix the turn:add syntax by @szaimen in https://github.com/nextcloud/all-in-one/pull/1558
    • make the turnserver more reliable by @szaimen in https://github.com/nextcloud/all-in-one/pull/1566
    • improve database import by @szaimen in https://github.com/nextcloud/all-in-one/pull/1557
    • make collabora more safe by @szaimen in https://github.com/nextcloud/all-in-one/pull/1499

    New Contributors

    • @thigg made their first contribution in https://github.com/nextcloud/all-in-one/pull/1544

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v3.2.0...v4.0.1

    Source code(tar.gz)
    Source code(zip)
  • v4.0.0(Dec 17, 2022)

    What's Changed

    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1517
    • Bump cirrus-actions/rebase from 1.7 to 1.8 by @dependabot in https://github.com/nextcloud/all-in-one/pull/1521
    • Bump ubuntu from focal-20221019 to focal-20221130 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/1500
    • Bump elasticsearch from 7.17.7 to 7.17.8 in /Containers/fulltextsearch by @dependabot in https://github.com/nextcloud/all-in-one/pull/1512
    • also sync autoconfig files by @szaimen in https://github.com/nextcloud/all-in-one/pull/1514
    • manual-install - remove container_name so that it should run using do… by @szaimen in https://github.com/nextcloud/all-in-one/pull/1515
    • fix spaces in env file by @szaimen in https://github.com/nextcloud/all-in-one/pull/1516
    • Bump redis from 6.2.7-alpine to 6.2.8-alpine in /Containers/redis by @dependabot in https://github.com/nextcloud/all-in-one/pull/1520
    • remove the apporder and twofactor_totp app by @szaimen in https://github.com/nextcloud/all-in-one/pull/1432
    • also back up the fulltextsearch volume by @szaimen in https://github.com/nextcloud/all-in-one/pull/1513
    • remove pdo_mysql by @szaimen in https://github.com/nextcloud/all-in-one/pull/1496
    • add a volume for redis by @szaimen in https://github.com/nextcloud/all-in-one/pull/1497
    • add a volume for collabora fonts by @szaimen in https://github.com/nextcloud/all-in-one/pull/1498
    • update to Nextcloud 25 by @szaimen in https://github.com/nextcloud/all-in-one/pull/1495
    • Don't start the Nextcloud container if the installation failed by @szaimen in https://github.com/nextcloud/all-in-one/pull/1533
    • make more clear what to do when borg check fails by @szaimen in https://github.com/nextcloud/all-in-one/pull/1506
    • reload in case of undefined response by @szaimen in https://github.com/nextcloud/all-in-one/pull/1539
    • add stdbuf by @szaimen in https://github.com/nextcloud/all-in-one/pull/1532
    • change clamd startup timeout to 90s by @szaimen in https://github.com/nextcloud/all-in-one/pull/1541

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v3.2.0...v4.0.0

    Source code(tar.gz)
    Source code(zip)
  • v3.2.0(Dec 8, 2022)

    What's Changed

    • Fix reverse proxy documentation for nginx by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1451
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1464
    • Update readme.md by @sergiocasero in https://github.com/nextcloud/all-in-one/pull/1465
    • adjust migration docs by @szaimen in https://github.com/nextcloud/all-in-one/pull/1462
    • increase the loglevel for watchtower by @szaimen in https://github.com/nextcloud/all-in-one/pull/1470
    • add a hint what to do if the backup container was forcefully killed by @szaimen in https://github.com/nextcloud/all-in-one/pull/1472
    • add hint for not present appdata dir by @szaimen in https://github.com/nextcloud/all-in-one/pull/1473
    • Bump nextcloud/imaginary from 20221101 to 20221201 in /Containers/imaginary by @dependabot in https://github.com/nextcloud/all-in-one/pull/1466
    • Bump collabora/code from 22.05.8.2.1 to 22.05.8.4.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1447
    • Bump php from 8.0.25-apache-bullseye to 8.0.26-apache-bullseye in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1456
    • Bump php from 8.0.25-fpm-alpine3.16 to 8.0.26-fpm-alpine3.16 in /Containers/nextcloud by @dependabot in https://github.com/nextcloud/all-in-one/pull/1454
    • Bump clamav/clamav from 0.105.1 to 0.105.1-7 in /Containers/clamav by @dependabot in https://github.com/nextcloud/all-in-one/pull/1441
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1477
    • Bump dessant/lock-threads from 3 to 4 by @dependabot in https://github.com/nextcloud/all-in-one/pull/1484
    • check if vfs or fuse-overlayfs is used by @szaimen in https://github.com/nextcloud/all-in-one/pull/1471
    • Print apache errors in the future to stderr by @szaimen in https://github.com/nextcloud/all-in-one/pull/1482
    • re-activate error.log for php-fpm by @szaimen in https://github.com/nextcloud/all-in-one/pull/1481
    • Bump debian from bullseye-20221114-slim to bullseye-20221205-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/1486
    • Bump debian from bullseye-20221114-slim to bullseye-20221205-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1485
    • Nextcloud update by @github-actions in https://github.com/nextcloud/all-in-one/pull/1491
    • do not delete the updater so that it can get used later on by @szaimen in https://github.com/nextcloud/all-in-one/pull/1363

    New Contributors

    • @sergiocasero made their first contribution in https://github.com/nextcloud/all-in-one/pull/1465

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v3.1.0...v3.2.0

    Source code(tar.gz)
    Source code(zip)
  • v3.1.0(Nov 22, 2022)

    What's Changed

    • Bump postgres from 14.5-alpine to 14.6-alpine in /Containers/postgresql by @dependabot in https://github.com/nextcloud/all-in-one/pull/1390
    • imaginary - add -return-size option by default by @szaimen in https://github.com/nextcloud/all-in-one/pull/1394
    • re-add the password change by @szaimen in https://github.com/nextcloud/all-in-one/pull/1404
    • Bump debian from bullseye-20221024-slim to bullseye-20221114-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/1407
    • Bump debian from bullseye-20221024-slim to bullseye-20221114-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1408
    • Bump alpine from 3.16.2 to 3.16.3 in /Containers/domaincheck by @dependabot in https://github.com/nextcloud/all-in-one/pull/1401
    • Bump alpine from 3.16.2 to 3.16.3 in /Containers/watchtower by @dependabot in https://github.com/nextcloud/all-in-one/pull/1402
    • add an AIO outdated notification by @szaimen in https://github.com/nextcloud/all-in-one/pull/1419
    • make update process more stable by @szaimen in https://github.com/nextcloud/all-in-one/pull/1420
    • add a guide on how to run automatic updates without creating a backup… by @szaimen in https://github.com/nextcloud/all-in-one/pull/1423
    • make sure to only trigger the daily-backup script if daily_backups ar… by @szaimen in https://github.com/nextcloud/all-in-one/pull/1428

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v3.0.0...v3.1.0

    Source code(tar.gz)
    Source code(zip)
  • v3.0.0(Nov 10, 2022)

    What's Changed

    • add php-deprecation-detector by @szaimen in https://github.com/nextcloud/all-in-one/pull/1365
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1369
    • Proofread and revise explanation of the initial docker run command by @roib20 in https://github.com/nextcloud/all-in-one/pull/1376
    • Add explanation of the initial docker run command to the readme by @szaimen in https://github.com/nextcloud/all-in-one/pull/1375
    • Fixed typo's readme.md by @Brouware in https://github.com/nextcloud/all-in-one/pull/1362
    • allow to adjust Nextcloud apps that get installed upon first startup by @szaimen in https://github.com/nextcloud/all-in-one/pull/1199
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1368
    • Bump collabora/code from 22.05.7.3.1 to 22.05.8.2.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1380
    • Bump containrrr/watchtower from 1.4.0 to 1.5.1 in /Containers/watchtower by @dependabot in https://github.com/nextcloud/all-in-one/pull/1374
    • rename TRUSTED_CACERTS_DIR to NEXTCLOUD_TRUSTED_CACERTS_DIR by @szaimen in https://github.com/nextcloud/all-in-one/pull/1381
    • improve the UX when the login is blocked by @szaimen in https://github.com/nextcloud/all-in-one/pull/1378
    • allow to adjust the PHP memory limit by @szaimen in https://github.com/nextcloud/all-in-one/pull/1382
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1385
    • session should not get cleared automatically before 24h by @szaimen in https://github.com/nextcloud/all-in-one/pull/1370
    • allow to add dependencies and php extensions into the Nextcloud container by @szaimen in https://github.com/nextcloud/all-in-one/pull/1377
    • follow-up to #1377 by @szaimen in https://github.com/nextcloud/all-in-one/pull/1386
    • 2nd follow-up to #1377 by @szaimen in https://github.com/nextcloud/all-in-one/pull/1387
    • fix regex syntax by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1388

    New Contributors

    • @roib20 made their first contribution in https://github.com/nextcloud/all-in-one/pull/1376
    • @Brouware made their first contribution in https://github.com/nextcloud/all-in-one/pull/1362

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v2.1.2...v3.0.0

    Source code(tar.gz)
    Source code(zip)
  • v2.1.2(Nov 3, 2022)

    What's Changed

    • Nextcloud update by @github-actions in https://github.com/nextcloud/all-in-one/pull/1355
    • Bump collabora/code from 22.05.7.2.1 to 22.05.7.3.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1351
    • Bump nextcloud/imaginary from 20221003 to 20221101 in /Containers/imaginary by @dependabot in https://github.com/nextcloud/all-in-one/pull/1347

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v2.1.1...v2.1.2

    Source code(tar.gz)
    Source code(zip)
  • v2.1.1(Oct 31, 2022)

    What's Changed

    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1235
    • rework the apache reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/1236
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1250
    • Updating lint-php.yml workflow from template by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1266
    • add HaProxy to reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/1197
    • Update nginx section of reverse-proxy.md by @Klaus15 in https://github.com/nextcloud/all-in-one/pull/1259
    • add 2nd tab warning by @szaimen in https://github.com/nextcloud/all-in-one/pull/1275
    • install borg from backports in the future by @szaimen in https://github.com/nextcloud/all-in-one/pull/1305
    • Bump collabora/code from 22.05.6.3.1 to 22.05.7.2.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1302
    • Bump docker from 20.10.18-dind-alpine3.16 to 20.10.20-dind-alpine3.16 in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1285
    • Bump caddy from 2.6.1-alpine to 2.6.2-alpine in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1262
    • Bump caddy from 2.6.1-alpine to 2.6.2-alpine in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1261
    • Bump ubuntu from focal-20220922 to focal-20221019 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/1308
    • Bump debian from bullseye-20221004-slim to bullseye-20221024-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/1309
    • Bump debian from bullseye-20221004-slim to bullseye-20221024-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1310
    • Hint about custom datadirectory path in database migration by @BR14Nx in https://github.com/nextcloud/all-in-one/pull/1324
    • Bump guzzlehttp/psr7 from 2.4.1 to 2.4.2 in /php by @dependabot in https://github.com/nextcloud/all-in-one/pull/1319
    • Bump docker from 20.10.20-dind-alpine3.16 to 20.10.21-dind-alpine3.16 in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1320
    • prettify json and unescape slashes by @szaimen in https://github.com/nextcloud/all-in-one/pull/1325
    • rework session deduplication by @szaimen in https://github.com/nextcloud/all-in-one/pull/1274
    • change entrypoint of nextcloud container to root by @szaimen in https://github.com/nextcloud/all-in-one/pull/1249
    • rework NGINX reverse proxy docs to support CODE by @TheManchineel in https://github.com/nextcloud/all-in-one/pull/1313
    • Bump guzzlehttp/psr7 from 2.4.2 to 2.4.3 in /php by @dependabot in https://github.com/nextcloud/all-in-one/pull/1327
    • Bump elasticsearch from 7.17.6 to 7.17.7 in /Containers/fulltextsearch by @dependabot in https://github.com/nextcloud/all-in-one/pull/1329
    • use the add commands to add talk settings by @szaimen in https://github.com/nextcloud/all-in-one/pull/1307
    • skip app update if backup was restored or comparable by @szaimen in https://github.com/nextcloud/all-in-one/pull/1326
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1332
    • improve nginx reverse proxy documnetation by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1331
    • optimize nginx reverse proxy documentation by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1336
    • Make sure that the sites are really gone by @szaimen in https://github.com/nextcloud/all-in-one/pull/1344
    • Bump php from 8.0.24-apache-bullseye to 8.0.25-apache-bullseye in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1346
    • Bump php from 8.0.24-fpm-alpine3.16 to 8.0.25-fpm-alpine3.16 in /Containers/nextcloud by @dependabot in https://github.com/nextcloud/all-in-one/pull/1345
    • fix the notify script by @szaimen in https://github.com/nextcloud/all-in-one/pull/1340
    • improve logging situation by @szaimen in https://github.com/nextcloud/all-in-one/pull/1339

    New Contributors

    • @Klaus15 made their first contribution in https://github.com/nextcloud/all-in-one/pull/1259
    • @BR14Nx made their first contribution in https://github.com/nextcloud/all-in-one/pull/1324
    • @TheManchineel made their first contribution in https://github.com/nextcloud/all-in-one/pull/1313

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v2.0.4...v2.1.1

    Source code(tar.gz)
    Source code(zip)
  • v2.1.0(Oct 27, 2022)

    What's Changed

    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1235
    • rework the apache reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/1236
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1250
    • Updating lint-php.yml workflow from template by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/1266
    • add HaProxy to reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/1197
    • Update nginx section of reverse-proxy.md by @Klaus15 in https://github.com/nextcloud/all-in-one/pull/1259
    • add 2nd tab warning by @szaimen in https://github.com/nextcloud/all-in-one/pull/1275
    • install borg from backports in the future by @szaimen in https://github.com/nextcloud/all-in-one/pull/1305
    • Bump collabora/code from 22.05.6.3.1 to 22.05.7.2.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1302
    • Bump docker from 20.10.18-dind-alpine3.16 to 20.10.20-dind-alpine3.16 in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1285
    • Bump caddy from 2.6.1-alpine to 2.6.2-alpine in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1262
    • Bump caddy from 2.6.1-alpine to 2.6.2-alpine in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1261
    • Bump ubuntu from focal-20220922 to focal-20221019 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/1308
    • Bump debian from bullseye-20221004-slim to bullseye-20221024-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/1309
    • Bump debian from bullseye-20221004-slim to bullseye-20221024-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1310
    • Hint about custom datadirectory path in database migration by @BR14Nx in https://github.com/nextcloud/all-in-one/pull/1324
    • Bump guzzlehttp/psr7 from 2.4.1 to 2.4.2 in /php by @dependabot in https://github.com/nextcloud/all-in-one/pull/1319
    • Bump docker from 20.10.20-dind-alpine3.16 to 20.10.21-dind-alpine3.16 in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1320
    • prettify json and unescape slashes by @szaimen in https://github.com/nextcloud/all-in-one/pull/1325
    • rework session deduplication by @szaimen in https://github.com/nextcloud/all-in-one/pull/1274
    • change entrypoint of nextcloud container to root by @szaimen in https://github.com/nextcloud/all-in-one/pull/1249
    • rework NGINX reverse proxy docs to support CODE by @TheManchineel in https://github.com/nextcloud/all-in-one/pull/1313
    • Bump guzzlehttp/psr7 from 2.4.2 to 2.4.3 in /php by @dependabot in https://github.com/nextcloud/all-in-one/pull/1327
    • Bump elasticsearch from 7.17.6 to 7.17.7 in /Containers/fulltextsearch by @dependabot in https://github.com/nextcloud/all-in-one/pull/1329
    • use the add commands to add talk settings by @szaimen in https://github.com/nextcloud/all-in-one/pull/1307
    • skip app update if backup was restored or comparable by @szaimen in https://github.com/nextcloud/all-in-one/pull/1326

    New Contributors

    • @Klaus15 made their first contribution in https://github.com/nextcloud/all-in-one/pull/1259
    • @BR14Nx made their first contribution in https://github.com/nextcloud/all-in-one/pull/1324
    • @TheManchineel made their first contribution in https://github.com/nextcloud/all-in-one/pull/1313

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v2.0.4...v2.1.0

    Source code(tar.gz)
    Source code(zip)
  • v2.0.4(Oct 6, 2022)

    What's Changed

    • Bump caddy from 2.5.2-alpine to 2.6.1-alpine in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1189
    • Bump caddy from 2.5.2-alpine to 2.6.1-alpine in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1188
    • Bump collabora/code from 22.05.6.1.1 to 22.05.6.3.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1205
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1208
    • fix talk startup logs by @szaimen in https://github.com/nextcloud/all-in-one/pull/1203
    • Bump php from 8.0.23-apache-bullseye to 8.0.24-apache-bullseye in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1215
    • Bump php from 8.0.23-fpm-alpine3.16 to 8.0.24-fpm-alpine3.16 in /Containers/nextcloud by @dependabot in https://github.com/nextcloud/all-in-one/pull/1216
    • Bump nextcloud/imaginary from 20220919 to 20221003 in /Containers/imaginary by @dependabot in https://github.com/nextcloud/all-in-one/pull/1217
    • Bump debian from bullseye-20220912-slim to bullseye-20221004-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/1223
    • Bump ubuntu from focal-20220826 to focal-20220922 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/1224
    • Bump debian from bullseye-20220912-slim to bullseye-20221004-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1225
    • Nextcloud update by @github-actions in https://github.com/nextcloud/all-in-one/pull/1228
    • add channel advice by @szaimen in https://github.com/nextcloud/all-in-one/pull/1229
    • use netcat for healthchecks by @szaimen in https://github.com/nextcloud/all-in-one/pull/1232
    • add a check for free space by @szaimen in https://github.com/nextcloud/all-in-one/pull/1231
    • add Synology Reverse Proxyy to reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/1206

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v2.0.3...v2.0.4

    Source code(tar.gz)
    Source code(zip)
  • v2.0.3(Sep 20, 2022)

    What's Changed

    • Let the Nextcloud-Container trust custom CAs (e.g. for using LDAPS) 2 by @lollo0296 in https://github.com/nextcloud/all-in-one/pull/1097
    • Bump nextcloud/imaginary from 20220905 to 20220919 in /Containers/imaginary by @dependabot in https://github.com/nextcloud/all-in-one/pull/1171
    • Bump collabora/code from 22.05.5.4.1 to 22.05.6.1.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1157
    • Bump debian from bullseye-20220822-slim to bullseye-20220912-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1144
    • Bump debian from bullseye-20220822-slim to bullseye-20220912-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/1145
    • Bump docker from 20.10.17-dind-alpine3.16 to 20.10.18-dind-alpine3.16 in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1146
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1141
    • Nextcloud update by @github-actions in https://github.com/nextcloud/all-in-one/pull/1172
    • fix removal of the updatenotification app for migrated instances by @szaimen in https://github.com/nextcloud/all-in-one/pull/1169
    • aio-apache configuration now uses NEXTCLOUD_HOST env variable (#1173) by @mustaphazorgati in https://github.com/nextcloud/all-in-one/pull/1174
    • update permissions output and fix usage of variable by @szaimen in https://github.com/nextcloud/all-in-one/pull/1177
    • bring Apache limits in sync with PHP limits by @szaimen in https://github.com/nextcloud/all-in-one/pull/1178
    • small enhancements for daily-backup.sh by @szaimen in https://github.com/nextcloud/all-in-one/pull/1168
    • allow to disable seccomp for collabora by @szaimen in https://github.com/nextcloud/all-in-one/pull/1150

    New Contributors

    • @lollo0296 made their first contribution in https://github.com/nextcloud/all-in-one/pull/1097
    • @mustaphazorgati made their first contribution in https://github.com/nextcloud/all-in-one/pull/1174

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v2.0.2...v2.0.3

    Source code(tar.gz)
    Source code(zip)
  • v2.0.2(Sep 8, 2022)

    What's Changed

    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1081
    • Bump php from 8.0.22-apache-bullseye to 8.0.23-apache-bullseye in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/1102
    • Bump ubuntu from focal-20220801 to focal-20220826 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/1103
    • Bump php from 8.0.22-fpm-alpine3.16 to 8.0.23-fpm-alpine3.16 in /Containers/nextcloud by @dependabot in https://github.com/nextcloud/all-in-one/pull/1104
    • Bump nextcloud/imaginary from 20220822 to 20220905 in /Containers/imaginary by @dependabot in https://github.com/nextcloud/all-in-one/pull/1120
    • Nextcloud update by @github-actions in https://github.com/nextcloud/all-in-one/pull/1134
    • TURN_CONF set total-quota unlimited by @MartinM01 in https://github.com/nextcloud/all-in-one/pull/1129
    • Allow to choose a different backup location if the first backup fails by @szaimen in https://github.com/nextcloud/all-in-one/pull/1107
    • get rid of some strange lines in the mastercontainer logs by @szaimen in https://github.com/nextcloud/all-in-one/pull/1096
    • do not show progress for borg operations by @szaimen in https://github.com/nextcloud/all-in-one/pull/1095
    • the dbpassword and dbuser do not need to be overwritten anymore by @szaimen in https://github.com/nextcloud/all-in-one/pull/1092
    • do not pull containers if START_CONTAINERS was provided and not … by @szaimen in https://github.com/nextcloud/all-in-one/pull/1069
    • add a check for init-user-db.sh by @szaimen in https://github.com/nextcloud/all-in-one/pull/1118
    • rework the daily backup script and allow to start the backup check from it by @szaimen in https://github.com/nextcloud/all-in-one/pull/1094
    • fix container logs new line by @szaimen in https://github.com/nextcloud/all-in-one/pull/1093
    • Revert "add a check for init-user-db.sh" by @szaimen in https://github.com/nextcloud/all-in-one/pull/1135
    • add a confirmation for the timezone by @szaimen in https://github.com/nextcloud/all-in-one/pull/1136

    New Contributors

    • @MartinM01 made their first contribution in https://github.com/nextcloud/all-in-one/pull/1129

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v2.0.1...v2.0.2

    Source code(tar.gz)
    Source code(zip)
  • v2.0.1(Sep 5, 2022)

    What's Changed

    • add imaginary as option by @szaimen in https://github.com/nextcloud/all-in-one/pull/1026
    • allow to adjust the upload limit by @szaimen in https://github.com/nextcloud/all-in-one/pull/1028
    • Set default talk port inside Dockerfile by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1035
    • allow to adjust the max upload time by @szaimen in https://github.com/nextcloud/all-in-one/pull/1030
    • set max connections and max php children based on available hardware by @szaimen in https://github.com/nextcloud/all-in-one/pull/1029
    • Bump debian from bullseye-20220801-slim to bullseye-20220822-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1051
    • Bump debian from bullseye-20220801-slim to bullseye-20220822-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/1049
    • Bump collabora/code from 22.05.5.3.1 to 22.05.5.4.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1050
    • Fix bad error message in start.sh by @flortsch in https://github.com/nextcloud/all-in-one/pull/1052
    • Configure tempdirectory automatically by @szaimen in https://github.com/nextcloud/all-in-one/pull/1042
    • add fulltextsearch as option by @szaimen in https://github.com/nextcloud/all-in-one/pull/1044
    • allow to back up additional directories by @szaimen in https://github.com/nextcloud/all-in-one/pull/1046
    • add docker healthchecks to the docker images by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1058
    • modify the docker run command to not exit if you press ctrl+c by @szaimen in https://github.com/nextcloud/all-in-one/pull/1063
    • use long syntax for port publishing by @szaimen in https://github.com/nextcloud/all-in-one/pull/1064
    • Fix typo in mastercontainer start.sh by @AlvaroBrey in https://github.com/nextcloud/all-in-one/pull/1113
    • improve healthcheck for mastercontainer by @szaimen in https://github.com/nextcloud/all-in-one/pull/1116

    New Contributors

    • @Zoey2936 made their first contribution in https://github.com/nextcloud/all-in-one/pull/1035
    • @AlvaroBrey made their first contribution in https://github.com/nextcloud/all-in-one/pull/1113

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.7.1...v2.0.1

    Source code(tar.gz)
    Source code(zip)
  • v2.0.0(Aug 26, 2022)

    What's Changed

    • add imaginary as option by @szaimen in https://github.com/nextcloud/all-in-one/pull/1026
    • allow to adjust the upload limit by @szaimen in https://github.com/nextcloud/all-in-one/pull/1028
    • Set default talk port inside Dockerfile by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1035
    • allow to adjust the max upload time by @szaimen in https://github.com/nextcloud/all-in-one/pull/1030
    • set max connections and max php children based on available hardware by @szaimen in https://github.com/nextcloud/all-in-one/pull/1029
    • Bump debian from bullseye-20220801-slim to bullseye-20220822-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/1051
    • Bump debian from bullseye-20220801-slim to bullseye-20220822-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/1049
    • Bump collabora/code from 22.05.5.3.1 to 22.05.5.4.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1050
    • Fix bad error message in start.sh by @flortsch in https://github.com/nextcloud/all-in-one/pull/1052
    • Configure tempdirectory automatically by @szaimen in https://github.com/nextcloud/all-in-one/pull/1042
    • add fulltextsearch as option by @szaimen in https://github.com/nextcloud/all-in-one/pull/1044
    • allow to back up additional directories by @szaimen in https://github.com/nextcloud/all-in-one/pull/1046
    • add docker healthchecks to the docker images by @Zoey2936 in https://github.com/nextcloud/all-in-one/pull/1058
    • modify the docker run command to not exit if you press ctrl+c by @szaimen in https://github.com/nextcloud/all-in-one/pull/1063
    • use long syntax for port publishing by @szaimen in https://github.com/nextcloud/all-in-one/pull/1064

    New Contributors

    • @Zoey2936 made their first contribution in https://github.com/nextcloud/all-in-one/pull/1035

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.7.1...v2.0.0

    Source code(tar.gz)
    Source code(zip)
  • v1.7.1(Aug 17, 2022)

    What's Changed

    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/980
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/991
    • Bump collabora/code from 22.05.4.1.1 to 22.05.5.1.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/993
    • Bump collabora/code from 22.05.5.1.1 to 22.05.5.2.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/995
    • Fix sed line in start.sh by @flortsch in https://github.com/nextcloud/all-in-one/pull/1010
    • Bump clamav/clamav from 0.105.0 to 0.105.1 in /Containers/clamav by @dependabot in https://github.com/nextcloud/all-in-one/pull/977
    • Bump debian from bullseye-20220711-slim to bullseye-20220801-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/987
    • Bump debian from bullseye-20220711-slim to bullseye-20220801-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/988
    • Bump ubuntu from focal-20220531 to focal-20220801 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/989
    • Bump php from 8.0.21-fpm-alpine3.16 to 8.0.22-fpm-alpine3.16 in /Containers/nextcloud by @dependabot in https://github.com/nextcloud/all-in-one/pull/996
    • Bump php from 8.0.21-apache-bullseye to 8.0.22-apache-bullseye in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/997
    • Nextcloud update by @github-actions in https://github.com/nextcloud/all-in-one/pull/1006
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/1007
    • Bump alpine from 3.16.1 to 3.16.2 in /Containers/watchtower by @dependabot in https://github.com/nextcloud/all-in-one/pull/1002
    • Bump alpine from 3.16.1 to 3.16.2 in /Containers/domaincheck by @dependabot in https://github.com/nextcloud/all-in-one/pull/1003
    • Bump postgres from 14.4-alpine to 14.5-alpine in /Containers/postgresql by @dependabot in https://github.com/nextcloud/all-in-one/pull/1020
    • Grammar fix: Replace "loose" with "lose" by @andygeorge in https://github.com/nextcloud/all-in-one/pull/1021
    • Bump collabora/code from 22.05.5.2.1 to 22.05.5.3.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/1023
    • Set collabora home option by @juliushaertl in https://github.com/nextcloud/all-in-one/pull/1022
    • wait for the database startup correctly by @szaimen in https://github.com/nextcloud/all-in-one/pull/1018
    • don't allow the Nextcloud container to start if the update failed by @szaimen in https://github.com/nextcloud/all-in-one/pull/1019

    New Contributors

    • @flortsch made their first contribution in https://github.com/nextcloud/all-in-one/pull/1010
    • @andygeorge made their first contribution in https://github.com/nextcloud/all-in-one/pull/1021
    • @juliushaertl made their first contribution in https://github.com/nextcloud/all-in-one/pull/1022

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.7.0...v1.7.1

    Source code(tar.gz)
    Source code(zip)
  • v1.7.0(Jul 26, 2022)

    What's Changed

    • document how to run it locally by @szaimen in https://github.com/nextcloud/all-in-one/pull/949
    • add documentation on how use ACME DNS-challenge for AIO by @szaimen in https://github.com/nextcloud/all-in-one/pull/947
    • add documentation for mail server by @szaimen in https://github.com/nextcloud/all-in-one/pull/946
    • add documentation on how to run multiple AIO instances on the same server by @szaimen in https://github.com/nextcloud/all-in-one/pull/940
    • Fixes small typo in multiple-instances.md by @fa-ribeiro in https://github.com/nextcloud/all-in-one/pull/968
    • fix database import for cases where the owner is not one of the expec… by @szaimen in https://github.com/nextcloud/all-in-one/pull/970
    • update clamav to 0.105.0 by @szaimen in https://github.com/nextcloud/all-in-one/pull/969
    • update php:fpm-alpine to 3.16 by @szaimen in https://github.com/nextcloud/all-in-one/pull/958
    • Bump alpine from 3.15.4 to 3.16.1 in /Containers/domaincheck by @dependabot in https://github.com/nextcloud/all-in-one/pull/956
    • Bump alpine from 3.15.4 to 3.16.1 in /Containers/watchtower by @dependabot in https://github.com/nextcloud/all-in-one/pull/955
    • update Nextcloud to 24 by @szaimen in https://github.com/nextcloud/all-in-one/pull/840
    • allow to disable the backup section by @szaimen in https://github.com/nextcloud/all-in-one/pull/945

    New Contributors

    • @fa-ribeiro made their first contribution in https://github.com/nextcloud/all-in-one/pull/968

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.6.0...v1.7.0

    Source code(tar.gz)
    Source code(zip)
  • v1.6.0(Jul 17, 2022)

    What's Changed

    • fixed typo in backup section of README by @grossamos in https://github.com/nextcloud/all-in-one/pull/896
    • Bump php from 8.0.20-fpm-alpine3.15 to 8.0.21-fpm-alpine3.15 in /Containers/nextcloud by @dependabot in https://github.com/nextcloud/all-in-one/pull/902
    • Bump php from 8.0.20-apache-bullseye to 8.0.21-apache-bullseye in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/903
    • Bump debian from bullseye-20220622-slim to bullseye-20220711-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/923
    • Bump debian from bullseye-20220622-slim to bullseye-20220711-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/924
    • Bump caddy from 2.5.1-alpine to 2.5.2-alpine in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/928
    • Bump collabora/code from 22.05.3.1.1 to 22.05.4.1.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/929
    • Bump caddy from 2.5.1-alpine to 2.5.2-alpine in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/930
    • improve docs on fail2ban config by @HedgeShot in https://github.com/nextcloud/all-in-one/pull/935
    • document how to run it with Portainer by @szaimen in https://github.com/nextcloud/all-in-one/pull/939
    • document how to change the domain by @szaimen in https://github.com/nextcloud/all-in-one/pull/938
    • document how to enable ipv6 support by @szaimen in https://github.com/nextcloud/all-in-one/pull/899
    • Improve docs for Cloudflare Tunnel setup by @MiguelGuthridge in https://github.com/nextcloud/all-in-one/pull/941
    • allow to specify an apache ip-binding by @szaimen in https://github.com/nextcloud/all-in-one/pull/904
    • only update apps on saturdays by @szaimen in https://github.com/nextcloud/all-in-one/pull/897
    • enable ipv6 for lighttpd by @szaimen in https://github.com/nextcloud/all-in-one/pull/898
    • allow to run daily backups without automatic updates by @szaimen in https://github.com/nextcloud/all-in-one/pull/908
    • Document how to restrict the apache_port only listen on localhost by @szaimen in https://github.com/nextcloud/all-in-one/pull/887
    • add documentation for running from an external script by @szaimen in https://github.com/nextcloud/all-in-one/pull/909

    New Contributors

    • @grossamos made their first contribution in https://github.com/nextcloud/all-in-one/pull/896
    • @HedgeShot made their first contribution in https://github.com/nextcloud/all-in-one/pull/935
    • @MiguelGuthridge made their first contribution in https://github.com/nextcloud/all-in-one/pull/941

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.5.0...v1.6.0

    Source code(tar.gz)
    Source code(zip)
  • v1.5.0(Jul 4, 2022)

    What's Changed

    • docs(manual-install): Fix typo in env var by @pmocek in https://github.com/nextcloud/all-in-one/pull/855
    • Bump debian from bullseye-20220527-slim to bullseye-20220622-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/857
    • Bump debian from bullseye-20220527-slim to bullseye-20220622-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/856
    • add some bruteforce documentation and some documentation on phpmyadmi… by @szaimen in https://github.com/nextcloud/all-in-one/pull/850
    • apache documentation - make the push proxy work by @szaimen in https://github.com/nextcloud/all-in-one/pull/835
    • add docs on how to set up fail2ban by @szaimen in https://github.com/nextcloud/all-in-one/pull/851
    • document how to install Netdata by @szaimen in https://github.com/nextcloud/all-in-one/pull/852
    • add a list of requirements for integrating new containers by @szaimen in https://github.com/nextcloud/all-in-one/pull/853
    • allow to change the backup path again if the initial backup was not s… by @szaimen in https://github.com/nextcloud/all-in-one/pull/864
    • improve logging of setdomain and allow private ip-addresses again when running behind a reverse proxy by @szaimen in https://github.com/nextcloud/all-in-one/pull/859
    • add a secret to onlyoffice by @szaimen in https://github.com/nextcloud/all-in-one/pull/794
    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/866
    • domain validation should be compatible with ipv6 only as well by @szaimen in https://github.com/nextcloud/all-in-one/pull/874
    • add documentation on how to fix the internal or reserved ip-address e… by @szaimen in https://github.com/nextcloud/all-in-one/pull/875
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/867
    • allow to skip the domain validation and add documentation for cloud… by @szaimen in https://github.com/nextcloud/all-in-one/pull/873
    • Bump collabora/code from 21.11.5.3.1 to 22.05.3.1.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/869
    • allow to adjust the talk port by @szaimen in https://github.com/nextcloud/all-in-one/pull/793
    • allow to set collabora dictionaries by @szaimen in https://github.com/nextcloud/all-in-one/pull/865

    New Contributors

    • @pmocek made their first contribution in https://github.com/nextcloud/all-in-one/pull/855

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.4.2...v1.5.0

    Source code(tar.gz)
    Source code(zip)
  • v1.4.2(Jun 22, 2022)

    What's Changed

    • add a note on docker-rootless regarding permissions outside the conta… by @szaimen in https://github.com/nextcloud/all-in-one/pull/829
    • Nextcloud update by @github-actions in https://github.com/nextcloud/all-in-one/pull/846
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/843
    • Bump collabora/code from 21.11.5.1.1 to 21.11.5.3.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/831
    • set the interned strings buffer to 32 by @szaimen in https://github.com/nextcloud/all-in-one/pull/832
    • fix trusted_proxies for caddy in case of a reverse proxy situation by @szaimen in https://github.com/nextcloud/all-in-one/pull/830
    • Bump docker from 20.10.16-dind-alpine3.16 to 20.10.17-dind-alpine3.16 in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/824
    • allow to lock the backup archive for external scripts by @szaimen in https://github.com/nextcloud/all-in-one/pull/795

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.4.1...v1.4.2

    Source code(tar.gz)
    Source code(zip)
  • v1.4.1(Jun 13, 2022)

    What's Changed

    • Bump ubuntu from focal-20220426 to focal-20220531 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/799
    • add apache to reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/679
    • add documentation for docker rootless by @szaimen in https://github.com/nextcloud/all-in-one/pull/648
    • Bump php from 8.0.19-fpm-alpine3.15 to 8.0.20-fpm-alpine3.15 in /Containers/nextcloud by @dependabot in https://github.com/nextcloud/all-in-one/pull/812
    • Bump php from 8.0.19-apache-bullseye to 8.0.20-apache-bullseye in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/811
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/806
    • increase opcache buffer to 64 by @szaimen in https://github.com/nextcloud/all-in-one/pull/791
    • allow to use it even if no channel was provided by @szaimen in https://github.com/nextcloud/all-in-one/pull/814
    • improve the ip-address check for setdomain by @szaimen in https://github.com/nextcloud/all-in-one/pull/792
    • Bump redis from 6.2.6-alpine to 6.2.7-alpine in /Containers/redis by @dependabot in https://github.com/nextcloud/all-in-one/pull/821

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.4.0...v1.4.1

    Source code(tar.gz)
    Source code(zip)
  • v1.4.0(Jun 6, 2022)

    What's Changed

    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/746
    • Bump debian from bullseye-20220509-slim to bullseye-20220527-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/766
    • Bump debian from bullseye-20220509-slim to bullseye-20220527-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/764
    • Bump collabora/code from 21.11.4.2.1 to 21.11.5.1.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/765
    • Bump onlyoffice/documentserver from 7.1.0.215 to 7.1.1.23 in /Containers/onlyoffice by @dependabot in https://github.com/nextcloud/all-in-one/pull/776
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/775
    • Do not break the borg lock automatically by @szaimen in https://github.com/nextcloud/all-in-one/pull/773
    • fix the notification spam by @szaimen in https://github.com/nextcloud/all-in-one/pull/759
    • fix writing to the caddyfile by @szaimen in https://github.com/nextcloud/all-in-one/pull/758
    • allow to specify the docker socket path by @szaimen in https://github.com/nextcloud/all-in-one/pull/636

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.3.1...v1.4.0

    Source code(tar.gz)
    Source code(zip)
  • v1.3.1(May 26, 2022)

    What's Changed

    • rework some workflows by @szaimen in https://github.com/nextcloud/all-in-one/pull/729
    • it should work even if no timezone was set by @szaimen in https://github.com/nextcloud/all-in-one/pull/741
    • Bump guzzlehttp/guzzle from 7.4.2 to 7.4.3 in /php by @dependabot in https://github.com/nextcloud/all-in-one/pull/739
    • show timezone also while container are running by @szaimen in https://github.com/nextcloud/all-in-one/pull/720
    • adjust log files to be stored in a volume by @szaimen in https://github.com/nextcloud/all-in-one/pull/728

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.3.0...v1.3.1

    Source code(tar.gz)
    Source code(zip)
  • v1.3.0(May 24, 2022)

    What's Changed

    • improve the network creation by @szaimen in https://github.com/nextcloud/all-in-one/pull/683
    • add nginx-proxy-manager to the reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/682
    • document how to reset the instance properly by @szaimen in https://github.com/nextcloud/all-in-one/pull/678
    • document how to resolve problems with firewalld by @szaimen in https://github.com/nextcloud/all-in-one/pull/693
    • Corrected typos by @DavidBradette in https://github.com/nextcloud/all-in-one/pull/696
    • make the domain check more verbose and allow to debug it better by @szaimen in https://github.com/nextcloud/all-in-one/pull/680
    • set AIO_URL port to 443 if port 8000 was discovered by @szaimen in https://github.com/nextcloud/all-in-one/pull/677
    • allow to change the timezone by @szaimen in https://github.com/nextcloud/all-in-one/pull/654
    • fix host mounts for windows by @szaimen in https://github.com/nextcloud/all-in-one/pull/689
    • fix windows host access correctly by @szaimen in https://github.com/nextcloud/all-in-one/pull/700
    • improve windows volume create docs by @szaimen in https://github.com/nextcloud/all-in-one/pull/704
    • fix the docker network by @szaimen in https://github.com/nextcloud/all-in-one/pull/718
    • Fix https redirects by @Eeemil in https://github.com/nextcloud/all-in-one/pull/670
    • move the timezone change section to a better place by @szaimen in https://github.com/nextcloud/all-in-one/pull/719
    • improve the visibility of automatic updates by @szaimen in https://github.com/nextcloud/all-in-one/pull/713

    New Contributors

    • @Eeemil made their first contribution in https://github.com/nextcloud/all-in-one/pull/670

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.2.1...v1.3.0

    Source code(tar.gz)
    Source code(zip)
  • v1.2.1(May 19, 2022)

    What's Changed

    • Bump docker/build-push-action from 2 to 3 by @dependabot in https://github.com/nextcloud/all-in-one/pull/607
    • Bump docker/login-action from 1 to 2 by @dependabot in https://github.com/nextcloud/all-in-one/pull/606
    • allow to run the AIO containers with docker compose by @szaimen in https://github.com/nextcloud/all-in-one/pull/599
    • Yaml updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/628
    • explain that it needs port 443 a bit better by @szaimen in https://github.com/nextcloud/all-in-one/pull/627
    • document that chmod is required too by @szaimen in https://github.com/nextcloud/all-in-one/pull/626
    • Bump debian from bullseye-20220418-slim to bullseye-20220509-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/620
    • Bump debian from bullseye-20220418-slim to bullseye-20220509-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/619
    • Bump docker from 20.10.15-dind-alpine3.15 to 20.10.16-dind-alpine3.15 in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/632
    • Bump php from 8.0.18-fpm-alpine3.15 to 8.0.19-fpm-alpine3.15 in /Containers/nextcloud by @dependabot in https://github.com/nextcloud/all-in-one/pull/630
    • Bump php from 8.0.18-apache-bullseye to 8.0.19-apache-bullseye in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/631
    • Bump onlyoffice/documentserver from 7.0.1.37 to 7.1.0.215 in /Containers/onlyoffice by @dependabot in https://github.com/nextcloud/all-in-one/pull/633
    • fix onlyoffice for caddy reverse proxy by @szaimen in https://github.com/nextcloud/all-in-one/pull/634
    • Corrected typos. by @DavidBradette in https://github.com/nextcloud/all-in-one/pull/646
    • Fix migration doc by changing PGDP_PASS to PG_PASSWORD by @ninoppp in https://github.com/nextcloud/all-in-one/pull/642
    • Bump postgres from 14.2-alpine3.15 to 14.3-alpine3.15 in /Containers/postgresql by @dependabot in https://github.com/nextcloud/all-in-one/pull/651
    • improve migration docs by @szaimen in https://github.com/nextcloud/all-in-one/pull/647
    • Nextcloud update by @github-actions in https://github.com/nextcloud/all-in-one/pull/668
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/643
    • fix password copy for firefox by @szaimen in https://github.com/nextcloud/all-in-one/pull/652

    New Contributors

    • @DavidBradette made their first contribution in https://github.com/nextcloud/all-in-one/pull/646
    • @ninoppp made their first contribution in https://github.com/nextcloud/all-in-one/pull/642

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.2.0...v1.2.1

    Source code(tar.gz)
    Source code(zip)
  • v1.2.0(May 9, 2022)

    What's Changed

    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/545
    • Bump github/codeql-action from 1 to 2 by @dependabot in https://github.com/nextcloud/all-in-one/pull/549
    • Bump ubuntu from focal-20220415 to focal-20220426 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/547
    • change some wordings to read more smoothly by @bentongxyz in https://github.com/nextcloud/all-in-one/pull/550
    • add Treafik 2 to reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/564
    • document all options in the docker-compose file by @szaimen in https://github.com/nextcloud/all-in-one/pull/563
    • Bump collabora/code from 21.11.4.1.1 to 21.11.4.2.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/555
    • make the variables check more verbose by @szaimen in https://github.com/nextcloud/all-in-one/pull/561
    • improve optional addons section and add system requirements by @szaimen in https://github.com/nextcloud/all-in-one/pull/544
    • improve the reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/574
    • document the update policy by @szaimen in https://github.com/nextcloud/all-in-one/pull/562
    • increase forms error timeout by @szaimen in https://github.com/nextcloud/all-in-one/pull/566
    • allow volume directories for synology by @szaimen in https://github.com/nextcloud/all-in-one/pull/573
    • Fixed WebDav Uploads Nginx by @marekschneider in https://github.com/nextcloud/all-in-one/pull/587
    • Bump docker from 20.10.14-dind-alpine3.15 to 20.10.15-dind-alpine3.15 in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/590
    • add an example caddy conf to the docker-compose file by @szaimen in https://github.com/nextcloud/all-in-one/pull/589
    • improve the traefik reverse proxy documentation by @szaimen in https://github.com/nextcloud/all-in-one/pull/592
    • fix apache not starting by @szaimen in https://github.com/nextcloud/all-in-one/pull/595
    • improve the reverse-proxy documentation another time by @szaimen in https://github.com/nextcloud/all-in-one/pull/593
    • Bump caddy from 2.5.0-alpine to 2.5.1-alpine in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/601
    • Bump caddy from 2.5.0-alpine to 2.5.1-alpine in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/602
    • check the DNS resolving on startup by @szaimen in https://github.com/nextcloud/all-in-one/pull/571
    • fix docker socket permission changes by @szaimen in https://github.com/nextcloud/all-in-one/pull/536
    • refactor allowed paths by @szaimen in https://github.com/nextcloud/all-in-one/pull/584

    New Contributors

    • @bentongxyz made their first contribution in https://github.com/nextcloud/all-in-one/pull/550
    • @marekschneider made their first contribution in https://github.com/nextcloud/all-in-one/pull/587

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.1.0...v1.2.0

    Source code(tar.gz)
    Source code(zip)
  • v1.1.0(Apr 26, 2022)

    What's Changed

    • add qa test plans by @szaimen in https://github.com/nextcloud/all-in-one/pull/516
    • additional qa test plans by @szaimen in https://github.com/nextcloud/all-in-one/pull/519
    • Bump caddy from 2.4.6-alpine to 2.5.0-alpine in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/530
    • Bump caddy from 2.4.6-alpine to 2.5.0-alpine in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/531
    • show the initial credentials more prominent when being new by @szaimen in https://github.com/nextcloud/all-in-one/pull/520
    • improve message when docker api version is not supported by @szaimen in https://github.com/nextcloud/all-in-one/pull/523
    • improve wording regarding daily backup by @szaimen in https://github.com/nextcloud/all-in-one/pull/532
    • update data fingerprint when restore was done by @szaimen in https://github.com/nextcloud/all-in-one/pull/533
    • Block Nextcloud from starting if php version is not compatible with i… by @szaimen in https://github.com/nextcloud/all-in-one/pull/534
    • make the instance restore process better understandable by @szaimen in https://github.com/nextcloud/all-in-one/pull/527

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.0.2...v1.1.0

    Source code(tar.gz)
    Source code(zip)
  • v1.0.2(Apr 22, 2022)

    What's Changed

    • [Automated] Update psalm-baseline.xml by @nextcloud-command in https://github.com/nextcloud/all-in-one/pull/511
    • Bump ubuntu from focal-20220404 to focal-20220415 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/513
    • Nextcloud update by @github-actions in https://github.com/nextcloud/all-in-one/pull/333
    • Bump collabora/code from 21.11.3.6.1 to 21.11.4.1.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/512

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.0.1...v1.0.2

    Source code(tar.gz)
    Source code(zip)
  • v1.0.1(Apr 20, 2022)

    What's Changed

    • Bump debian from bullseye-20220328-slim to bullseye-20220418-slim in /Containers/borgbackup by @dependabot in https://github.com/nextcloud/all-in-one/pull/504
    • Bump debian from bullseye-20220328-slim to bullseye-20220418-slim in /Containers/apache by @dependabot in https://github.com/nextcloud/all-in-one/pull/505
    • Bump php from 8.0.17-fpm-alpine3.15 to 8.0.18-fpm-alpine3.15 in /Containers/nextcloud by @dependabot in https://github.com/nextcloud/all-in-one/pull/506
    • Bump php from 8.0.17-apache-bullseye to 8.0.18-apache-bullseye in /Containers/mastercontainer by @dependabot in https://github.com/nextcloud/all-in-one/pull/507
    • run caddy as different user by @szaimen in https://github.com/nextcloud/all-in-one/pull/509
    • send notification for Nextcloud and app updates by @szaimen in https://github.com/nextcloud/all-in-one/pull/510
    • refactor detection of available container updates by @szaimen in https://github.com/nextcloud/all-in-one/pull/497

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v1.0.0...v1.0.1

    Source code(tar.gz)
    Source code(zip)
  • v1.0.0(Apr 13, 2022)

    What's Changed

    • add a beta channel by @szaimen in https://github.com/nextcloud/all-in-one/pull/487
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/479
    • improve update handling when changing channels by @szaimen in https://github.com/nextcloud/all-in-one/pull/478
    • Bump collabora/code from 21.11.3.4.1 to 21.11.3.6.1 in /Containers/collabora by @dependabot in https://github.com/nextcloud/all-in-one/pull/468

    You can install this release by switching to the beta channel.

    See https://github.com/nextcloud/all-in-one/tree/v1.0.0#how-to-switch-the-channel

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v0.10.0...v1.0.0

    Source code(tar.gz)
    Source code(zip)
  • v0.10.0(Apr 6, 2022)

    What's Changed

    • improve instance restore for when nextcloud_datadir is set/not set by @szaimen in https://github.com/nextcloud/all-in-one/pull/451
    • fix collabora not working out of the box by @szaimen in https://github.com/nextcloud/all-in-one/pull/454
    • add option to enable daily backups by @szaimen in https://github.com/nextcloud/all-in-one/pull/455
    • Bump clamav/clamav from 0.104.2-2 to 0.104.2-3 in /Containers/clamav by @dependabot in https://github.com/nextcloud/all-in-one/pull/449
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/456
    • Bump alpine from 3.15.3 to 3.15.4 in /Containers/watchtower by @dependabot in https://github.com/nextcloud/all-in-one/pull/457
    • Bump alpine from 3.15.3 to 3.15.4 in /Containers/domaincheck by @dependabot in https://github.com/nextcloud/all-in-one/pull/458
    • Dependency updates by @github-actions in https://github.com/nextcloud/all-in-one/pull/461
    • Bump ubuntu from focal-20220316 to focal-20220404 in /Containers/talk by @dependabot in https://github.com/nextcloud/all-in-one/pull/462
    • make sure that only one session is active at a time by @szaimen in https://github.com/nextcloud/all-in-one/pull/463
    • a few small improvements by @szaimen in https://github.com/nextcloud/all-in-one/pull/464
    • make collabora work by @szaimen in https://github.com/nextcloud/all-in-one/pull/465

    Full Changelog: https://github.com/nextcloud/all-in-one/compare/v0.9.1...v0.10.0

    Source code(tar.gz)
    Source code(zip)
Owner
Nextcloud
📱☁️💻 A safe home for all your data – community-driven, free & open source 👏
Nextcloud
This package is considered feature-complete, and is now in security-only maintenance mode

laminas-soap This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering

Laminas Project 46 Dec 18, 2022
This is a community-based project designed in the view of R.V.R & J.C College of Engineering hostel mess maintenance.

Hostel-Maintenance-System Introduction This is a community-based project designed in the view of R.V.R & J.C College of Engineering hostel mess mainte

 Datta Sai Mallipeddi 1 Oct 23, 2021
Cool economy plugin for PM-like servers. API included.

Economy Description Cool and easy to use economy plugin API: 2.0.0 Plugin version: 1.0.0 Default money value on first join: 1000 (can be changed in co

Artem Turov 0 Feb 4, 2022
PHP Website script that allows users to sell files for Bitcoin. Admin panel included. (earn from fees)

SatoshiBox Clone PHP Website script that allows users to sell files for Bitcoin. Admin panel included. Setup You will need a MySQL database, an operat

wnet 4 Dec 18, 2022
This package provides a simple and intuitive way to work on the Youtube Data API. It provides fluent interface to Youtube features.

Laravel Youtube Client This package provides a simple and intuitive way to work on the Youtube Data API. It provides fluent interface to Youtube featu

Tilson Mateus 6 May 31, 2023
Silverstripe module allowing editors to create newsletters using elemental blocks and export them to a sendy instance

Silverstripe Sendy Silverstripe module allowing editors to create newsletters using elemental blocks and export them to a sendy instance. Introduction

Syntro Opensource 4 Apr 20, 2022
A webshell plugin and interactive shell for pentesting a Moodle instance.

Moodle webshell plugin for RCE A webshell plugin and interactive shell for pentesting a Moodle instance. Features Webshell plugin for Moodle. Execute

Podalirius 11 Oct 10, 2022
The fixture plugin is really helpful if you want to create some static demo data for your shopware instance.

Fixture Plugin The fixture plugin is really helpful if you want to create some static demo data for your shopware instance. Installation Just add it t

basecom 7 Nov 7, 2022
Spin up a working Statamic instance quickly & easily with Docker

Spin Up Statamic Allows you to create your own self-contained Statamic project complete site config, Antlers/Blade/Twig template files, assets, and de

nystudio107 11 Jun 2, 2023
Laravel Plans is a package for SaaS apps that need management over plans, features, subscriptions, events for plans or limited, countable features.

Laravel Plans Laravel Plans is a package for SaaS apps that need management over plans, features, subscriptions, events for plans or limited, countabl

ángel 2 Oct 2, 2022
A htaccess boilerplate for all Magento Community installations. Features focus on speed, SEO and security.

magento-htaccess A htaccess boilerplate for all Magento Community installations. Features focus on speed, SEO and security. The file should be placed

Creare 114 Sep 18, 2022
All the basic features of accounting sotware

Anzarkhan.com Invoice Anzarkhan.com Invoice is an open source accounting and invoicing solution built with PHP. For more information, visit http://www

Anzar Khan 7 Jul 1, 2022
Magento 2 Blog Extension is a better blog extension for Magento 2 platform. These include all useful features of Wordpress CMS

Magento 2 Blog extension FREE Magento 2 Better Blog by Mageplaza is integrated right into the Magento backend so you can manage your blog and your e-c

Mageplaza 113 Dec 14, 2022
Laradeploy offers you to automate deployment using a GitHub webhook.

Introduction Laradeploy offers you to automate deployment using a GitHub webhook. Simple and fast just make a git push to GitHub deploy the new modifi

Gentrit Abazi 10 Feb 21, 2022
Magento Deployment Scripts

Magento Deployment Scripts Author: Fabrizio Branca This is a collection of scripts used to build/package, deploy and install Magento projects. Import

AOE 71 Sep 29, 2022
Magento2 Deployment with Deployer (Skeleton)

MageDeploy2 Base Magento2 Deployment Setup using Robo and Deployer. This is the base project you should base your deployments on. It provides an confi

Matthias Walter 44 Jul 18, 2022
Deployer is a PHP Application deployment system powered by Laravel

Deployer is a PHP Application deployment system powered by Laravel 5.5, written & maintained by Stephen Ball.

Stephen Ball 886 Dec 15, 2022
This project backports features found in the latest PHP versions and provides compatibility layers for some extensions and functions

This project backports features found in the latest PHP versions and provides compatibility layers for some extensions and functions. It is intended to be used when portability across PHP versions and extensions is desired.

Symfony 2.2k Dec 29, 2022