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 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@szaimen
Comment options

Answer selected by szaimen
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
2 participants