mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-03 17:30:09 +00:00
reuse: add SPDX headers to PHP source files, templates, and JS/CSS
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ac02e17a20
commit
a2f5895265
@@ -1,3 +1,6 @@
|
||||
{# SPDX-FileCopyrightText: 2023 Nextcloud GmbH <https://nextcloud.com> #}
|
||||
{# SPDX-License-Identifier: AGPL-3.0-only #}
|
||||
|
||||
<details>
|
||||
<summary>Click here to view the current AIO config and documentation links</summary>
|
||||
{% if was_start_button_clicked == true %}
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
{# SPDX-FileCopyrightText: 2026 Nextcloud GmbH <https://nextcloud.com> #}
|
||||
{# SPDX-License-Identifier: AGPL-3.0-only #}
|
||||
|
||||
13.0.3
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
{# SPDX-FileCopyrightText: 2023 Nextcloud GmbH <https://nextcloud.com> #}
|
||||
{# SPDX-License-Identifier: AGPL-3.0-only #}
|
||||
|
||||
<p>The folder path that you enter must start with <strong>/</strong> and must <strong>not</strong> end with <strong>/</strong>.</p>
|
||||
<p>An example for Linux is <strong>/mnt/backup</strong>.</p>
|
||||
<p>On Synology it could be <strong>/volume1/docker/nextcloud/backup</strong>.</p>
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
{# SPDX-FileCopyrightText: 2025 Nextcloud GmbH <https://nextcloud.com> #}
|
||||
{# SPDX-License-Identifier: AGPL-3.0-only #}
|
||||
|
||||
<h2>Community Containers</h2>
|
||||
<p>In this section you can enable or disable optional Community Containers that are not included by default in the main installation. These containers are provided by the community and can be useful for various purposes and are automatically integrated in AIOs backup solution and update mechanisms.</p>
|
||||
<p><strong>⚠️ Caution: </strong>Community Containers are maintained by the community and not officially by Nextcloud. Some containers may not be compatible with your system, may not work as expected or may discontinue. Use them at your own risk. Please read the documentation for each container first before adding any as some are also incompatible between each other! Never add all of them at the same time!</p>
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
{# SPDX-FileCopyrightText: 2024 Nextcloud GmbH <https://nextcloud.com> #}
|
||||
{# SPDX-License-Identifier: AGPL-3.0-only #}
|
||||
|
||||
<h2>Optional containers</h2>
|
||||
<p>In this section you can enable or disable optional containers.</p>
|
||||
{% if isAnyRunning == true %}
|
||||
|
||||
Reference in New Issue
Block a user