Work Smarter with Self-Hosted Nextcloud

Work Smarter with Self-Hosted Nextcloud
NextCloud screenshot

Nextcloud is the leading open-source collaboration platform designed to help small businesses take control of their data and communication. Nextcloud isn't just a file-sharing service; it's a comprehensive suite that integrates Files, Talk, Groupware, and Office into a single, seamless experience.

Imagine you're running a small marketing agency. Your team is always juggling multiple projects, sharing large media files, and needs to stay in constant communication with clients and each other. This is where Nextcloud comes into play.

Nextcloud screencast

For small businesses, Nextcloud isn't just a tool; it's a game-changer. It streamlines workflows, enhances productivity, and gives you peace of mind when it comes to data security. And the best part? It's all under your control. You decide where your data is hosted, who can access it, and how it's used.

So, whether you're collaborating on a marketing campaign, scheduling product launches, or holding confidential client meetings, Nextcloud has you covered. It's more than just a collaboration platform; it's a comprehensive ecosystem that empowers small businesses to work smarter, not harder.

Formable's Nextcloud Portainer stack docker-compose.yml

version: '3'

services:
  db:
    image: mariadb
    restart: unless-stopped
    volumes:
      - db:/var/lib/mysql
    environment:
      - PUID=1000
      - PGID=1000
      - MYSQL_ROOT_PASSWORD=N3xtCl0ud!
      - MYSQL_PASSWORD=nextcloud
      - MYSQL_DATABASE=nextcloud
      - MYSQL_USER=nextcloud

  app:
    image: nextcloud
    ports:
      - 18080:80
    volumes:
      - nextcloud:/var/www/html
    environment:
      - NEXTCLOUD_TRUSTED_DOMAINS=cloud.formable.app
      - OVERWRITEHOST=cloud.formable.app
      - OVERWRITEPROTOCOL=https
      - OVERWRITECLIURL=https://cloud.formable.app
      - COLLABORA_DOMAIN=https://cloud.formable.app
      - MYSQL_HOST=db
      - MYSQL_PASSWORD=nextcloud
      - MYSQL_DATABASE=nextcloud
      - MYSQL_USER=nextcloud
    restart: unless-stopped
    
volumes:
  nextcloud:
  db:

Managed Self Hosted Nextcloud

Formable sets up, monitors and updates your cloud applications.

💡
Formable installs Nextcloud at your own subdomain, for example: cloud.formable.app
🔒
Free Let's Encrypt certificate setup and renewal with certbot.
📡
We monitor your application subdomain with Formable's Uptime Kuma server.
⚙️
Formable updates your application and checks for any breaking changes.
💾
Formable configures Kopia to take incremental snapshots of your application data and files to AWS S3.
✉️
Formable starts you on our Mailgun SMTP server for email notification delivery. We can then get you setup with your own Mailgun account and subdomain, so you can track deliverability.
🚨
Formable resolves any application downtime issues and supports your team.
Mastodon