cloud with federated
184
Federix is a federated cloud platform designed to connect multiple independent nodes into a unified, distributed system.
Federix allows you to run your own cloud instance while seamlessly federating with other Federix nodes. This enables decentralized data sharing, communication, and scalability without relying on a central provider.
user/pass admin/admin
services:
federix:
image: nerd91/ucloud:latest
container_name: federix
restart: unless-stopped
ports:
- "9831:9831"
- "4831:4831"
volumes:
- ./data:/app/data
- /mnt/user/backups/ucloud:/app/uploads
- ./thumbs:/app/thumbs
environment:
ADMIN_PASSWORD: admin
JWT_SECRET: federix-change-me-in-production
SITE_NAME: Federix
HTTP_PORT: 9831
HTTPS_PORT: 4831
DATA_DIR: /app/data
UPLOADS_DIR: /app/uploads
THUMBS_DIR: /app/thumbs
MY_FEDERIX_URL: ""
FEDERATION_HUB: https://federix.nerdme.net
Content type
Image
Digest
sha256:a7338f7e9…
Size
58.5 MB
Last updated
5 months ago
docker pull nerd91/ucloud