Skip to content

Instantly share code, notes, and snippets.

View Ritbit's full-sized avatar

Bas van Ritbergen Ritbit

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ritbit on github.
  • I am ritbit (https://keybase.io/ritbit) on keybase.
  • I have a public key ASAPbAa29bSxTiGCpWU2Pmq3kLaC0gSQ377F750w6abaVQo

To claim this, I am signing this object:

@Ritbit
Ritbit / ONLYOFFICE.md
Created November 18, 2019 22:35 — forked from kvaps/ONLYOFFICE.md
docker-compose config for ONLYOFFICE

ONLYOFFICE configuration for docker-compose (and letsencrypt).

  • Run communityserver container, and get onlyoffice.conf from it:
docker run -name communityserver -i -t -d onlyoffice/communityserver`
# wait 1-2 minutes.
sudo docker exec -i -t communityserver /bin/bash -c 'cat /etc/nginx/sites-enabled/onlyoffice' > onlyoffice.conf`
sudo docker rm -fv communityserver