Giter VIP home page Giter VIP logo

kopano-docker's People

Contributors

andreasbomholtz avatar bjoernneumann avatar cguenthertuchemnitz avatar deatheibon avatar deepdiver1975 avatar engelant avatar fbartels avatar h44z avatar jelly avatar lion7 avatar maflo321 avatar mhoffmann75 avatar mithomas avatar ne0yt avatar nupplaphil avatar peterfromthehill avatar r00tc0d3 avatar reneploetz avatar renovate-bot avatar renovate[bot] avatar robinvg avatar zokradonh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kopano-docker's Issues

kopano_webapp healthcheck always failing on /var/lib/kopano-webapp/tmp

healthcheck (goss -g /goss/goss.yaml validate) is always failing on /var/lib/kopano-webapp/tmp complaining problems with size of directory:

.....F............

Failures/Skipped:

File: /var/lib/kopano-webapp/tmp: size:
Expected
: 40
to equal
: 4096

Total Duration: 0.006s
Count: 18, Failed: 1, Skipped: 0

To Reproduce
Steps to reproduce the behavior:

  1. docker exec -ti kopano_webapp bash
  2. goss -g /goss/goss.yaml v
  3. .....F............

Failures/Skipped:

File: /var/lib/kopano-webapp/tmp: size:
Expected
: 40
to equal
: 4096

Total Duration: 0.006s
Count: 18, Failed: 1, Skipped: 0

ls -al /var/lib/kopano-webapp/
total 0
drwxr-xr-x 1 root root 6 May 4 2021 .
drwxr-xr-x 1 root root 14 Mar 21 22:04 ..
drwxr-xr-x 2 www-data www-data 40 Mar 21 22:04 tmp

Expected behavior

.................

Total Duration: 0.005s
Count: 17, Failed: 0, Skipped: 0

Additional context
i could temporary fix it with removing the "size: 4096" line from the /var/lib/kopano-webapp/tmp block and mapping the file inside the conatiner:

/var/lib/kopano-webapp/tmp:
exists: true
mode: "0755"
owner: www-data
group: www-data
filetype: directory
contains: []

i tried also to create tmpfs mounted to /var/lib/kopano-webapp/tmp with diffrent sizes with no success.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update composer Docker tag to v1.10
  • Update golang Docker tag to v1.16
  • Update koalaman/shellcheck-alpine Docker tag to v0.9.0
  • Update mariadb Docker tag to v10.5.3
  • Update osixia/openldap Docker tag to v1.5.0
  • Update actions/checkout action to v3
  • Update actions/stale action to v8
  • Update composer Docker tag to v2
  • Update debian Docker tag to v11
  • Update docker Docker tag to v23
  • Update mailserver/docker-mailserver Docker tag to v11
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.db.yml
  • mariadb 10.3.10-bionic
docker-compose.kwmbridge-dnat.yml
docker-compose.kwmbridge.yml
docker-compose.ldap.yml
docker-compose.mail.yml
  • mailserver/docker-mailserver 10
docker-compose.ports.yml
docker-compose.yml
dockerfile
base/Dockerfile
  • debian buster
build/Dockerfile
  • koalaman/shellcheck-alpine v0.7.1
  • docker 19.03
core/Dockerfile
core/Dockerfile.dagent
kapps/Dockerfile
kdav/Dockerfile
  • composer 1.9
konnect/Dockerfile
  • golang 1.15-alpine3.12
  • kopano/konnectd 0.34.0
kwmbridge/Dockerfile
  • kopano/kwmbridged 0.1.3
kwmserver/Dockerfile
  • kopano/kwmserverd 1.2.0
ldap/Dockerfile
  • osixia/openldap 1.3.0
ldap_demo/Dockerfile
meet/Dockerfile
php/Dockerfile
playground/Dockerfile
  • alpine 3.11
  • halverneus/static-file-server v1.8.0
python/Dockerfile
scheduler/Dockerfile
  • docker 19.03
ssl/Dockerfile
  • alpine 3.11
utils/Dockerfile
web/Dockerfile
  • kopano/kwebd 0.12.4
webapp/Dockerfile
webapp/Dockerfile.demo
webapp/Dockerfile.plugins
zpush/Dockerfile
github-actions
.github/workflows/goss.yml
  • actions/checkout v1
.github/workflows/stale.yml
  • actions/stale v4.1.0

  • Check this box to trigger a request for Renovate to run again on this repository

Grapi error when guest joins a group

In the currently provided examples/meet setup, whenever I join a public session as guest, it just hangs with an endless "loading" indicator. I see the user in the session, but no picture and audio.

In the logs I see:

kopano_grapi        | 2020-03-29 13:56:03,098 rest7     [   65] ERROR    unhandled exception while processing request
kopano_grapi        | Traceback (most recent call last):
kopano_grapi        |   File "/usr/lib/kopano/python3-extras/lib/python3.7/site-packages/falcon/api.py", line 244, in __call__
kopano_grapi        |     responder(req, resp, **params)
kopano_grapi        |   File "/usr/lib/python3/dist-packages/grapi/api/v1/decorators.py", line 21, in wrapperResourceException
kopano_grapi        |     return f(resource, req, resp, **params)
kopano_grapi        |   File "/usr/lib/python3/dist-packages/grapi/api/v1/decorators.py", line 40, in wrapperRequireResourceHandler
kopano_grapi        |     return f(resource, req, resp, **params)
kopano_grapi        |   File "/usr/lib/python3/dist-packages/grapi/api/v1/api.py", line 31, in on_get
kopano_grapi        |     return self.getResource(req).on_get(req, resp, *args, **kwargs)
kopano_grapi        |   File "/usr/lib/python3/dist-packages/grapi/backend/ldap/user.py", line 196, in on_get
kopano_grapi        |     data = value[0]
kopano_grapi        | IndexError: list index out of range

permission denied .kweb

when running docker compose on a freshly installed debian server (with actual docker version) web cannot startup

it always gets the error:

chown: /.kweb/locks: Permission denied
chown: /.kweb/acme: Permission denied

I created in the same folder of docker-compose a folder web and gave that one 777 permission - to try, without any success.

any ideas what i'm doing wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.