Skip to content

Notification is not working #38

@tkdebnath

Description

@tkdebnath

Image Variant

Slim (slim / dev-slim)

Image Tag / Version

1.1.9-slim

Host OS

Linux

What happened?

I am trying to enable notification through telegram.

What did you expect?

Expecting notification to work

Steps to reproduce

  1. It never worked

Docker Compose / Run command

services:
  holyclaude:
    image: coderluii/holyclaude:1.1.9-slim     # Full image (use :slim for smaller download)
    container_name: holyclaude
    hostname: holyclaude
    restart: unless-stopped
    shm_size: 2g                           # Chromium needs this — don't remove
    network_mode: bridge
    cap_add:
      - SYS_ADMIN                          # Required: Chromium sandboxing
      - SYS_PTRACE                         # Required: debugging tools
    security_opt:
      - seccomp=unconfined                 # Required: Chromium in Docker
    ports:
      - "80:3001"                        # CloudCLI web UI
    volumes:
      - ./data/claude:/home/claude/.claude
      - ./workspace:/workspace
    environment:
      - TZ=UTC                             # Your timezone (e.g., America/New_York, Europe/London)
    env_file: env

` in env file
NOTIFY_TELEGRAM=tg://85615XXXXX:AAFbyavbh25q63Fb23-OTg2-OynHHXXXXX/819374XXXX
`

Logs / Error output

root@holyclaude:~# pwd
/root
root@holyclaude:~# ls -a
.  ..  .bashrc  .cache  .npm  .profile  .ssh
root@holyclaude:~# cd /home/
root@holyclaude:/home# ls 
claude
root@holyclaude:/home# cd claude
root@holyclaude:/home/claude# pwd
/home/claude
root@holyclaude:/home/claude# ls -a
.   .bash_history  .bashrc  .claude          .claude.json  .codex   .cursor  .gitconfig  .npm      .taskmaster
..  .bash_logout   .cache   .claude-code-ui  .cloudcli     .config  .gemini  .local      .profile
root@holyclaude:/home/claude# cd .claude
root@holyclaude:/home/claude/.claude# ls
agents   CLAUDE.md      gsd-file-manifest.json  notify-on     plugins              session-env    shell-snapshots
backups  file-history   history.jsonl           package.json  project-config.json  sessions       skills
cache    get-shit-done  hooks                   paste-cache   projects             settings.json
root@holyclaude:/home/claude/.claude# ls -l notify-on
-rw-r--r-- 1 claude claude 0 Apr 12 11:43 notify-on
root@holyclaude:/home/claude/.claude#

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions