mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-12 17:38:18 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 695d28a106 | |||
| 5a30accbe9 | |||
| ce1e46a337 |
@@ -1,20 +0,0 @@
|
|||||||
# https://editorconfig.org
|
|
||||||
|
|
||||||
# Tip: to find files violating the rules set out here, run `docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker`
|
|
||||||
|
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
charset = utf-8
|
|
||||||
end_of_line = lf
|
|
||||||
indent_size = 4
|
|
||||||
indent_style = space
|
|
||||||
insert_final_newline = true
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
|
|
||||||
[*.yaml]
|
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
|
|
||||||
[*.yml]
|
|
||||||
indent_size = 2
|
|
||||||
@@ -1 +1,4 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
---
|
---
|
||||||
name: 🐛 Bug report - no questions and no support!
|
name: 🐛 Bug report - no questions and no support!
|
||||||
about: Help us improving by reporting a bug - this category is not for questions and also not for support! Please use one of the options below for questions and support
|
about: Help us improving by reporting a bug - this category is not for questions and also not for support! Please use one of the options below for questions and support
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
---
|
---
|
||||||
name: 📖 Existing feature/documentation enhancement
|
name: 📖 Existing feature/documentation enhancement
|
||||||
about: Suggest an enhancement of an existing feature/documentation - for other types, please use the feature request option below
|
about: Suggest an enhancement of an existing feature/documentation - for other types, please use the feature request option below
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 📘 Documentation on Nextcloud AIO
|
- name: 📘 Documentation on Nextcloud AIO
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
@@ -31,12 +34,12 @@ updates:
|
|||||||
- "/Containers/collabora"
|
- "/Containers/collabora"
|
||||||
- "/Containers/docker-socket-proxy"
|
- "/Containers/docker-socket-proxy"
|
||||||
- "/Containers/domaincheck"
|
- "/Containers/domaincheck"
|
||||||
- "/Containers/eurooffice"
|
|
||||||
- "/Containers/fulltextsearch"
|
- "/Containers/fulltextsearch"
|
||||||
- "/Containers/imaginary"
|
- "/Containers/imaginary"
|
||||||
- "/Containers/mastercontainer"
|
- "/Containers/mastercontainer"
|
||||||
- "/Containers/nextcloud"
|
- "/Containers/nextcloud"
|
||||||
- "/Containers/notify-push"
|
- "/Containers/notify-push"
|
||||||
|
- "/Containers/onlyoffice"
|
||||||
- "/Containers/postgresql"
|
- "/Containers/postgresql"
|
||||||
- "/Containers/redis"
|
- "/Containers/redis"
|
||||||
- "/Containers/talk"
|
- "/Containers/talk"
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
- 🚨 SECURITY INFO
|
- 🚨 SECURITY INFO
|
||||||
-
|
-
|
||||||
- Before sending a pull request that fixes a security issue please report it via our HackerOne page (https://hackerone.com/nextcloud) following our security policy (https://nextcloud.com/security/). This allows us to coordinate the fix and release without potentially exposing all Nextcloud servers and users in the meantime.
|
- Before sending a pull request that fixes a security issue please report it via our HackerOne page (https://hackerone.com/nextcloud) following our security policy (https://nextcloud.com/security/). This allows us to coordinate the fix and release without potentially exposing all Nextcloud servers and users in the meantime.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Please check the below checkmarks if applicable -->
|
|
||||||
|
|
||||||
- [ ] The PR was tested and verified that it works locally
|
|
||||||
- [ ] The PR was completely or partially created with AI
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
categories:
|
categories:
|
||||||
- title: 🏕 New features and other improvements
|
- title: 🏕 New features and other improvements
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: 'Codespell'
|
name: 'Codespell'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -12,7 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Check spelling
|
- name: Check spelling
|
||||||
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2
|
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: collabora-update
|
name: collabora-update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -10,7 +13,7 @@ jobs:
|
|||||||
name: update collabora
|
name: update collabora
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run collabora-profile-update
|
- name: Run collabora-profile-update
|
||||||
run: |
|
run: |
|
||||||
rm -f php/cool-seccomp-profile.json
|
rm -f php/cool-seccomp-profile.json
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Validate community containers
|
name: Validate community containers
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -16,7 +19,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Validate structure
|
- name: Validate structure
|
||||||
run: |
|
run: |
|
||||||
CONTAINERS="$(find ./community-containers -mindepth 1 -maxdepth 1 -type d)"
|
CONTAINERS="$(find ./community-containers -mindepth 1 -maxdepth 1 -type d)"
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: dependency-updates
|
name: dependency-updates
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -10,7 +13,7 @@ jobs:
|
|||||||
name: Run dependency update script
|
name: Run dependency update script
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- uses: shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593 # v2
|
- uses: shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593 # v2
|
||||||
with:
|
with:
|
||||||
php-version: 8.5
|
php-version: 8.5
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Docker Lint
|
name: Docker Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -25,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Install hadolint
|
- name: Install hadolint
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Block if prerelease is present
|
name: Block if prerelease is present
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
|
||||||
name: Helm Chart Releaser
|
name: Helm Chart Releaser
|
||||||
|
|
||||||
@@ -10,16 +13,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
# Do not run this workflow on forked repositories, as they might not have the `gh-pages` branch created, or might
|
|
||||||
# want to use it for other purposes than publishing helm charts
|
|
||||||
if: github.repository == 'nextcloud/all-in-one'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Turnstyle
|
- name: Turnstyle
|
||||||
uses: softprops/turnstyle@e15e934b3f69ee283ba389ea05c8886baa656d93 # v2
|
uses: softprops/turnstyle@e565d2d86403c5d23533937e95980570545e5586 # v2
|
||||||
with:
|
with:
|
||||||
continue-after-seconds: 180
|
continue-after-seconds: 180
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: imaginary-update
|
name: imaginary-update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -10,7 +13,7 @@ jobs:
|
|||||||
name: update to latest imaginary commit on master branch
|
name: update to latest imaginary commit on master branch
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run imaginary-update
|
- name: Run imaginary-update
|
||||||
run: |
|
run: |
|
||||||
# Imaginary
|
# Imaginary
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Json Validator
|
name: Json Validator
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -16,7 +19,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Validate Json
|
- name: Validate Json
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Lint Helm Charts
|
name: Lint Helm Charts
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -11,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.1
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
line-length: warning
|
line-length: warning
|
||||||
|
|
||||||
- name: Install the latest version of uv
|
- name: Install the latest version of uv
|
||||||
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
||||||
|
|
||||||
- name: Check GitHub actions
|
- name: Check GitHub actions
|
||||||
run: uvx zizmor --min-severity medium .github/workflows/*.yml
|
run: uvx zizmor --min-severity medium .github/workflows/*.yml
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: 'Lock Threads'
|
name: 'Lock Threads'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -14,7 +17,7 @@ jobs:
|
|||||||
action:
|
action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v5
|
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v5
|
||||||
with:
|
with:
|
||||||
issue-inactive-days: '14'
|
issue-inactive-days: '14'
|
||||||
process-only: 'issues'
|
process-only: 'issues'
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Inspired by https://github.com/nextcloud/docker/blob/master/.github/workflows/update-sh.yml
|
# Inspired by https://github.com/nextcloud/docker/blob/master/.github/workflows/update-sh.yml
|
||||||
name: nextcloud-update
|
name: nextcloud-update
|
||||||
|
|
||||||
@@ -11,7 +14,7 @@ jobs:
|
|||||||
name: Run nextcloud-update script
|
name: Run nextcloud-update script
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run nextcloud-update script
|
- name: Run nextcloud-update script
|
||||||
run: |
|
run: |
|
||||||
# Inspired by https://github.com/nextcloud/docker/blob/master/update.sh
|
# Inspired by https://github.com/nextcloud/docker/blob/master/update.sh
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: PHP Deprecation Detector
|
name: PHP Deprecation Detector
|
||||||
# See https://github.com/wapmorgan/PhpDeprecationDetector
|
# See https://github.com/wapmorgan/PhpDeprecationDetector
|
||||||
|
|
||||||
@@ -16,7 +19,7 @@ jobs:
|
|||||||
name: PHP Deprecation Detector
|
name: PHP Deprecation Detector
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Set up php
|
- name: Set up php
|
||||||
uses: shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593 # v2
|
uses: shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593 # v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Playwright Tests on push
|
name: Playwright Tests on push
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -28,11 +31,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
|
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
|
||||||
with:
|
with:
|
||||||
node-version: 24.15.0
|
node-version: lts/*
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd php/tests && npm ci
|
run: cd php/tests && npm ci
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Playwright Tests
|
name: Playwright Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -13,11 +16,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
|
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
|
||||||
with:
|
with:
|
||||||
node-version: 24.15.0
|
node-version: lts/*
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd php/tests && npm ci
|
run: cd php/tests && npm ci
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Update Psalm baseline
|
name: Update Psalm baseline
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -10,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Set up php
|
- name: Set up php
|
||||||
uses: shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593 # v2
|
uses: shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593 # v2
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
name: static-psalm-analysis
|
name: static-psalm-analysis
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,27 @@
|
|||||||
|
# This workflow is provided via the organization template repository
|
||||||
|
#
|
||||||
|
# https://github.com/nextcloud/.github
|
||||||
|
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
||||||
|
|
||||||
|
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
name: REUSE Compliance Check
|
||||||
|
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
reuse-compliance-check:
|
||||||
|
runs-on: ubuntu-latest-low
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
|
- name: REUSE Compliance Check
|
||||||
|
uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6.0.0
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Shellcheck
|
name: Shellcheck
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -15,7 +18,7 @@ jobs:
|
|||||||
name: Check Shell
|
name: Check Shell
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run Shellcheck
|
- name: Run Shellcheck
|
||||||
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
|
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -42,14 +42,14 @@ jobs:
|
|||||||
require: admin
|
require: admin
|
||||||
|
|
||||||
- name: Checkout workflow repository
|
- name: Checkout workflow repository
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
path: source
|
path: source
|
||||||
repository: nextcloud/.github
|
repository: nextcloud/.github
|
||||||
|
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
path: target
|
path: target
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: talk-update
|
name: talk-update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -10,7 +13,7 @@ jobs:
|
|||||||
name: update talk
|
name: update talk
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run talk-container-update
|
- name: Run talk-container-update
|
||||||
run: |
|
run: |
|
||||||
# Recording
|
# Recording
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Twig Lint
|
name: Twig Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -24,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
- name: Set up php ${{ matrix.php-versions }}
|
||||||
uses: shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593 # v2
|
uses: shivammathur/setup-php@7bf05c6b704e0b9bfee22300130a31b5ea68d593 # v2
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Update Copyright
|
name: Update Copyright
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -8,4 +11,4 @@ jobs:
|
|||||||
name: update copyright
|
name: update copyright
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: Update Helm Chart
|
name: Update Helm Chart
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -11,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: update helm chart
|
- name: update helm chart
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
|||||||
@@ -1,28 +1,31 @@
|
|||||||
name: Update Yaml files
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
name: Update Yaml files
|
||||||
schedule:
|
|
||||||
- cron: '00 12 * * *'
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
schedule:
|
||||||
update-yaml:
|
- cron: '00 12 * * *'
|
||||||
name: update yaml files
|
|
||||||
runs-on: ubuntu-latest
|
jobs:
|
||||||
steps:
|
update-yaml:
|
||||||
- name: Checkout code
|
name: update yaml files
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
runs-on: ubuntu-latest
|
||||||
- name: update yaml files
|
steps:
|
||||||
run: |
|
- name: Checkout code
|
||||||
sudo bash manual-install/update-yaml.sh
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Create Pull Request
|
- name: update yaml files
|
||||||
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v7
|
run: |
|
||||||
with:
|
sudo bash manual-install/update-yaml.sh
|
||||||
commit-message: Yaml updates
|
- name: Create Pull Request
|
||||||
signoff: true
|
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v7
|
||||||
title: Yaml updates
|
with:
|
||||||
body: Automated yaml updates for the docker-compose files. Should only be merged shortly before the next latest release.
|
commit-message: Yaml updates
|
||||||
labels: dependencies, 3. to review
|
signoff: true
|
||||||
milestone: next
|
title: Yaml updates
|
||||||
branch: aio-yaml-update
|
body: Automated yaml updates for the docker-compose files. Should only be merged shortly before the next latest release.
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
labels: dependencies, 3. to review
|
||||||
|
milestone: next
|
||||||
|
branch: aio-yaml-update
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
name: watchtower-update
|
name: watchtower-update
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -10,7 +13,7 @@ jobs:
|
|||||||
name: update watchtower
|
name: update watchtower
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
- name: Run watchtower-container-update
|
- name: Run watchtower-container-update
|
||||||
run: |
|
run: |
|
||||||
# Watchtower
|
# Watchtower
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
|
|||||||
+195
@@ -0,0 +1,195 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Authors
|
||||||
|
|
||||||
|
All contributors to the Nextcloud All-in-One project:
|
||||||
|
|
||||||
|
- 41it <137164547+41it@users.noreply.github.com>
|
||||||
|
- Adam Monsen <haircut@gmail.com>
|
||||||
|
- Adrian Gebhart <adrian@pestotoast.de>
|
||||||
|
- AiroPi <47398145+AiroPi@users.noreply.github.com>
|
||||||
|
- Alan Savage <asavageiv@users.noreply.github.com>
|
||||||
|
- Alexander Hörl <alexander.horl2@live.de>
|
||||||
|
- Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
|
||||||
|
- Alexander Piskun <bigcat88@icloud.com>
|
||||||
|
- alexenica <alexenica@live.com>
|
||||||
|
- Alison McCue <gh@maladroit.me>
|
||||||
|
- Andrey Borysenko <andrey18106x@gmail.com>
|
||||||
|
- Andy George <andygeorge@users.noreply.github.com>
|
||||||
|
- Anth0rx <pascal@dengconsult.systems>
|
||||||
|
- Anton Podlozny <47890723+apodl1@users.noreply.github.com>
|
||||||
|
- Anupam Kumar <kyteinsky@gmail.com>
|
||||||
|
- Anvil5465 <119350594+Anvil5465@users.noreply.github.com>
|
||||||
|
- Apoorv Parle <19315187+apparle@users.noreply.github.com>
|
||||||
|
- Arman The Parman <77603167+ArmanTheParman@users.noreply.github.com>
|
||||||
|
- autoantwort <Leander.schulten@rwth-aachen.de>
|
||||||
|
- Aytsuqi <141279848+Aytsuqi@users.noreply.github.com>
|
||||||
|
- Basti Qdoba <sebastian.chudoba@googlemail.com>
|
||||||
|
- Bastian <48765834+Cloudboom@users.noreply.github.com>
|
||||||
|
- Bastian Derigs <155444921+derigs@users.noreply.github.com>
|
||||||
|
- Ben Iofel <1713819+benwaffle@users.noreply.github.com>
|
||||||
|
- Benjamin Brahmer <info@b-brahmer.de>
|
||||||
|
- bentongxyz <60358804+bentongxyz@users.noreply.github.com>
|
||||||
|
- blu3acid <michael.muschner@mailbox.org>
|
||||||
|
- BP <busta.pipes@gmail.com>
|
||||||
|
- Braiden Psiuk <mail@braiden.dev>
|
||||||
|
- Brian Philipp <66728496+BR14Nx@users.noreply.github.com>
|
||||||
|
- Brouware <63195347+Brouware@users.noreply.github.com>
|
||||||
|
- Caio Barros <cgbarros@users.noreply.github.com>
|
||||||
|
- craigkh <74493036+craigkh@users.noreply.github.com>
|
||||||
|
- Daniel Calviño Sánchez <danxuliu@gmail.com>
|
||||||
|
- Daniel Hartmann <60435198+hartmann-daniel@users.noreply.github.com>
|
||||||
|
- David <142408439+LinuxSpielKind@users.noreply.github.com>
|
||||||
|
- David Bradette <87823519+DavidBradette@users.noreply.github.com>
|
||||||
|
- David Hund <david.hund@gmail.com>
|
||||||
|
- David Mehren <git@herrmehren.de>
|
||||||
|
- Dennis R <dennis@elsysweyr.com>
|
||||||
|
- -Denux <timon.klinkert@gmail.com>
|
||||||
|
- derhagen <2806328+derhagen@users.noreply.github.com>
|
||||||
|
- derStephan <derStephan@users.noreply.github.com>
|
||||||
|
- dienteperro <dienteperro1207@yahoo.com>
|
||||||
|
- Duvio <can2004kaya@gmail.com>
|
||||||
|
- Emil Marklund <emil@btlcomputing.com>
|
||||||
|
- ernolf <raphael.gradenwitz@googlemail.com>
|
||||||
|
- Erwan Hervé <62173453+Erwan-loot@users.noreply.github.com>
|
||||||
|
- esmith443 <119460913+esmith443@users.noreply.github.com>
|
||||||
|
- FaySmash <30392780+FaySmash@users.noreply.github.com>
|
||||||
|
- Felix Schäfer <felix@thegcat.net>
|
||||||
|
- Felix Stupp <felix.stupp@banananet.work>
|
||||||
|
- Fernando Ribeiro <fribeiro@fribeiro.org>
|
||||||
|
- Florian Latifi <mail@florian-latifi.at>
|
||||||
|
- Florian Wallner <asdf@walura.eu>
|
||||||
|
- foegra <foegra@yahoo.com>
|
||||||
|
- Francesco Saltori <francescosaltori@gmail.com>
|
||||||
|
- Frederik Berg <fberg@posteo.de>
|
||||||
|
- FreDTV <70434961+Fred-DTV@users.noreply.github.com>
|
||||||
|
- Gerald Krause <gerald.d.krause@t-online.de>
|
||||||
|
- gggeek <giunta.gaetano@gmail.com>
|
||||||
|
- Gonçalo Pereira <goncalo_pereira@outlook.pt>
|
||||||
|
- grossamos <email@amosgross.com>
|
||||||
|
- Hannes Franke <hannes.franke@tu-dortmund.de>
|
||||||
|
- HedgeShot <HedgeShot@users.noreply.github.com>
|
||||||
|
- Hoang Pham <hoangmaths96@gmail.com>
|
||||||
|
- hunhejj <hunhejj@gmail.com>
|
||||||
|
- Ikko Eltociear Ashimine <eltociear@gmail.com>
|
||||||
|
- iraklis10 <1414477+iraklis10@users.noreply.github.com>
|
||||||
|
- ItsQuadrus <quadrus.yt@gmail.com>
|
||||||
|
- jameskimmel <17176225+jameskimmel@users.noreply.github.com>
|
||||||
|
- Jean-Yves <7360784+docjyJ@users.noreply.github.com>
|
||||||
|
- Jehu Marcos Herrera Puentes <jehuherrerap@hotmail.com>
|
||||||
|
- Jimmy Everling <jimmy@jimmyk.se>
|
||||||
|
- JL102 <jordanlees@mailbox.org>
|
||||||
|
- Jo <jonassauge@gmail.com>
|
||||||
|
- Joas Schilling <coding@schilljs.com>
|
||||||
|
- Joe Hanson <joe@veri.dev>
|
||||||
|
- John Molakvoæ <skjnldsv@protonmail.com>
|
||||||
|
- Jos Poortvliet <jospoortvliet@gmail.com>
|
||||||
|
- Joseph <jturnism@gmail.com>
|
||||||
|
- Josh <josh.t.richards@gmail.com>
|
||||||
|
- Joshua Hesketh <josh@hesketh.net.au>
|
||||||
|
- jr_blue_551 <johnrowe551@gmail.com>
|
||||||
|
- Julius Härtl <jus@bitgrid.net>
|
||||||
|
- Kai Biebel <38378574+seclution@users.noreply.github.com>
|
||||||
|
- Kain <26943220+kaincenteno@users.noreply.github.com>
|
||||||
|
- Kasim <kasim@rafique.co.uk>
|
||||||
|
- Killiane Letellier <killiane.letellier@mailo.com>
|
||||||
|
- Klaus15 <le_kluus@web.de>
|
||||||
|
- kri164 <52274164+kri164@users.noreply.github.com>
|
||||||
|
- kurt-mcrae <83569406+kurt-mcrae@users.noreply.github.com>
|
||||||
|
- Lance <Gero3977@gmail.com>
|
||||||
|
- lll <2844835+flll@users.noreply.github.com>
|
||||||
|
- Lorenzo Marroccoli <lollo0296@gmail.com>
|
||||||
|
- Lorenzo Moscati <lorenzo@moscati.page>
|
||||||
|
- Lukas Reschke <lukas@statuscode.ch>
|
||||||
|
- Luotio <juha@luotio.net>
|
||||||
|
- ManOki <ManOki@users.noreply.github.com>
|
||||||
|
- Marc <github@wuast24.de>
|
||||||
|
- Marco Ambrosini <marcoambrosini@proton.me>
|
||||||
|
- marekschneider <marek@kms.onl>
|
||||||
|
- Marius Quabeck <marius.quabeck@nextcloud.com>
|
||||||
|
- Martin Ligabue <martinligabue@gmail.com>
|
||||||
|
- martin.mueller <martin.mueller@model-engineers.com>
|
||||||
|
- Marvin von Papen <79196690+MarvvanPal@users.noreply.github.com>
|
||||||
|
- masterwoot <company+github.com@maganti.se>
|
||||||
|
- matiasdelellis <mati86dl@gmail.com>
|
||||||
|
- Maximilian Jakob Maag <maximilian.maag@outlook.de>
|
||||||
|
- Michael Keck <git@cr0ydon.com>
|
||||||
|
- Miguel Guthridge <hdsq@outlook.com.au>
|
||||||
|
- Mihai Coman <mihai.cmn@gmail.com>
|
||||||
|
- MondoGao <mondogao@gmail.com>
|
||||||
|
- Morrow Shore <97566823+MorrowShore@users.noreply.github.com>
|
||||||
|
- MrAn0nym <63542658+MrAn0nym@users.noreply.github.com>
|
||||||
|
- Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
|
||||||
|
- ncguk <inglenook@duck.com>
|
||||||
|
- Nikolas Rimikis <25266387+Leptopoda@users.noreply.github.com>
|
||||||
|
- Nils K <24257556+septatrix@users.noreply.github.com>
|
||||||
|
- ninoppp <101364396+ninoppp@users.noreply.github.com>
|
||||||
|
- notEvil <not_evil@rappold1.at>
|
||||||
|
- Oleksandr Piskun <oleksandr2088@icloud.com>
|
||||||
|
- Oleksii Zolotarevskyi <15846984+roundoutandabout@users.noreply.github.com>
|
||||||
|
- Pablo Zmdl <pablo@nextcloud.com>
|
||||||
|
- pailloM <56462552+pailloM@users.noreply.github.com>
|
||||||
|
- Paul <devnoname120@gmail.com>
|
||||||
|
- Perlover <perlover@perlover.com>
|
||||||
|
- Peter van Dijk <peter@7bits.nl>
|
||||||
|
- ph00lt0 <15004290+ph00lt0@users.noreply.github.com>
|
||||||
|
- ph818 <71797925+ph818@users.noreply.github.com>
|
||||||
|
- Phil Mocek <pmocek-github@mocek.org>
|
||||||
|
- Philipp Fruck <dev@p-fruck.de>
|
||||||
|
- Pi-Farm <43029891+pi-farm@users.noreply.github.com>
|
||||||
|
- PreciousChicken <hello@preciouschicken.com>
|
||||||
|
- Prokop Schield <76836484+prokopschield@users.noreply.github.com>
|
||||||
|
- pun kyard <59349105+punkyard@users.noreply.github.com>
|
||||||
|
- Quentin Lemeasle <quentinlemcode@gmail.com>
|
||||||
|
- Rahammetoela Toekiman <fusekai@outlook.com>
|
||||||
|
- Richard Steinmetz <richard@steinmetz.cloud>
|
||||||
|
- Robert Riemann <robert.riemann@edps.europa.eu>
|
||||||
|
- Robert Zilke <robert@zilke.dev>
|
||||||
|
- roelofz <11368363+roelofz@users.noreply.github.com>
|
||||||
|
- roib20 <66280613+roib20@users.noreply.github.com>
|
||||||
|
- Ruben D. <ruben@winterrific.net>
|
||||||
|
- rugk <rugk+git@posteo.de>
|
||||||
|
- S1m <git@sgougeon.fr>
|
||||||
|
- Samuel Plumppu <6125097+Greenheart@users.noreply.github.com>
|
||||||
|
- Sergio Casero Hernández <soy@sergiocasero.es>
|
||||||
|
- Seth Deegan <jayandseth@gmail.com>
|
||||||
|
- Shantanu Tushar <shaan7in@gmail.com>
|
||||||
|
- Simon Lindner <szaimen@e.mail.de>
|
||||||
|
- sjjh <2787214+sjjh@users.noreply.github.com>
|
||||||
|
- SomeMichael <43578183+SomeMichael@users.noreply.github.com>
|
||||||
|
- spatterlight <81454789+spatterIight@users.noreply.github.com>
|
||||||
|
- stefano99 <falchi.stefi@gmail.com>
|
||||||
|
- steffenmalisi <steffenmalisi@users.noreply.github.com>
|
||||||
|
- sunjam <sunjam@users.noreply.github.com>
|
||||||
|
- Surfict <allexandre@itis.swiss>
|
||||||
|
- Syed Mishar Newaz <misharex.sezan@gmail.com>
|
||||||
|
- ten0hira <85587841+ten0hira@users.noreply.github.com>
|
||||||
|
- TheManchineel <37479927+TheManchineel@users.noreply.github.com>
|
||||||
|
- thigg <thigg@users.noreply.github.com>
|
||||||
|
- Thijs van der Woude <31108288+thijsvanderwoude@users.noreply.github.com>
|
||||||
|
- thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
|
||||||
|
- Thomas Lavocat <tlavocat@redhat.com>
|
||||||
|
- Thor Galle <thorgalle@gmail.com>
|
||||||
|
- Thorsten Schaefer <github@npath.de>
|
||||||
|
- Tim Diels <tim@diels.me>
|
||||||
|
- tofuwabohu <66644064+tofuwabohu@users.noreply.github.com>
|
||||||
|
- Tomas (michnovka) <16553087+michnovka@users.noreply.github.com>
|
||||||
|
- Tony F <goldstar611@hotmail.com>
|
||||||
|
- turtleinarock <s.senn14@gmail.com>
|
||||||
|
- tyleraharrison <tyleraharrison@gmail.com>
|
||||||
|
- Valeriy Sotnikov <sotnikov.link@mail.ru>
|
||||||
|
- Varun Patil <varunpatil@ucla.edu>
|
||||||
|
- Verhoeckx <64807887+Verhoeckx@users.noreply.github.com>
|
||||||
|
- William Wong <46506352+tar-xz@users.noreply.github.com>
|
||||||
|
- xis <xis@schowek.net>
|
||||||
|
- Yannik Buerkle <mail@yannik-buerkle.de>
|
||||||
|
- Zakmaf <100925791+Zakmaf@users.noreply.github.com>
|
||||||
|
- Zhao Guangyu <62810902+ZhaoGY-N@users.noreply.github.com>
|
||||||
|
- Zoey <zoey@z0ey.de>
|
||||||
|
- Zxhir <98621617+Imzxhir@users.noreply.github.com>
|
||||||
|
- zybster <zybster@gmail.com>
|
||||||
|
- |°_°| <grivel.theo@protonmail.com>
|
||||||
|
- Álvaro Brey <alvaro.brey@nextcloud.com>
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM alpine:3.23.4
|
FROM alpine:3.23.4
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
{
|
{
|
||||||
auto_https disable_redirects
|
auto_https disable_redirects
|
||||||
|
|
||||||
@@ -47,14 +50,7 @@ http://{$APACHE_HOST}.nextcloud-aio:23973, # For Collabora callback and WOPI req
|
|||||||
uri strip_prefix /onlyoffice
|
uri strip_prefix /onlyoffice
|
||||||
reverse_proxy {$ONLYOFFICE_HOST}:80 {
|
reverse_proxy {$ONLYOFFICE_HOST}:80 {
|
||||||
header_up X-Forwarded-Host {http.request.hostport}/onlyoffice
|
header_up X-Forwarded-Host {http.request.hostport}/onlyoffice
|
||||||
}
|
header_up X-Forwarded-Proto https
|
||||||
}
|
|
||||||
|
|
||||||
# EuroOffice
|
|
||||||
route /eurooffice/* {
|
|
||||||
uri strip_prefix /eurooffice
|
|
||||||
reverse_proxy {$EUROOFFICE_HOST}:80 {
|
|
||||||
header_up X-Forwarded-Prefix /eurooffice
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -85,7 +81,7 @@ http://{$APACHE_HOST}.nextcloud-aio:23973, # For Collabora callback and WOPI req
|
|||||||
# TLS options
|
# TLS options
|
||||||
tls {
|
tls {
|
||||||
issuer acme {
|
issuer acme {
|
||||||
profile tlsserver
|
profile shortlived
|
||||||
# Disable HTTP challenge because that would require port 80, which we don't get (it's exposed to the mastercontainer).
|
# Disable HTTP challenge because that would require port 80, which we don't get (it's exposed to the mastercontainer).
|
||||||
# This container by default only exposes port 443 if not configured otherwise via APACHE_PORT.
|
# This container by default only exposes port 443 if not configured otherwise via APACHE_PORT.
|
||||||
disable_http_challenge
|
disable_http_challenge
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM caddy:2.11.4-alpine AS caddy
|
FROM caddy:2.11.2-alpine AS caddy
|
||||||
|
|
||||||
# From https://github.com/docker-library/httpd/blob/master/2.4/alpine/Dockerfile
|
# From https://github.com/docker-library/httpd/blob/master/2.4/alpine/Dockerfile
|
||||||
FROM httpd:2.4.68-alpine3.23
|
FROM httpd:2.4.67-alpine3.23
|
||||||
|
|
||||||
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
|
||||||
|
|
||||||
@@ -103,7 +106,6 @@ CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
|||||||
HEALTHCHECK CMD /healthcheck.sh
|
HEALTHCHECK CMD /healthcheck.sh
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
|
||||||
org.opencontainers.image.title="Apache and Caddy for Nextcloud AIO" \
|
org.opencontainers.image.title="Apache and Caddy for Nextcloud AIO" \
|
||||||
org.opencontainers.image.description="Apache HTTP server with Caddy for Nextcloud All-in-One" \
|
org.opencontainers.image.description="Apache HTTP server with Caddy for Nextcloud All-in-One" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
Listen 8000
|
Listen 8000
|
||||||
<VirtualHost *:8000>
|
<VirtualHost *:8000>
|
||||||
ServerName localhost
|
ServerName localhost
|
||||||
@@ -9,6 +12,34 @@ Listen 8000
|
|||||||
ErrorLogFormat "[%t] [%l] [%E] [client: %{X-Forwarded-For}i] [%M] [%{User-Agent}i]"
|
ErrorLogFormat "[%t] [%l] [%E] [client: %{X-Forwarded-For}i] [%M] [%{User-Agent}i]"
|
||||||
LogLevel ${AIO_LOG_LEVEL}
|
LogLevel ${AIO_LOG_LEVEL}
|
||||||
|
|
||||||
|
# KeepAlive On: allow the same TCP connection to carry multiple HTTP requests.
|
||||||
|
# Without this each asset (JS, CSS, image) would require a full TCP handshake,
|
||||||
|
# which is especially expensive on TLS connections and noticeably slows down
|
||||||
|
# Nextcloud's login page and file manager that load dozens of resources at once.
|
||||||
|
KeepAlive On
|
||||||
|
# KeepAliveTimeout: close an idle keep-alive connection after 5 seconds.
|
||||||
|
# A short timeout frees Apache worker threads quickly so they are available
|
||||||
|
# for new requests; 5 s is long enough to cover the gap between requests
|
||||||
|
# that a browser issues while rendering a page (typically < 1 s), yet short
|
||||||
|
# enough to avoid holding threads open for idle or slow clients.
|
||||||
|
KeepAliveTimeout 5
|
||||||
|
# MaxKeepAliveRequests: allow at most 500 requests per persistent connection.
|
||||||
|
# 100 (the Apache default) is too low for Nextcloud: the desktop and mobile
|
||||||
|
# sync clients issue many small API calls (PROPFIND, GET, PUT, checksums …)
|
||||||
|
# per sync cycle and routinely exceed 100 requests on a single connection.
|
||||||
|
# Hitting the limit forces a new TCP/TLS handshake, adding latency and CPU
|
||||||
|
# overhead. 500 gives sync clients enough headroom while still periodically
|
||||||
|
# recycling threads to contain per-process memory growth.
|
||||||
|
MaxKeepAliveRequests 500
|
||||||
|
|
||||||
|
# sendfile(2) is disabled because it bypasses Apache's output-filter chain: with
|
||||||
|
# it enabled, mod_brotli is silently skipped for static files (JS, CSS, SVG),
|
||||||
|
# negating the compression configured below. MMAP is also
|
||||||
|
# disabled because files can be replaced by Nextcloud at any time and mmap'd
|
||||||
|
# pages could serve stale data.
|
||||||
|
EnableSendfile Off
|
||||||
|
EnableMMAP Off
|
||||||
|
|
||||||
# PHP match
|
# PHP match
|
||||||
<FilesMatch "\.php$">
|
<FilesMatch "\.php$">
|
||||||
SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000"
|
SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000"
|
||||||
@@ -17,12 +48,17 @@ Listen 8000
|
|||||||
<Proxy "fcgi://${NEXTCLOUD_HOST}:9000" flushpackets=on>
|
<Proxy "fcgi://${NEXTCLOUD_HOST}:9000" flushpackets=on>
|
||||||
</Proxy>
|
</Proxy>
|
||||||
|
|
||||||
# Compress JS, CSS and SVG responses with Brotli.
|
# Compress JS, CSS and SVG responses with Brotli (quality 4 gives good
|
||||||
|
# compression with reasonable CPU cost; the default of 0 barely compresses).
|
||||||
# Other plain-text files are already compressed by Nextcloud itself.
|
# Other plain-text files are already compressed by Nextcloud itself.
|
||||||
|
# No deflate fallback is needed: every browser that Nextcloud supports
|
||||||
|
# (Chrome 49+, Firefox 44+, Safari 11+, Edge 15+ — all from 2016-2017)
|
||||||
|
# supports Brotli. Internet Explorer, the only browser that never gained
|
||||||
|
# Brotli support, was dropped by Nextcloud with NC15 (2019).
|
||||||
# Desktop and mobile sync clients never request JS/CSS/SVG assets.
|
# Desktop and mobile sync clients never request JS/CSS/SVG assets.
|
||||||
<IfModule mod_brotli.c>
|
<IfModule mod_brotli.c>
|
||||||
AddOutputFilterByType BROTLI_COMPRESS text/javascript application/javascript application/x-javascript text/css image/svg+xml
|
AddOutputFilterByType BROTLI_COMPRESS text/javascript application/javascript application/x-javascript text/css image/svg+xml
|
||||||
BrotliCompressionQuality 0
|
BrotliCompressionQuality 4
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
# Nextcloud dir
|
# Nextcloud dir
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,22 +1,25 @@
|
|||||||
[supervisord]
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
nodaemon=true
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
logfile=/var/log/supervisord/supervisord.log
|
|
||||||
pidfile=/var/run/supervisord/supervisord.pid
|
[supervisord]
|
||||||
childlogdir=/var/log/supervisord/
|
nodaemon=true
|
||||||
logfile_maxbytes=50MB
|
logfile=/var/log/supervisord/supervisord.log
|
||||||
logfile_backups=10
|
pidfile=/var/run/supervisord/supervisord.pid
|
||||||
loglevel=%(ENV_AIO_LOG_LEVEL)s
|
childlogdir=/var/log/supervisord/
|
||||||
|
logfile_maxbytes=50MB
|
||||||
[program:apache]
|
logfile_backups=10
|
||||||
# Stdout logging is disabled as otherwise the logs are spammed
|
loglevel=%(ENV_AIO_LOG_LEVEL)s
|
||||||
stdout_logfile=%(ENV_SUPERVISORD_STDOUT)s
|
|
||||||
stderr_logfile=/dev/stderr
|
[program:apache]
|
||||||
stderr_logfile_maxbytes=0
|
# Stdout logging is disabled as otherwise the logs are spammed
|
||||||
command=httpd -DFOREGROUND
|
stdout_logfile=%(ENV_SUPERVISORD_STDOUT)s
|
||||||
|
stderr_logfile=/dev/stderr
|
||||||
[program:caddy]
|
stderr_logfile_maxbytes=0
|
||||||
stdout_logfile=/dev/stdout
|
command=apachectl -DFOREGROUND
|
||||||
stdout_logfile_maxbytes=0
|
|
||||||
stderr_logfile=/dev/stderr
|
[program:caddy]
|
||||||
stderr_logfile_maxbytes=0
|
stdout_logfile=/dev/stdout
|
||||||
command=/usr/bin/caddy run --config /tmp/Caddyfile
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/stderr
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
|
command=/usr/bin/caddy run --config /tmp/Caddyfile
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM alpine:3.23.4
|
FROM alpine:3.23.4
|
||||||
|
|
||||||
@@ -25,12 +28,10 @@ USER root
|
|||||||
|
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
|
||||||
org.opencontainers.image.title="Borgbackup for Nextcloud AIO" \
|
org.opencontainers.image.title="Borgbackup for Nextcloud AIO" \
|
||||||
org.opencontainers.image.description="BorgBackup-based backup service for Nextcloud All-in-One" \
|
org.opencontainers.image.description="BorgBackup-based backup service for Nextcloud All-in-One" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \
|
||||||
org.opencontainers.image.vendor="Nextcloud" \
|
org.opencontainers.image.vendor="Nextcloud" \
|
||||||
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md"
|
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md"
|
||||||
ENV BORG_RETENTION_POLICY="--keep-within=7d --keep-weekly=4 --keep-monthly=6" \
|
ENV BORG_RETENTION_POLICY="--keep-within=7d --keep-weekly=4 --keep-monthly=6"
|
||||||
AIO_LOG_LEVEL="warn"
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# These patterns need to be kept in sync with rsync and find excludes in backupscript.sh,
|
# These patterns need to be kept in sync with rsync and find excludes in backupscript.sh,
|
||||||
# which use a different syntax (patterns appear in 3 places in total)
|
# which use a different syntax (patterns appear in 3 places in total)
|
||||||
nextcloud_aio_volumes/nextcloud_aio_apache/caddy/
|
nextcloud_aio_volumes/nextcloud_aio_apache/caddy/
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM alpine:3.23.4
|
FROM alpine:3.23.4
|
||||||
|
|
||||||
@@ -43,7 +46,6 @@ ENTRYPOINT ["/start.sh"]
|
|||||||
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
|
||||||
org.opencontainers.image.title="ClamAV for Nextcloud AIO" \
|
org.opencontainers.image.title="ClamAV for Nextcloud AIO" \
|
||||||
org.opencontainers.image.description="ClamAV antivirus scanner for Nextcloud All-in-One" \
|
org.opencontainers.image.description="ClamAV antivirus scanner for Nextcloud All-in-One" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon=true
|
nodaemon=true
|
||||||
logfile=/var/log/supervisord/supervisord.log
|
logfile=/var/log/supervisord/supervisord.log
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
# From https://gitlab.collabora.com/collabora-online/docker
|
# From https://gitlab.collabora.com/collabora-online/docker
|
||||||
# hadolint ignore=DL3007
|
# hadolint ignore=DL3007
|
||||||
@@ -13,7 +16,6 @@ USER 1001
|
|||||||
HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh
|
HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
|
||||||
org.opencontainers.image.title="Collabora Online for Nextcloud AIO" \
|
org.opencontainers.image.title="Collabora Online for Nextcloud AIO" \
|
||||||
org.opencontainers.image.description="Collabora Online document editor from upstream for Nextcloud All-in-One" \
|
org.opencontainers.image.description="Collabora Online document editor from upstream for Nextcloud All-in-One" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Unfortunately, no curl and no nc is installed in the container
|
# Unfortunately, no curl and no nc is installed in the container
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
# From a file located probably somewhere here: https://github.com/CollaboraOnline/online/blob/master/docker/from-packages/Dockerfile
|
# From a file located probably somewhere here: https://github.com/CollaboraOnline/online/blob/master/docker/from-packages/Dockerfile
|
||||||
FROM collabora/code:26.04.1.4.1
|
FROM collabora/code:25.04.9.4.1
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
@@ -13,7 +16,6 @@ USER 1001
|
|||||||
HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh
|
HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
|
||||||
org.opencontainers.image.title="Collabora for Nextcloud AIO" \
|
org.opencontainers.image.title="Collabora for Nextcloud AIO" \
|
||||||
org.opencontainers.image.description="Collabora CODE document editor for Nextcloud All-in-One" \
|
org.opencontainers.image.description="Collabora CODE document editor for Nextcloud All-in-One" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Unfortunately, no curl and no nc is installed in the container
|
# Unfortunately, no curl and no nc is installed in the container
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM haproxy:3.4.0-alpine
|
FROM haproxy:3.3.8-alpine
|
||||||
|
|
||||||
# hadolint ignore=DL3002
|
# hadolint ignore=DL3002
|
||||||
USER root
|
USER root
|
||||||
@@ -20,7 +23,6 @@ ENTRYPOINT ["/start.sh"]
|
|||||||
HEALTHCHECK CMD /healthcheck.sh
|
HEALTHCHECK CMD /healthcheck.sh
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
|
||||||
org.opencontainers.image.title="Docker Socket Proxy for Nextcloud AIO" \
|
org.opencontainers.image.title="Docker Socket Proxy for Nextcloud AIO" \
|
||||||
org.opencontainers.image.description="HAProxy-based Docker socket proxy for Nextcloud All-in-One" \
|
org.opencontainers.image.description="HAProxy-based Docker socket proxy for Nextcloud All-in-One" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# Inspiration: https://github.com/Tecnativa/docker-socket-proxy/blob/master/haproxy.cfg
|
# Inspiration: https://github.com/Tecnativa/docker-socket-proxy/blob/master/haproxy.cfg
|
||||||
|
|
||||||
global
|
global
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM alpine:3.23.4
|
FROM alpine:3.23.4
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
@@ -19,7 +22,6 @@ ENTRYPOINT ["/start.sh"]
|
|||||||
HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1
|
HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
|
||||||
org.opencontainers.image.title="Domain Check for Nextcloud AIO" \
|
org.opencontainers.image.title="Domain Check for Nextcloud AIO" \
|
||||||
org.opencontainers.image.description="Domain validation service for Nextcloud All-in-One setup" \
|
org.opencontainers.image.description="Domain validation service for Nextcloud All-in-One setup" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
server.document-root = "/var/www/domaincheck/"
|
server.document-root = "/var/www/domaincheck/"
|
||||||
|
|
||||||
server.port = env.APACHE_PORT
|
server.port = env.APACHE_PORT
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
# syntax=docker/dockerfile:latest
|
|
||||||
FROM ghcr.io/euro-office/documentserver:v9.3.1-beta.1
|
|
||||||
|
|
||||||
# USER root is probably used
|
|
||||||
|
|
||||||
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
|
||||||
|
|
||||||
HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh
|
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
|
||||||
wud.watch="false" \
|
|
||||||
dockhand.update="false" \
|
|
||||||
org.opencontainers.image.title="EuroOffice for Nextcloud AIO" \
|
|
||||||
org.opencontainers.image.description="EuroOffice Document Server for Nextcloud All-in-One" \
|
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
|
||||||
org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \
|
|
||||||
org.opencontainers.image.vendor="Nextcloud" \
|
|
||||||
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md"
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
|
||||||
set -x
|
|
||||||
fi
|
|
||||||
|
|
||||||
nc -z 127.0.0.1 80 || exit 1
|
|
||||||
@@ -1,33 +1,35 @@
|
|||||||
# syntax=docker/dockerfile:latest
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
# Probably from here https://github.com/elastic/dockerfiles/blob/9.3/elasticsearch/Dockerfile
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
FROM elasticsearch:9.4.2
|
|
||||||
|
# syntax=docker/dockerfile:latest
|
||||||
USER root
|
# Probably from here https://github.com/elastic/dockerfiles/blob/9.3/elasticsearch/Dockerfile
|
||||||
|
FROM elasticsearch:9.4.0
|
||||||
# hadolint ignore=DL3041
|
|
||||||
RUN set -ex; \
|
USER root
|
||||||
\
|
|
||||||
microdnf update -y; \
|
# hadolint ignore=DL3041
|
||||||
microdnf install -y --setopt=tsflags=nodocs \
|
RUN set -ex; \
|
||||||
tzdata \
|
\
|
||||||
; \
|
microdnf update -y; \
|
||||||
microdnf clean all;
|
microdnf install -y --setopt=tsflags=nodocs \
|
||||||
|
tzdata \
|
||||||
COPY --chmod=775 start.sh /start.sh
|
; \
|
||||||
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
microdnf clean all;
|
||||||
|
|
||||||
USER 1000:0
|
COPY --chmod=775 start.sh /start.sh
|
||||||
|
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
||||||
HEALTHCHECK --interval=10s --timeout=5s --start-period=1m --retries=5 CMD /healthcheck.sh
|
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
USER 1000:0
|
||||||
wud.watch="false" \
|
|
||||||
dockhand.update="false" \
|
HEALTHCHECK --interval=10s --timeout=5s --start-period=1m --retries=5 CMD /healthcheck.sh
|
||||||
org.opencontainers.image.title="Full Text Search for Nextcloud AIO" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
org.opencontainers.image.description="Elasticsearch-based full-text search for Nextcloud All-in-One" \
|
wud.watch="false" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.title="Full Text Search for Nextcloud AIO" \
|
||||||
org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.description="Elasticsearch-based full-text search for Nextcloud All-in-One" \
|
||||||
org.opencontainers.image.vendor="Nextcloud" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md"
|
org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \
|
||||||
ENV ES_JAVA_OPTS="-Xms512M -Xmx512M"
|
org.opencontainers.image.vendor="Nextcloud" \
|
||||||
|
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md"
|
||||||
ENTRYPOINT ["/start.sh"]
|
ENV ES_JAVA_OPTS="-Xms512M -Xmx512M"
|
||||||
|
|
||||||
|
ENTRYPOINT ["/start.sh"]
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
set -x
|
set -x
|
||||||
fi
|
fi
|
||||||
|
|
||||||
curl -fs -u "elastic:$ELASTIC_PASSWORD" "http://127.0.0.1:9200/_cluster/health?filter_path=status" | grep -qE '"status":"(green|yellow)"' || exit 1
|
curl -fs "http://127.0.0.1:9200/_cluster/health?filter_path=status" | grep -qE '"status":"(green|yellow)"' || exit 1
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,54 +1,56 @@
|
|||||||
# syntax=docker/dockerfile:latest
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
FROM golang:1.26.4-alpine3.23 AS go
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
|
# syntax=docker/dockerfile:latest
|
||||||
|
FROM golang:1.26.2-alpine3.23 AS go
|
||||||
|
|
||||||
ENV IMAGINARY_HASH=6a274b488759a896aff02f52afee6e50b5e3a3ee
|
ENV IMAGINARY_HASH=6a274b488759a896aff02f52afee6e50b5e3a3ee
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk upgrade --no-cache -a; \
|
apk upgrade --no-cache -a; \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
vips-dev \
|
vips-dev \
|
||||||
vips-magick \
|
vips-magick \
|
||||||
vips-heif \
|
vips-heif \
|
||||||
vips-jxl \
|
vips-jxl \
|
||||||
vips-poppler \
|
vips-poppler \
|
||||||
build-base; \
|
build-base; \
|
||||||
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";
|
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";
|
||||||
|
|
||||||
FROM alpine:3.23.4
|
FROM alpine:3.23.4
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk upgrade --no-cache -a; \
|
apk upgrade --no-cache -a; \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
tzdata \
|
tzdata \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
vips \
|
vips \
|
||||||
vips-magick \
|
vips-magick \
|
||||||
vips-heif \
|
vips-heif \
|
||||||
vips-jxl \
|
vips-jxl \
|
||||||
vips-poppler \
|
vips-poppler \
|
||||||
ttf-dejavu \
|
ttf-dejavu \
|
||||||
bash
|
bash
|
||||||
|
|
||||||
COPY --from=go /go/bin/imaginary /usr/local/bin/imaginary
|
COPY --from=go /go/bin/imaginary /usr/local/bin/imaginary
|
||||||
COPY --chmod=775 start.sh /start.sh
|
COPY --chmod=775 start.sh /start.sh
|
||||||
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
||||||
|
|
||||||
ENV PORT=9000 \
|
ENV PORT=9000 \
|
||||||
AIO_LOG_LEVEL=warn
|
AIO_LOG_LEVEL=warn
|
||||||
|
|
||||||
USER 65534
|
USER 65534
|
||||||
|
|
||||||
# https://github.com/h2non/imaginary#memory-issues
|
# https://github.com/h2non/imaginary#memory-issues
|
||||||
ENV MALLOC_ARENA_MAX=2
|
ENV MALLOC_ARENA_MAX=2
|
||||||
ENTRYPOINT ["/start.sh"]
|
ENTRYPOINT ["/start.sh"]
|
||||||
|
|
||||||
HEALTHCHECK CMD /healthcheck.sh
|
HEALTHCHECK CMD /healthcheck.sh
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
org.opencontainers.image.title="Imaginary for Nextcloud AIO" \
|
||||||
org.opencontainers.image.title="Imaginary for Nextcloud AIO" \
|
org.opencontainers.image.description="High-performance image processing service for Nextcloud All-in-One" \
|
||||||
org.opencontainers.image.description="High-performance image processing service for Nextcloud All-in-One" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \
|
||||||
org.opencontainers.image.source="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.vendor="Nextcloud" \
|
||||||
org.opencontainers.image.vendor="Nextcloud" \
|
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md"
|
||||||
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md"
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,17 +1,20 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
# Docker CLI is a requirement
|
# Docker CLI is a requirement
|
||||||
FROM docker:29.5.3-cli AS docker
|
FROM docker:29.4.1-cli AS docker
|
||||||
|
|
||||||
ARG CADDY_REMOTE_HOST_HASH=e80a9931765a8dbcbb47db415863387f0df0e1b3
|
ARG CADDY_REMOTE_HOST_HASH=b21775afa730ffb52a24ddff310c8a6d1fd37276
|
||||||
|
|
||||||
# Caddy is a requirement
|
# Caddy is a requirement
|
||||||
FROM caddy:2.11.4-builder-alpine AS caddy
|
FROM caddy:2.11.2-builder-alpine AS caddy
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
xcaddy build --with github.com/muety/caddy-remote-host@"$CADDY_REMOTE_HOST_HASH"; \
|
xcaddy build --with github.com/muety/caddy-remote-host@"$CADDY_REMOTE_HOST_HASH"; \
|
||||||
/usr/bin/caddy list-modules
|
/usr/bin/caddy list-modules
|
||||||
|
|
||||||
# From https://github.com/docker-library/php/blob/master/8.5/alpine3.23/fpm/Dockerfile
|
# From https://github.com/docker-library/php/blob/master/8.5/alpine3.23/fpm/Dockerfile
|
||||||
FROM php:8.5.7-fpm-alpine3.23
|
FROM php:8.5.5-fpm-alpine3.23
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
@@ -107,7 +110,6 @@ LABEL org.opencontainers.image.title="Nextcloud All-in-One Mastercontainer" \
|
|||||||
org.opencontainers.image.vendor="Nextcloud" \
|
org.opencontainers.image.vendor="Nextcloud" \
|
||||||
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" \
|
org.opencontainers.image.documentation="https://github.com/nextcloud/all-in-one/blob/main/readme.md" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
|
||||||
com.docker.compose.project="nextcloud-aio"
|
com.docker.compose.project="nextcloud-aio"
|
||||||
|
|
||||||
# hadolint ignore=DL3002
|
# hadolint ignore=DL3002
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
# Nextcloud All-in-One `mastercontainer`
|
# Nextcloud All-in-One `mastercontainer`
|
||||||
|
|
||||||
This folder contains the OCI/Docker container definition, along with associated resources and
|
This folder contains the OCI/Docker container definition, along with associated resources and
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
{
|
||||||
admin off
|
admin off
|
||||||
|
|
||||||
# auto_https will create redirects for https://{host}:8443 instead of https://{host}
|
# auto_https will create redirects for https://{host}:8443 instead of https://{host}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
header {
|
header {
|
||||||
# CSP limits which features can be used. By default we allow nothing and only allow required options. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy
|
# CSP limits which features can be used. By default we allow nothing and only allow required options. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy
|
||||||
# default-src 'none'; Allow nothing by default
|
# default-src 'none'; Allow nothing by default
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
{
|
||||||
admin off
|
admin off
|
||||||
|
|
||||||
# auto_https will be handled manually in acme.Caddyfile
|
# auto_https will be handled manually in acme.Caddyfile
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
deduplicate_sessions() {
|
deduplicate_sessions() {
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Function to show text in green
|
# Function to show text in green
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon=true
|
nodaemon=true
|
||||||
logfile=/var/log/supervisord/supervisord.log
|
logfile=/var/log/supervisord/supervisord.log
|
||||||
@@ -54,7 +57,7 @@ stdout_logfile_maxbytes=0
|
|||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=/session-deduplicator.sh
|
command=/session-deduplicator.sh
|
||||||
user=www-data
|
user=root
|
||||||
|
|
||||||
[program:domain-validator]
|
[program:domain-validator]
|
||||||
# Logging is disabled as otherwise all attempts will be logged which spams the logs
|
# Logging is disabled as otherwise all attempts will be logged which spams the logs
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM php:8.3.31-fpm-alpine3.23
|
FROM php:8.3.30-fpm-alpine3.23
|
||||||
|
|
||||||
ENV PHP_MEMORY_LIMIT=512M
|
ENV PHP_MEMORY_LIMIT=512M
|
||||||
ENV PHP_UPLOAD_LIMIT=16G
|
ENV PHP_UPLOAD_LIMIT=16G
|
||||||
@@ -8,7 +11,7 @@ ENV SOURCE_LOCATION=/usr/src/nextcloud
|
|||||||
ENV REDIS_DB_INDEX=0
|
ENV REDIS_DB_INDEX=0
|
||||||
|
|
||||||
# AIO settings start # Do not remove or change this line!
|
# AIO settings start # Do not remove or change this line!
|
||||||
ENV NEXTCLOUD_VERSION=33.0.5
|
ENV NEXTCLOUD_VERSION=33.0.3
|
||||||
ENV AIO_TOKEN=123456
|
ENV AIO_TOKEN=123456
|
||||||
ENV AIO_URL=localhost
|
ENV AIO_URL=localhost
|
||||||
# AIO settings end # Do not remove or change this line!
|
# AIO settings end # Do not remove or change this line!
|
||||||
@@ -286,7 +289,6 @@ CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
|||||||
HEALTHCHECK CMD /healthcheck.sh
|
HEALTHCHECK CMD /healthcheck.sh
|
||||||
LABEL com.centurylinklabs.watchtower.enable="false" \
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
||||||
wud.watch="false" \
|
wud.watch="false" \
|
||||||
dockhand.update="false" \
|
|
||||||
org.opencontainers.image.title="Nextcloud for Nextcloud AIO" \
|
org.opencontainers.image.title="Nextcloud for Nextcloud AIO" \
|
||||||
org.opencontainers.image.description="Nextcloud server with all required PHP extensions for Nextcloud All-in-One" \
|
org.opencontainers.image.description="Nextcloud server with all required PHP extensions for Nextcloud All-in-One" \
|
||||||
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
org.opencontainers.image.url="https://github.com/nextcloud/all-in-one" \
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
-->
|
||||||
|
|
||||||
# Nextcloud All-in-One ``nextcloud`` Container
|
# Nextcloud All-in-One ``nextcloud`` Container
|
||||||
|
|
||||||
This folder contains the OCI/Docker container definition, along with associated resources and configuration files, for building the `nextcloud` container as part of the [Nextcloud All-in-One](https://github.com/nextcloud/all-in-one) project. This container hosts PHP and the Nextcloud Server application.
|
This folder contains the OCI/Docker container definition, along with associated resources and configuration files, for building the `nextcloud` container as part of the [Nextcloud All-in-One](https://github.com/nextcloud/all-in-one) project. This container hosts PHP and the Nextcloud Server application.
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'one-click-instance' => true,
|
'one-click-instance' => true,
|
||||||
'one-click-instance.user-limit' => 100,
|
'one-click-instance.user-limit' => 100,
|
||||||
'update_channel' => 'stable',
|
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'memcache.local' => '\OC\Memcache\APCu',
|
'memcache.local' => '\OC\Memcache\APCu',
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'apps_paths' => array (
|
'apps_paths' => array (
|
||||||
0 => array (
|
0 => array (
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
// Check if NEXTCLOUD_TRUSTED_CERTIFICATES_ are configured
|
// Check if NEXTCLOUD_TRUSTED_CERTIFICATES_ are configured
|
||||||
if (str_contains(implode(' ', array_keys(getenv())), 'NEXTCLOUD_TRUSTED_CERTIFICATES_')) {
|
if (str_contains(implode(' ', array_keys(getenv())), 'NEXTCLOUD_TRUSTED_CERTIFICATES_')) {
|
||||||
$CONFIG['default_certificates_bundle_path'] = '/var/www/html/data/certificates/ca-bundle.crt';
|
$CONFIG['default_certificates_bundle_path'] = '/var/www/html/data/certificates/ca-bundle.crt';
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
if (getenv('NEXTCLOUD_TRUSTED_CERTIFICATES_POSTGRES')) {
|
if (getenv('NEXTCLOUD_TRUSTED_CERTIFICATES_POSTGRES')) {
|
||||||
$CONFIG = array(
|
$CONFIG = array(
|
||||||
'pgsql_ssl' => array(
|
'pgsql_ssl' => array(
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
if (getenv('HTTP_PROXY')) {
|
if (getenv('HTTP_PROXY')) {
|
||||||
$CONFIG['proxy'] = getenv('HTTP_PROXY');
|
$CONFIG['proxy'] = getenv('HTTP_PROXY');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
if (getenv('REDIS_MODE') !== 'rediscluster') {
|
if (getenv('REDIS_MODE') !== 'rediscluster') {
|
||||||
$CONFIG = array(
|
$CONFIG = array(
|
||||||
'memcache.distributed' => '\OC\Memcache\Redis',
|
'memcache.distributed' => '\OC\Memcache\Redis',
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
$overwriteHost = getenv('OVERWRITEHOST');
|
$overwriteHost = getenv('OVERWRITEHOST');
|
||||||
if ($overwriteHost) {
|
if ($overwriteHost) {
|
||||||
$CONFIG['overwritehost'] = $overwriteHost;
|
$CONFIG['overwritehost'] = $overwriteHost;
|
||||||
|
|||||||
@@ -1,47 +1,51 @@
|
|||||||
<?php
|
<?php
|
||||||
if (getenv('OBJECTSTORE_S3_BUCKET')) {
|
|
||||||
$use_ssl = getenv('OBJECTSTORE_S3_SSL');
|
// SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
$use_path = getenv('OBJECTSTORE_S3_USEPATH_STYLE');
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
$use_legacyauth = getenv('OBJECTSTORE_S3_LEGACYAUTH');
|
|
||||||
$autocreate = getenv('OBJECTSTORE_S3_AUTOCREATE');
|
if (getenv('OBJECTSTORE_S3_BUCKET')) {
|
||||||
$multibucket = getenv('OBJECTSTORE_S3_MULTIBUCKET');
|
$use_ssl = getenv('OBJECTSTORE_S3_SSL');
|
||||||
$CONFIG = array(
|
$use_path = getenv('OBJECTSTORE_S3_USEPATH_STYLE');
|
||||||
'objectstore' => array(
|
$use_legacyauth = getenv('OBJECTSTORE_S3_LEGACYAUTH');
|
||||||
'class' => '\OC\Files\ObjectStore\S3',
|
$autocreate = getenv('OBJECTSTORE_S3_AUTOCREATE');
|
||||||
'arguments' => array(
|
$multibucket = getenv('OBJECTSTORE_S3_MULTIBUCKET');
|
||||||
'multibucket' => $multibucket === 'true',
|
$CONFIG = array(
|
||||||
'num_buckets' => (int)getenv('OBJECTSTORE_S3_NUM_BUCKETS') ?: 64,
|
'objectstore' => array(
|
||||||
'bucket' => getenv('OBJECTSTORE_S3_BUCKET'),
|
'class' => '\OC\Files\ObjectStore\S3',
|
||||||
'key' => getenv('OBJECTSTORE_S3_KEY') ?: '',
|
'arguments' => array(
|
||||||
'secret' => getenv('OBJECTSTORE_S3_SECRET') ?: '',
|
'multibucket' => $multibucket === 'true',
|
||||||
'region' => getenv('OBJECTSTORE_S3_REGION') ?: '',
|
'num_buckets' => (int)getenv('OBJECTSTORE_S3_NUM_BUCKETS') ?: 64,
|
||||||
'hostname' => getenv('OBJECTSTORE_S3_HOST') ?: '',
|
'bucket' => getenv('OBJECTSTORE_S3_BUCKET'),
|
||||||
'port' => getenv('OBJECTSTORE_S3_PORT') ?: '',
|
'key' => getenv('OBJECTSTORE_S3_KEY') ?: '',
|
||||||
'storageClass' => getenv('OBJECTSTORE_S3_STORAGE_CLASS') ?: '',
|
'secret' => getenv('OBJECTSTORE_S3_SECRET') ?: '',
|
||||||
'objectPrefix' => getenv("OBJECTSTORE_S3_OBJECT_PREFIX") ? getenv("OBJECTSTORE_S3_OBJECT_PREFIX") : "urn:oid:",
|
'region' => getenv('OBJECTSTORE_S3_REGION') ?: '',
|
||||||
'autocreate' => strtolower($autocreate) !== 'false',
|
'hostname' => getenv('OBJECTSTORE_S3_HOST') ?: '',
|
||||||
'use_ssl' => strtolower($use_ssl) !== 'false',
|
'port' => getenv('OBJECTSTORE_S3_PORT') ?: '',
|
||||||
// required for some non Amazon S3 implementations
|
'storageClass' => getenv('OBJECTSTORE_S3_STORAGE_CLASS') ?: '',
|
||||||
'use_path_style' => strtolower($use_path) === 'true',
|
'objectPrefix' => getenv("OBJECTSTORE_S3_OBJECT_PREFIX") ? getenv("OBJECTSTORE_S3_OBJECT_PREFIX") : "urn:oid:",
|
||||||
// required for older protocol versions
|
'autocreate' => strtolower($autocreate) !== 'false',
|
||||||
'legacy_auth' => strtolower($use_legacyauth) === 'true',
|
'use_ssl' => strtolower($use_ssl) !== 'false',
|
||||||
'use_nextcloud_bundle' => 1,
|
// required for some non Amazon S3 implementations
|
||||||
)
|
'use_path_style' => strtolower($use_path) === 'true',
|
||||||
)
|
// required for older protocol versions
|
||||||
);
|
'legacy_auth' => strtolower($use_legacyauth) === 'true',
|
||||||
|
'use_nextcloud_bundle' => 1,
|
||||||
$sse_c_key = getenv('OBJECTSTORE_S3_SSE_C_KEY');
|
)
|
||||||
if ($sse_c_key) {
|
)
|
||||||
$CONFIG['objectstore']['arguments']['sse_c_key'] = $sse_c_key;
|
);
|
||||||
}
|
|
||||||
|
$sse_c_key = getenv('OBJECTSTORE_S3_SSE_C_KEY');
|
||||||
$requestChecksumValidation = getenv('OBJECTSTORE_S3_REQUEST_CHECKSUM_VALIDATION');
|
if ($sse_c_key) {
|
||||||
if ($requestChecksumValidation) {
|
$CONFIG['objectstore']['arguments']['sse_c_key'] = $sse_c_key;
|
||||||
$CONFIG['objectstore']['arguments']['request_checksum_calculation'] = $requestChecksumValidation;
|
}
|
||||||
}
|
|
||||||
|
$requestChecksumValidation = getenv('OBJECTSTORE_S3_REQUEST_CHECKSUM_VALIDATION');
|
||||||
$responseChecksumValidation = getenv('OBJECTSTORE_S3_RESPONSE_CHECKSUM_VALIDATION');
|
if ($requestChecksumValidation) {
|
||||||
if ($responseChecksumValidation) {
|
$CONFIG['objectstore']['arguments']['request_checksum_calculation'] = $requestChecksumValidation;
|
||||||
$CONFIG['objectstore']['arguments']['response_checksum_validation'] = $responseChecksumValidation;
|
}
|
||||||
}
|
|
||||||
}
|
$responseChecksumValidation = getenv('OBJECTSTORE_S3_RESPONSE_CHECKSUM_VALIDATION');
|
||||||
|
if ($responseChecksumValidation) {
|
||||||
|
$CONFIG['objectstore']['arguments']['response_checksum_validation'] = $responseChecksumValidation;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'serverid' => hexdec(hash('xxh32', gethostname())) & 0x1FF,
|
'serverid' => crc32(gethostname()) % 512,
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
if (getenv('SMTP_HOST') && getenv('MAIL_FROM_ADDRESS') && getenv('MAIL_DOMAIN')) {
|
if (getenv('SMTP_HOST') && getenv('MAIL_FROM_ADDRESS') && getenv('MAIL_DOMAIN')) {
|
||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'mail_smtpmode' => 'smtp',
|
'mail_smtpmode' => 'smtp',
|
||||||
|
|||||||
@@ -1,31 +1,35 @@
|
|||||||
<?php
|
<?php
|
||||||
if (getenv('OBJECTSTORE_SWIFT_URL')) {
|
|
||||||
$autocreate = getenv('OBJECTSTORE_SWIFT_AUTOCREATE');
|
// SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||||
$CONFIG = array(
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
'objectstore' => [
|
|
||||||
'class' => 'OC\\Files\\ObjectStore\\Swift',
|
if (getenv('OBJECTSTORE_SWIFT_URL')) {
|
||||||
'arguments' => [
|
$autocreate = getenv('OBJECTSTORE_SWIFT_AUTOCREATE');
|
||||||
'autocreate' => $autocreate == true && strtolower($autocreate) !== 'false',
|
$CONFIG = array(
|
||||||
'user' => [
|
'objectstore' => [
|
||||||
'name' => getenv('OBJECTSTORE_SWIFT_USER_NAME'),
|
'class' => 'OC\\Files\\ObjectStore\\Swift',
|
||||||
'password' => getenv('OBJECTSTORE_SWIFT_USER_PASSWORD'),
|
'arguments' => [
|
||||||
'domain' => [
|
'autocreate' => $autocreate == true && strtolower($autocreate) !== 'false',
|
||||||
'name' => (getenv('OBJECTSTORE_SWIFT_USER_DOMAIN')) ?: 'Default',
|
'user' => [
|
||||||
],
|
'name' => getenv('OBJECTSTORE_SWIFT_USER_NAME'),
|
||||||
],
|
'password' => getenv('OBJECTSTORE_SWIFT_USER_PASSWORD'),
|
||||||
'scope' => [
|
'domain' => [
|
||||||
'project' => [
|
'name' => (getenv('OBJECTSTORE_SWIFT_USER_DOMAIN')) ?: 'Default',
|
||||||
'name' => getenv('OBJECTSTORE_SWIFT_PROJECT_NAME'),
|
],
|
||||||
'domain' => [
|
],
|
||||||
'name' => (getenv('OBJECTSTORE_SWIFT_PROJECT_DOMAIN')) ?: 'Default',
|
'scope' => [
|
||||||
],
|
'project' => [
|
||||||
],
|
'name' => getenv('OBJECTSTORE_SWIFT_PROJECT_NAME'),
|
||||||
],
|
'domain' => [
|
||||||
'serviceName' => (getenv('OBJECTSTORE_SWIFT_SERVICE_NAME')) ?: 'swift',
|
'name' => (getenv('OBJECTSTORE_SWIFT_PROJECT_DOMAIN')) ?: 'Default',
|
||||||
'region' => getenv('OBJECTSTORE_SWIFT_REGION'),
|
],
|
||||||
'url' => getenv('OBJECTSTORE_SWIFT_URL'),
|
],
|
||||||
'bucket' => getenv('OBJECTSTORE_SWIFT_CONTAINER_NAME'),
|
],
|
||||||
]
|
'serviceName' => (getenv('OBJECTSTORE_SWIFT_SERVICE_NAME')) ?: 'swift',
|
||||||
]
|
'region' => getenv('OBJECTSTORE_SWIFT_REGION'),
|
||||||
);
|
'url' => getenv('OBJECTSTORE_SWIFT_URL'),
|
||||||
}
|
'bucket' => getenv('OBJECTSTORE_SWIFT_CONTAINER_NAME'),
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user