https://github.com/klutchell/balena-nextcloud
Nextcloud is a safe home for all your data
https://github.com/klutchell/balena-nextcloud
Last synced: about 1 year ago
JSON representation
Nextcloud is a safe home for all your data
- Host: GitHub
- URL: https://github.com/klutchell/balena-nextcloud
- Owner: klutchell
- Created: 2019-07-27T20:24:18.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T04:12:50.000Z (about 1 year ago)
- Last Synced: 2025-04-10T01:15:39.516Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 616 KB
- Stars: 48
- Watchers: 3
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# balena-nextcloud
[Nextcloud](https://nextcloud.com/) is a safe home for all your data.
Access & share your files, calendars, contacts, mail & more from any device, on your terms.
## Getting Started
You can one-click-deploy this project to balena using the button below:
[](https://dashboard.balena-cloud.com/deploy?repoUrl=https://github.com/klutchell/balena-nextcloud&defaultDeviceType=raspberrypi4-64)
## Manual Deployment
Alternatively, deployment can be carried out by manually creating a [balenaCloud account](https://dashboard.balena-cloud.com) and application, flashing a device, downloading the project and pushing it via the [balena CLI](https://github.com/balena-io/balena-cli).
### Application Environment Variables
Application envionment variables apply to all services within the application, and can be applied fleet-wide to apply to multiple devices.
| Name | Description |
| -------------- | ----------------------------------------------------------------------------------------------------------------- |
| `TZ` | Inform services of the [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) in your location. |
| `SET_HOSTNAME` | Set a custom hostname on application start. Default is `nextcloud`. |
## Usage
Once your device joins the fleet you'll need to allow some time for it to download the various services.
When it's done you should be able to access the access the dashboard at .
Documentation for Nextcloud can be found at .
## Contributing
Please open an issue or submit a pull request with any features, fixes, or changes.