31 lines
457 B
Markdown
31 lines
457 B
Markdown
# LuCI Nextcloud
|
|
|
|
LuCI web interface for managing a self-hosted Nextcloud instance -- file sync, calendar, and contacts.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
opkg install luci-app-nextcloud
|
|
```
|
|
|
|
## Access
|
|
|
|
LuCI > Services > Nextcloud
|
|
|
|
## Tabs
|
|
|
|
- **Overview** -- Nextcloud service status and instance information
|
|
- **Settings** -- Instance configuration and management
|
|
|
|
## RPCD Methods
|
|
|
|
Service: `luci.nextcloud`
|
|
|
|
## Dependencies
|
|
|
|
- `luci-base`
|
|
|
|
## License
|
|
|
|
Apache-2.0
|