Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

isaacery

Members
  • Joined

  • Last visited

  1. hi @trurl. Can i please have your assistance on this? here is an example (below) of a docker compose script. I need to be able to specify a folder within appdata for its static content. specifically, the storage of both containers and the database. how would you edit this script to do this? volumes: mongodb_data: { driver: local } networks: default: external: false **_YOUR-CUSTOM-DOCKER-NETWORK_**: external: true services: rocketchat: image: registry.rocket.chat/rocketchat/rocket.chat:${RELEASE:-latest} restart: on-failure labels: traefik.enable: "true" traefik.http.routers.rocketchat.rule: Host(`${DOMAIN}`) traefik.http.routers.rocketchat.tls: "true" traefik.http.routers.rocketchat.entrypoints: https traefik.http.routers.rocketchat.tls.certresolver: le environment: MONGO_URL: "${MONGO_URL:-\ mongodb://${MONGODB_ADVERTISED_HOSTNAME:-mongodb}:${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017}/\ ${MONGODB_DATABASE:-rocketchat}?replicaSet=${MONGODB_REPLICA_SET_NAME:-rs0}}" MONGO_OPLOG_URL: "${MONGO_OPLOG_URL:\ -mongodb://${MONGODB_ADVERTISED_HOSTNAME:-mongodb}:${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017}/\ local?replicaSet=${MONGODB_REPLICA_SET_NAME:-rs0}}" ROOT_URL: ${ROOT_URL:-http://localhost:${HOST_PORT:-3001}} PORT: ${PORT:-3001} DEPLOY_METHOD: docker DEPLOY_PLATFORM: ${DEPLOY_PLATFORM} depends_on: - mongodb expose: - ${PORT:-3001} networks: - default - YOUR-CUSTOM-DOCKER-NETWORK ports: - "${BIND_IP:-0.0.0.0}:${HOST_PORT:-3001}:${PORT:-3001}" mongodb: image: docker.io/bitnami/mongodb:${MONGODB_VERSION:-4.4} restart: on-failure volumes: - mongodb_data:/bitnami/mongodb environment: MONGODB_REPLICA_SET_MODE: primary MONGODB_REPLICA_SET_NAME: ${MONGODB_REPLICA_SET_NAME:-rs0} MONGODB_PORT_NUMBER: ${MONGODB_PORT_NUMBER:-27017} MONGODB_INITIAL_PRIMARY_HOST: ${MONGODB_INITIAL_PRIMARY_HOST:-mongodb} MONGODB_INITIAL_PRIMARY_PORT_NUMBER: ${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017} MONGODB_ADVERTISED_HOSTNAME: ${MONGODB_ADVERTISED_HOSTNAME:-mongodb} MONGODB_ENABLE_JOURNAL: ${MONGODB_ENABLE_JOURNAL:-true} ALLOW_EMPTY_PASSWORD: ${ALLOW_EMPTY_PASSWORD:-yes}
  2. hi there @Avsynthe. I have got this working using unraid docker compose instance, however as i am new to docker compose i cant seem to figure out how to create and mount a volume from the appdata share. i.e. appdata/rocketchat. your script places the data somewhere else that i cant locate. can you please post an example of your script with how to mount a folder from appdata? thank you so much!
  3. Ive enabled TOTP but when i login i get "TOTP.INFO_VERIFICATION_FAILED". I do not get prompted to add MFA via the QR code, but just a note saying "TOTP.info_enroll_required". What am i missing here? EDIT: the fix is to clear cache in browser.
  4. isaacery changed their profile photo
  5. i was having this problem even after following ALL of the vidoes and advice above - from SpaceInvader through to UEFI boot and techpowerup bios edits. I found a solution by upgrading the GPU BIOS to the latest version, by flashing the newest ROM from tech powerup. then i edited that same ROM using the HEX editor and added it to the VM config. I then installed the latest Nvidia drivers. now its working like a charm. I was trying to get a GTX 770 working on a single PCI-e slot motherboard. The only way i can get the VM to boot without a black screen is if i add a second VNC graphics display, but the GPU still is the primary display. what a mission...
  6. ive tried all of the above and am still having the problem. this occurred to me after trying to pass through a GTX 770, not getting anywhere and setting it back to VNC. now no VMs can start. EDIT: creating a new VM and attaching the old disk fixed the problem. Not sure how much damage that does though. Try configuring 2 graphics displays in the VM config: VNC and the GPU
  7. Hi, Ive upgraded to 6.6.1 and now I keep getting the following error when trying to enable VMs on the VMs tab. Libvirt Service failed to start. Under VM Manager settings, this is the LIBVIRT log that I have: 2018-09-27 23:31:09.873+0000: 10287: info : libvirt version: 4.6.0 2018-09-27 23:31:09.873+0000: 10287: info : hostname: Tower 2018-09-27 23:31:09.873+0000: 10287: error : virGetUserID:1043 : invalid argument: Failed to parse user 'tss' 2018-09-27 23:31:09.873+0000: 10287: error : virGetGroupID:1123 : invalid argument: Failed to parse group 'tss' 2018-09-27 23:31:10.797+0000: 10287: warning : qemuDomainObjTaint:7546 : Domain id=1 name='towerWin10' uuid=b4da61b1-3499-f15d-6f24-82ff68c33a81 is tainted: high-privileges 2018-09-27 23:31:10.797+0000: 10287: warning : qemuDomainObjTaint:7546 : Domain id=1 name='towerWin10' uuid=b4da61b1-3499-f15d-6f24-82ff68c33a81 is tainted: host-cpu 2018-09-28 02:01:07.620+0000: 10266: error : qemuMonitorIO:718 : internal error: End of file from qemu monitor whats going on?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.