OpenCloud
| Description / name | Input element |
|---|---|
| Container Registry | |
| Container Configuration Root Path | |
| Timezone | |
| User ID | |
| Group ID | |
| OpenCloud Host Port | |
| OpenCloud /config Path |
OpenCloud is a modern file-sync and share platform.
| Port | 9200 |
| Registry | ghcr.io/daemonless/opencloud |
| Daemonless | daemonless/opencloud |
| Source | daemonless/opencloud |
| Website | opencloud.eu |
Version Tags
| Tag | Description | Best For |
|---|---|---|
latest |
Upstream Binary. Built from official release. | Most users. Matches Linux Docker behavior. |
Root Privileges Required
Podman on FreeBSD currently requires root. All commands must be run as root (or via doas/sudo).
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.
Deployment
Access at: http://localhost:9200
Interactive Configuration
Parameters
Environment Variables
| Variable | Default | Description |
|---|---|---|
PUID |
1000 |
User ID for the application process |
PGID |
1000 |
Group ID for the application process |
TZ |
UTC |
Timezone for the container |
OC_URL |
https://hostname:9200 |
URL where OpenCloud can be accessed |
Volumes
| Path | Description |
|---|---|
/config |
Configuration directory |
Ports
| Port | Protocol | Description |
|---|---|---|
9200 |
TCP | Web UI |
Work in Progress
This image is functional but may change significantly in a future release.
Breaking changes
untagged -> 0.1.0
configand data directories moved from/config/.opencloudto/config
Existing data will be moved automatically during container initialization.
Upgrade from 6.2.0 to 7.0.0
The upgrade requires a change to the configuration of the "sharing" service. Please follow the steps outlined in the Upgrade Guide to achieve that.
First run
OpenCloud generates a default config with insecure settings (no TLS validation) on first start
or if the file /config/config/opencloud.yaml does not exist.
You can define the inital password for the admin user by setting the environment variable IDM_ADMIN_PASSWORD like this:
If you do not set the password with the variable above, OpenCloud generates a random password for the admin user and
you can find it in the logs or in the file /config/config/opencloud.yaml.
Remarks
So far I have only tested this image with bridge networking.
You may need to add an extra_host to your compose file to allow opencloud to connect to it's internal IDP.
That is at least what I had to do.
Additional environment variables
To configure OpenCloud further, you can check out the list of environment variables.
Implementation Details
- Architectures: amd64
- User:
bsd(UID/GID set via PUID/PGID). Defaults to1000:1000. - Base: Built on
ghcr.io/daemonless/base(FreeBSD 15.1).
Need help? Join our Discord community.