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

[BUG] Workspace Controller does not exist #496

Open
1 task done
alx-xlx opened this issue Feb 20, 2025 · 2 comments
Open
1 task done

[BUG] Workspace Controller does not exist #496

alx-xlx opened this issue Feb 20, 2025 · 2 comments

Comments

@alx-xlx
Copy link

alx-xlx commented Feb 20, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Image

Expected Behavior

No response

Steps To Reproduce

I am using the latest image file
https://github.com/linuxserver/docker-nextcloud/releases/tag/30.0.6-ls369

Environment

- OS:
- How docker service was installed:
Installed using docker-compose.yml

CPU architecture

arm64

Docker creation

---
services:
  nextcloud:
    image: lscr.io/linuxserver/nextcloud:latest
    container_name: nextcloud
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Asia/Kolkata
    volumes:
      - /home/pi/data/nextcloud:/config
      - /home/pi/data/nextcloud/www/nextcloud/data:/data
    ports:
      - 8092:443
    # restart: unless-stopped
    labels:
      - sablier.enable=true
      - sablier.group=nextcloud
    healthcheck:
      test: ["CMD-SHELL", "netstat -tuln | grep -q ':443 ' || exit 1"]
      interval: 30s
      timeout: 5s
      retries: 3
      start_period: 30s

Container logs

[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] 02-default-location: skipped
[migrations] done
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 30.0.6-ls369
Build-date: 2025-02-18T11:51:25+00:00
───────────────────────────────────────

using keys found in /config/keys
Initializing nextcloud 30.0.6.2 (this can take a while) ...
Setting permissions
Initializing finished
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

Would need to be investigated further but just as an initial comment. If this app relies on something that's glibc - it won't be something that will work within our container.

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

No branches or pull requests

2 participants