SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.42k stars 303 forks source link

2023-10-26 NextCloud - master branch - PR 1 of 2 #742

Closed Paraphraser closed 6 months ago

Paraphraser commented 8 months ago

Adds TZ to NextCloud (which now seems to support timezones).

Adds port mapping 9343:443 to reserve 9343 for HTTPS access in the IOTstack context.

Makes NextCloud_DB container's TZ variable conform with current syntax.

Numerous behavioural changes are apparent in current versions of NextCloud. In particular, these problems seem to have gone away:

  1. Mal-formed URLs and the requirement to pick an access method and stick to it during setup.
  2. The "Access through untrusted domains" issue.
  3. Dislike of being reached via a a URL containing a DNS alias (CNAME) record.

Appropriate changes to the documentation will be pushed to #737 shortly.