Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rather a skeleton #1

Closed
joergmschulz opened this issue Dec 4, 2024 · 5 comments
Closed

Rather a skeleton #1

joergmschulz opened this issue Dec 4, 2024 · 5 comments

Comments

@joergmschulz
Copy link
Contributor

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

@tiredofit
Copy link
Owner

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
Copy link
Contributor Author

Probably ++ STORAGE_STRATEGY=lru

@tiredofit
Copy link
Owner

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
Copy link
Contributor Author

Thank you very much! starting to test ...

@joergmschulz
Copy link
Contributor Author

... seems nice but upstream is not production ready. nextcloud/whiteboard#238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants