1 Star 0 Fork 3

oka / onlyoffice-ce-docker-license

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

OnlyOffice Community server with license

Usage

Podman CLI

podman run \
    --name=onlyoffice \
    --detach \
    --publish=80:80 \
    docker.io/alehoho/oo-ce-docker-license

Docker CLI

docker run \
    --name=onlyoffice \
    --detach \
    --publish=80:80 \
    alehoho/oo-ce-docker-license

docker-compose.yml

services:
  onlyoffice:
    container_name: onlyoffice
    image: alehoho/oo-ce-docker-license
    ports:
      - "80"

Build

Buildah CLI

buildah build-using-dockerfile \
    --tag=onlyoffice-patched \
    https://github.com/aleho/onlyoffice-ce-docker-license.git

Docker CLI

docker build \
    --tag=onlyoffice-patched \
    https://github.com/aleho/onlyoffice-ce-docker-license.git

docker-compose.yml

services:
  onlyoffice:
    container_name: onlyoffice
    image: onlyoffice-patched
    build:
      context: https://github.com/aleho/onlyoffice-ce-docker-license.git
    

Verify

To verify that the container is running successfully open [server-url]/healthcheck (has to return true) and for the version number open [server-url]/web-apps/apps/api/documents/api.js and check the header comment.

Background

Recently, just about a month after Nextcloud announced their partnership with Ascensio and featuring a community version of OnlyOffice, the latter decided to remove support for mobile editing of documents via the Nextcloud app.

This happened without any prior notice and alienated quite a lot of home users, who would now be forced to pay more than €1.000 to unlock that previously free feature. Only after some outcries Ascensio deigned to release a statement and a new, albeit "limited", offer of €90 for home servers.

In my opinion these deceptive practices are unacceptable for a company advertising itself and their product as open source.

Thanks

This repo was heavily inspired by the works of Zegorax/OnlyOffice-Unlimited.

空文件

简介

Onlyoffice-6.2.0 CE with license https://github.com/aleho/onlyoffice-ce-docker-license.git 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/papaha/onlyoffice-ce-docker-license.git
git@gitee.com:papaha/onlyoffice-ce-docker-license.git
papaha
onlyoffice-ce-docker-license
onlyoffice-ce-docker-license
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891