Skip to content

Using LanguageTool for collabora/nextcloud office #4380

Answered by szaimen
Lextum asked this question in Ideas
Discussion options

You must be logged in to vote

Based on https://github.com/nextcloud/all-in-one/tree/main/community-containers#how-to-add-containers, the containers.json could look as simple as that:

{
    "aio_services_v1": [
        {
            "container_name": "nextcloud-aio-languagetool",
            "display_name": "LanguageTool for Collabora",
            "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/languagetool",
            "image": "erikvl87/languagetool",
            "image_tag": "latest",
            "internal_port": "8010",
            "restart": "unless-stopped",
            "environment": [
                "TZ=%TIMEZONE%"
            ]
        }
    ]
}

However as I said, th…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@szaimen
Comment options

Answer selected by szaimen
@vanilla-extracts
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
help wanted Extra attention is needed
3 participants