|
1 | | -# ownCloud Web User Interface |
| 1 | +# ownCloud Web UI Documentation |
2 | 2 |
|
3 | | -**IMPORTANT** |
| 3 | +<!-- OSPO-managed README | Generated: 2026-04-16 | v2 --> |
4 | 4 |
|
5 | | -Since April 2026, this repository requires [Commit Signing](https://docs.github.com/articles/about-gpg) and uses [Conventional Commits](https://www.conventionalcommits.org) for commits and the Pull Request title. |
| 5 | +[](LICENSE) [](https://kiteworks.com/opensource) |
6 | 6 |
|
7 | | -**Table of Contents** |
| 7 | +Antora-based documentation component for the ownCloud Web user interface. This repository contains the AsciiDoc source files covering configuration and usage of the ownCloud Web frontend, published as part of the documentation site at [doc.owncloud.com](https://doc.owncloud.com). |
8 | 8 |
|
9 | | -* [Building the Web User Interface Docs](#building-the-web-user-interface-docs) |
10 | | -* [General Notes](#general-notes) |
11 | | -* [Generating the Documentation](#generating-the-documentation) |
12 | | -* [Target Branch and Backporting](#target-branch-and-backporting) |
13 | | -* [Branching Workflow](#branching-workflow) |
14 | | -* [Create a New Version Branch for Web User Interfaces](#create-a-new-version-branch-for-web-user-interfaces) |
| 9 | +## Getting Started |
15 | 10 |
|
| 11 | +To preview changes locally: |
16 | 12 |
|
17 | | -## Building the Web User Interface Docs |
| 13 | +```bash |
| 14 | +npm install |
| 15 | +npm run antora-local |
| 16 | +npm run serve |
| 17 | +``` |
18 | 18 |
|
19 | | -The ownCloud Web User Interface Guides are not built independently. Instead, it is built together with the [main documentation](https://github.com/owncloud/docs/). However, you can build a local copy of the ownCloud Server documentation to preview changes you are making. |
| 19 | +This generates a standalone preview at `http://localhost:8080`. For the full site build, merge your changes and the [docs](https://github.com/owncloud/docs) repository will automatically rebuild. |
20 | 20 |
|
21 | | -Whenever a Pull Request of this repo gets merged, it automatically triggers a full docs build. |
| 21 | +## Documentation |
22 | 22 |
|
23 | | -## General Notes |
| 23 | +- [Branching Workflow](https://github.com/owncloud/docs-webui/blob/master/docs/the-branching-workflow.md) |
| 24 | +- [Main Documentation Build](https://github.com/owncloud/docs) |
24 | 25 |
|
25 | | -To make life easier, most of the content written in [docs](https://github.com/owncloud/docs#readme) applies also here. For ease of reading, the most important steps are documented here too. For more information see the link provided. Only a few topics of this repo are unique like the branching. |
| 26 | +## Part of ownCloud Documentation |
26 | 27 |
|
27 | | -## Generating the Documentation |
| 28 | +This is a content component for the [ownCloud docs](https://github.com/owncloud/docs) Antora build. Published documentation is available at [doc.owncloud.com](https://doc.owncloud.com). |
28 | 29 |
|
29 | | -See the [Generating the Documentation](https://github.com/owncloud/docs#generating-the-documentation) in the docs repo for more details as it applies to all documentation repositories. |
| 30 | +## Community & Support |
30 | 31 |
|
31 | | -## Target Branch and Backporting |
| 32 | +**[Star](https://github.com/owncloud/docs-webui)** this repo and **Watch** for release notifications! |
32 | 33 |
|
33 | | -See the [following section](https://github.com/owncloud/docs#target-branch-and-backporting) as the same rules and notes apply. |
| 34 | +- [ownCloud Website](https://owncloud.com) |
| 35 | +- [Community Discussions](https://github.com/orgs/owncloud/discussions) |
| 36 | +- [Matrix Chat](https://app.element.io/#/room/#owncloud:matrix.org) |
| 37 | +- [Documentation](https://doc.owncloud.com) |
| 38 | +- [Enterprise Support](https://owncloud.com/contact-us/) |
| 39 | +- [OSPO Home](https://kiteworks.com/opensource) |
34 | 40 |
|
35 | | -## Branching Workflow |
| 41 | +## Contributing |
36 | 42 |
|
37 | | -Please refer to the [Branching Workflow for ownCloud Server](https://github.com/owncloud/docs-webui/blob/master/docs/the-branching-workflow.md) for more information. |
| 43 | +We welcome contributions! Please read the [Contributing Guidelines](CONTRIBUTING.md) |
| 44 | +and our [Code of Conduct](CODE_OF_CONDUCT.md) before getting started. |
38 | 45 |
|
39 | | -## Create a New Version Branch for Web User Interfaces |
| 46 | +### Workflow |
40 | 47 |
|
41 | | -Please refer to [Create a New Version Branch for Web User Interfaces](https://github.com/owncloud/docs-webui/blob/master/docs/new-version-branch.md) for more information. |
| 48 | +- **Rebase Early, Rebase Often!** We use a rebase workflow. Always rebase on the target branch before submitting a PR. |
| 49 | +- **Dependabot**: Automated dependency updates are managed via Dependabot. Review and merge dependency PRs promptly. |
| 50 | +- **Signed Commits**: All commits **must** be PGP/GPG signed. See [GitHub's signing guide](https://docs.github.com/en/authentication/managing-commit-signature-verification). |
| 51 | +- **DCO Sign-off**: Every commit must carry a `Signed-off-by` line: |
| 52 | + ``` |
| 53 | + git commit -s -S -m "your commit message" |
| 54 | + ``` |
| 55 | +- **GitHub Actions Policy**: Workflows may only use actions that are (a) owned by `owncloud`, (b) created by GitHub (`actions/*`), or (c) verified in the GitHub Marketplace. |
| 56 | + |
| 57 | +## Security |
| 58 | + |
| 59 | +**Do not open a public GitHub issue for security vulnerabilities.** |
| 60 | + |
| 61 | +Report vulnerabilities at **<https://security.owncloud.com>** -- see [SECURITY.md](SECURITY.md). |
| 62 | + |
| 63 | +Bug bounty: [YesWeHack ownCloud Program](https://yeswehack.com/programs/owncloud-bug-bounty-program) |
| 64 | + |
| 65 | +## License |
| 66 | + |
| 67 | +This project is licensed under the [AGPL-3.0](LICENSE). |
| 68 | + |
| 69 | +## About the ownCloud OSPO |
| 70 | + |
| 71 | +The [Kiteworks Open Source Program Office](https://kiteworks.com/opensource), operating under |
| 72 | +the [ownCloud](https://owncloud.com) brand, launched on May 5, 2026, to steward the open source |
| 73 | +ecosystem around ownCloud's products. The OSPO ensures transparent governance, license compliance, |
| 74 | +community health, and sustainable collaboration between the open source community and |
| 75 | +[Kiteworks](https://www.kiteworks.com), which acquired ownCloud in 2023. |
| 76 | + |
| 77 | +- **OSPO Home**: <https://kiteworks.com/opensource> |
| 78 | +- **GitHub**: <https://github.com/owncloud> |
| 79 | +- **ownCloud**: <https://owncloud.com> |
| 80 | + |
| 81 | +For questions about the OSPO or licensing, contact ospo@kiteworks.com. |
| 82 | + |
| 83 | +### License Migration to Apache 2.0 |
| 84 | + |
| 85 | +The OSPO is driving a strategic relicensing of ownCloud repositories toward the |
| 86 | +[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), following |
| 87 | +the [Apache Software Foundation's third-party license policy](https://www.apache.org/legal/resolved.html). |
| 88 | + |
| 89 | +Individual repositories will migrate as their audit is completed. The LICENSE file |
| 90 | +in each repo reflects its **current** license status (not the target). |
| 91 | + |
| 92 | +**Current license: AGPL-3.0** (Category X per Apache policy -- cannot be included in Apache-2.0 works). |
| 93 | + |
| 94 | +Migration prerequisites for this repository: |
| 95 | + |
| 96 | +- **CLA/DCO coverage**: All past contributors must have signed agreements permitting relicensing |
| 97 | +- **Copyleft dependency audit**: All AGPL/GPL dependencies must be replaced or isolated |
| 98 | +- **KDE heritage review**: Any code with KDE-era copyrights requires legal analysis |
| 99 | +- **Complete relicensing**: AGPL-3.0 is a strong copyleft license; migration requires full relicensing of all files, not just a header change |
0 commit comments