Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samad20/nextcloud_aio_with_caddy
install nextcloud AIO using docker compose and caddy
https://github.com/samad20/nextcloud_aio_with_caddy
caddy docker-compose nextcloud nextcloud-aio nextcloud-docker
Last synced: about 8 hours ago
JSON representation
install nextcloud AIO using docker compose and caddy
- Host: GitHub
- URL: https://github.com/samad20/nextcloud_aio_with_caddy
- Owner: samad20
- License: agpl-3.0
- Created: 2023-06-18T09:13:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-19T07:26:49.000Z (over 1 year ago)
- Last Synced: 2024-11-11T14:50:03.502Z (about 2 months ago)
- Topics: caddy, docker-compose, nextcloud, nextcloud-aio, nextcloud-docker
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install NextCloud AIO using docker-compose and caddy
![enter image description here](https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/160px-Nextcloud_Logo.svg.png)
## Pull needed images
docker pull nextcloud/all-in-one
docker pull nextcloud/aio-nextcloud
docker pull nextcloud/aio-collabora
docker pull nextcloud/aio-domaincheck
docker pull nextcloud/aio-imaginary
docker pull nextcloud/aio-postgresql
docker pull nextcloud/aio-redis
docker pull nextcloud/aio-talk
docker pull nextcloud/aio-apache
## Install Caddy[Read this web page ](https://caddyserver.com/docs/install)
## Caddyfile configuration
configure your caddyfilesudo nano /etc/caddy/Caddyfile
If you want use domain name your Caddyfile should look like this:
yourdamin {
reverse_proxy localhost:11000
}
## Install Nextcloud AIOClone the repository
git clone https://github.com/samad20/NextCloud_AIO_With_Caddy.git
Change directory
cd NextCloud_AIO_With_Caddy
Create and start containersdocker compose up -d
Open `https://localhost:8080` and complete installation process.After that, you can access nextcloud by `https://your_domain`.