https://github.com/altescy/nextcloud-with-onlyoffice
Docker configs for nextcloud with onlyoffice.
https://github.com/altescy/nextcloud-with-onlyoffice
docker docker-compose nextcloud onlyoffice
Last synced: 7 months ago
JSON representation
Docker configs for nextcloud with onlyoffice.
- Host: GitHub
- URL: https://github.com/altescy/nextcloud-with-onlyoffice
- Owner: altescy
- Created: 2020-10-13T09:12:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T11:42:10.000Z (over 4 years ago)
- Last Synced: 2025-01-26T11:42:15.966Z (8 months ago)
- Topics: docker, docker-compose, nextcloud, onlyoffice
- Language: Makefile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nextcloud-with-onlyoffice
=========================
Docker configs for nextcloud with onlyoffice.### Installation
Fill the following values `[ ... ]` in `.env` file and run `make` command.
```
$ git clone https://github.com/altescy/nextcloud-with-onlyoffice
$ cd nextcloud-with-onlyoffice
$ cat << EOF > .env
POSTGRES_USER=[ postgresuser ]
POSTGRES_PASSWORD=[ postgrespassword ]REDIS_HOST_PASSWORD=[ redispassword ]
NEXTCLOUD_VERSION=20.0
NEXTCLOUD_PORT=[ 8080 ]
NEXTCLOUD_ADMIN_USER=[ adminuser ]
NEXTCLOUD_ADMIN_PASSWORD=[ adminpassword ]
NEXTCLOUD_TRUSTED_DOMAINS=nginx [ nextcloud.example.com ]
EOF
$ make
$ make onlyoffice
```