Jump to content

StylishQuoter

Members
  • Posts

    14
  • Joined

  • Last visited

StylishQuoter's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Sorry for bumping a old thread but this total convinced me to give up tweaking with split level. But if this is barely a problem nowadays, who haven't this option be removed?
  2. Thanks for helping take a look. This is my management access page. And this is my docker compose: container_name: GUS-unraidapi image: bokker/unraidapi-re:6.12 # Use tag for your version - 6.11 or 6.12 network_mode: bridge hostname: ${HOSTNAME} ports: - ${UNRAID_API_UI_PORT}:80 volumes: - ${APPDATA_PATH}/GUS-UnraidAPI:/app/config environment: MQTTBroker: 192.168.[redacted] MQTTPort: 1883 MQTTBaseTopic: homeassistant KeyStorage: config TZ: ${TIMEZONE} restart: unless-stopped depends_on: - influxdb labels: net.unraid.docker.icon: https://raw.githubusercontent.com/ElectricBrainUK/UnraidAPI/master/static/iconx64.png net.unraid.docker.webui: http://[IP]:[PORT:${UNRAID_API_UI_PORT}]/ I'm using the compose plugin setup for it but I also tried the CA app with same configuration. It is the same that only Docker is available. In the app, server address I used "https://192.168.[redacted]:448" with username password. Is it that it can't work with https with self cert? Thanks!
  3. Thanks for building and maintaining this great tool. Does unbalanced handle/maintain hardlink? I have trash folder setup and use *rr for hardlinked file management. Recently did a Scatter job to clear a drive, but afterwards my non-hardlinked file number jumped by a lot. Since I moved many files, it's unclear to me if no hard links are preserved or just partially. Currently using jdupes to fix, but wonder if I did anything wrong, or is it expected that hardlinks will be broken. Thanks!
  4. Only docker section is available, is this normal? unraid 6.12.10 Logs: ``` Failed to retrieve config file, creating new. 2024-10-05 00:27:39 [info]: Updating auth cookie for https://192.168.50.50:448 [redacted]=[redacted]; path=/; secure; HttpOnly; SameSite=Lax 2024-10-05 00:27:40 [warn]: Skipping VMs for https://192.168.50.50:448 2024-10-05 00:27:43 [warn]: Skipping VMs for https://192.168.50.50:448 2024-10-05 00:27:46 [error]: request to https://192.168.50.50:448/state/plugins/dynamix.docker.manager/images/Unraid-API-RE-icon.png failed, reason: self signed certificate 2024-10-05 00:27:46 [error]: request to https://192.168.50.50:448/state/plugins/dynamix.docker.manager/images/CloudflaredTunnel-icon.png failed, reason: self signed certificate 2024-10-05 00:27:46 [error]: request to https://192.168.50.50:448/state/plugins/dynamix.docker.manager/images/code-server-icon.png failed, reason: self signed certificate 2024-10-05 00:27:46 [warn]: Skipping VMs for https://192.168.50.50:448 2024-10-05 00:27:46 [error]: request to https://192.168.50.50:448/state/plugins/dynamix.docker.manager/images/backblaze_personal_backup-icon.png failed, reason: self signed certificate 2024-10-05 00:27:46 [error]: request to https://192.168.50.50:448/state/plugins/dynamix.docker.manager/images/binhex-krusader-icon.png failed, reason: self signed certificate 2024-10-05 00:27:46 [error]: request to https://192.168.50.50:448/state/plugins/dynamix.docker.manager/images/SpeedTest-By-OpenSpeedTest-icon.png failed, reason: self signed certificate 2024-10-05 00:27:47 [warn]: Skipping VMs for https://192.168.50.50:448 2024-10-05 00:28:25 [error]: File config/mqttDisabledDevices.json not found! Creating it with empty array [] Error: ENOENT: no such file or directory, open 'config/mqttDisabledDevices.json' at Object.openSync (node:fs:590:3) at Object.readFileSync (node:fs:458:35) at updateMQTT (/app/mqtt/index.ts:389:21) at Timeout._onTimeout (/app/mqtt/index.ts:441:5) at listOnTimeout (node:internal/timers:559:17) at processTimers (node:internal/timers:502:7) { errno: -2, syscall: 'open', code: 'ENOENT', path: 'config/mqttDisabledDevices.json' } 2024-10-05 00:28:26 [warn]: Skipping VMs for https://192.168.50.50:448 2024-10-05 00:29:26 [warn]: Skipping VMs for https://192.168.50.50:448 2024-10-05 00:30:26 [warn]: Skipping VMs for https://192.168.50.50:448 ``` Thanks!
  5. Thanks for sharing. Seems the Docker UI isn't running the correct docker run comman: Command execution docker run -d --name='telegraf' --net='host' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="[REDACTED]" -e HOST_CONTAINERNAME="telegraf" -e 'HOST_PROC'='/rootfs/proc' -e 'HOST_SYS'='/rootfs/sys' -e 'HOST_ETC'='/rootfs/etc' -e 'HOST_MOUNT_PREFIX'='/rootfs' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://github.com/atribe/unRAID-docker/raw/master/icons/telegraf.png' -v '/var/run/utmp':'/var/run/utmp':'ro' -v '/var/run/docker.sock':'/var/run/docker.sock':'ro' -v '/':'/rootfs':'ro' -v '/sys':'/rootfs/sys':'ro' -v '/etc':'/rootfs/etc':'ro' -v '/proc':'/rootfs/proc':'ro' -v '/mnt/user/appdata/telegraf/telegraf.conf':'/etc/telegraf/telegraf.conf':'rw' -v '/run/udev':'/run/udev':'ro' /bin/bash -c "/entrypoint.sh telegraf" 'golift/telegraf' --user telegraf:$(stat -c '%g' /var/run/docker.sock) docker: invalid reference format. See 'docker run --help'. The command failed.
  6. Have 2 question on the order of the scripts displayed in GUI. How can it be linked to the order of folders within a folder since I've always thought such a thing doesn't exist, that there only exist a concept of "Display Order": how a client renders it at the "viewer"'s end (by size, by creation time, etc). And there isn't such a thing as an inherent order of within a folder. 1. How can I change the GUI order currently? (a.k.a how to change the order of `config/plugins/user.scripts/scripts`?) 2. Can we change it so that the order is just by the name of the script? (this will also satisfy this feature request ) Thanks!
  7. I may have run into a bug. Running mover 2023.12.19 on unraid 6.12.10 ``` Jun 3 03:00:02 root: mover: started Jun 3 03:00:02 root: /usr/local/emhttp/plugins/ca.mover.tuning/age_mover: line 372: ((: TOTALARRAYSIZE += : syntax error: operand expected (error token is "+= ") Jun 3 03:00:02 root: /usr/local/emhttp/plugins/ca.mover.tuning/age_mover: line 372: ((: TOTALARRAYSIZE += : syntax error: operand expected (error token is "+= ") Jun 3 03:00:02 root: skip: /mnt/disk2/appdata/tautulli/tautulli.db-wal Jun 3 03:00:02 root: skip: /mnt/disk2/appdata/tautulli/tautulli.db-shm Jun 3 03:00:02 root: mover: finished ``` Thanks!
  8. You said `If you created the stack using the UI`, are there other ways to create stack? Like e.g. we can direct create it using editors? Just for my own knownledge. Thanks.
  9. Thanks all for the help! Yes this worked!
  10. Noob here. As I understand from searching some of comments, compose file requiring the `build` command isn't supported well. I'm running into issues where DCM will say it can not resolve the path. `failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount436360256/Dockerfile: no such file or directory` Basically the compose file provided by the project contains `build: .` I have already put my Stack in a location in pool, say it's `/user/mnt/appdata/path_a` Is there a way I can change the compose file to make it work? or is this fundamentally not supported yet? (The project I'm trying to get working is ViewTube, compose file here https://github.com/ViewTube/viewtube/blob/development/docker-compose.yml ) Thanks!
  11. Thanks, you're right. It turns out my Community Apps didn't update, which then caused the Docker page to show everything uptodate when they are not.
  12. Latest Frigate HASS plugin is requiring a higher version but unraid frigate seems to be still on 0.12.1. Is an update coming or is this unmaintained from now on? Thanks.
×
×
  • Create New...