249bed66e258b20c1ee32013a27c713fe3bff8dc
Nextcloud on Ubuntu via Docker for nxt.bhatfamily.in
This repo deploys Nextcloud using Docker on Ubuntu, fronted by Nginx on:
- HTTP: 8082
- HTTPS: 8446
It is intended to serve the hostname nxt.bhatfamily.in.
Prerequisites
- Ubuntu host with Docker and Docker Compose installed
- Static public IP (or Cloudflare Tunnel)
- Domain
bhatfamily.inmanaged in Cloudflare - Basic familiarity with UFW and router port forwarding
DNS (Cloudflare)
-
In Cloudflare DNS for
bhatfamily.in, create:- Type: A
- Name:
nxt - IPv4: your Ubuntu server public IP
- Proxy: DNS only (grey cloud)
-
Forward ports 8082 and 8446 from your router to the Ubuntu host.
First-time setup
-
Clone this repo and enter directory:
git clone <your-repo-url> nextcloud-docker-nxt.bhatfamily.in cd nextcloud-docker-nxt.bhatfamily.in
Description
Languages
Shell
100%