tiredofit / nextcloud-whiteboard

Dockerized Nextcloud Whiteboard Collaboration Server
MIT License
0 stars 1 forks source link

Rather a skeleton #1

Closed joergmschulz closed 4 hours ago

joergmschulz commented 8 hours ago

Will this be one of your productive servlets and have a better compose.yml or is it advisable to build my own?

tiredofit commented 8 hours ago

Hopefully this will become something that gets maintained regularly - right now its in a pure feasibility study stage and likely will for a few more months until I can have a team evaluate the whiteboard component to take the place of other proprietary solutions.. In the meantime this may help?

  nextcloud-example-com-whiteboard:
    image: tiredofit/nextcloud-whiteboard
    container_name: nextcloud-example-com-whiteboard
    labels:
      - traefik.enable=true
      - traefik.http.routers.wb-nextcloud-example-com.rule=Host(`wb.nextcloud.example.com`)
      - traefik.http.services.wb-nextcloud-example-com.loadbalancer.server.port=3002
    environment:
      - TIMEZONE=America/Vancouver
      - CONTAINER_NAME=nextcloud-example-com-whiteboard
      - CONTAINER_ENABLE_LOGSHIPPING=FALSE
      - CONTAINER_ENABLE_MONITORING=FALSE
      - NEXTCLOUD_URL=https://nextcloud.example.com
      - JWT_SECRET_KEY=super-DUPER-secret-KEY
    networks:
      - proxy
      - services
joergmschulz commented 7 hours ago

Probably ++ STORAGE_STRATEGY=lru

tiredofit commented 7 hours ago

Sure, I think those options are in there, but I haven't tested suitability or usability. If you get things to work happy to take PRs and mods. My timing is off for the next little bit to get things released and tested properly through my usual channels..

joergmschulz commented 4 hours ago

Thank you very much! starting to test ...

joergmschulz commented 4 hours ago

... seems nice but upstream is not production ready. https://github.com/nextcloud/whiteboard/issues/238