mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
20 lines
458 B
ReStructuredText
20 lines
458 B
ReStructuredText
Apps Development
|
|
================
|
|
|
|
Supported App Types
|
|
-------------------
|
|
|
|
ownCloud allows to specify three kind of "types" in the info.xml of a app. The
|
|
type doesn't have to be specified if the app doesn't match any of them.
|
|
|
|
Currently supported "types":
|
|
|
|
**filesystem**
|
|
apps which provides filesystem functionality (e.g. files sharing app)
|
|
|
|
**authentication**
|
|
apps which provided authentication backends
|
|
|
|
**logging**
|
|
apps which implement a logging system
|