Triiiple
Triiiple
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
Perfect, thanks for the help!
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
I tried without it and it worked fyi
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
Working now!
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
Ok, should I also keep this or remove this?
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
-d
--name='homarr'
--entrypoint='/opt/unraid/tailscale'
--net='bridge'
--pids-limit 2048
-e TZ="America/Chicago"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Unraid"
-e HOST_CONTAINERNAME="homarr"
-e 'SECRET_ENCRYPTION_KEY'='186a9aa1620501845a1ada739a921fdf5b6a89608bcd05e2cde5931e0a50b59f'
-e 'DOCKER_HOSTNAMES'=''
-e 'DOCKER_PORTS'=''
-e 'AUTH_PROVIDERS'=''
-e 'DB_DRIVER'='better-sqlite3'
-e 'DB_DIALECT'='sqlite'
-e TAILSCALE_HOSTNAME='homarr'
-e TAILSCALE_ALLOW_LAN_ACCESS='false'
-e TAILSCALE_USE_SSH='false'
-e TAILSCALE_USERSPACE_NETWORKING='false'
-e TAILSCALE_SERVE_PORT='7575'
-e TAILSCALE_STATE_DIR='/appdata/.tailscale_state'
-e ORG_ENTRYPOINT="/app/entrypoint.sh"
-e ORG_CMD="sh run.sh"
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:7575]/'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/manuel-rw/unraid-templates/master/templates/homarr/icon.png'
-l net.unraid.docker.tailscale.webui='https://[hostname][magicdns]/'
-l net.unraid.docker.tailscale.hostname='homarr'
-p '7575:7575/tcp'
-v '/mnt/user/appdata/homarr/appdata':'/appdata':'rw'
-v '/var/run/docker.sock':'/var/run/docker.sock':'ro'
-v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale'
--cap-add=NET_ADMIN
--device='/dev/net/tun' 'ghcr.io/homarr-labs/homarr:latest'
-d
--name='homarr'
--entrypoint='/opt/unraid/tailscale'
--net='bridge'
--pids-limit 2048
-e TZ="America/Chicago"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Unraid"
-e HOST_CONTAINERNAME="homarr"
-e 'SECRET_ENCRYPTION_KEY'='186a9aa1620501845a1ada739a921fdf5b6a89608bcd05e2cde5931e0a50b59f'
-e 'DOCKER_HOSTNAMES'=''
-e 'DOCKER_PORTS'=''
-e 'AUTH_PROVIDERS'=''
-e 'DB_DRIVER'='better-sqlite3'
-e 'DB_DIALECT'='sqlite'
-e TAILSCALE_HOSTNAME='homarr'
-e TAILSCALE_ALLOW_LAN_ACCESS='false'
-e TAILSCALE_USE_SSH='false'
-e TAILSCALE_USERSPACE_NETWORKING='false'
-e TAILSCALE_SERVE_PORT='7575'
-e TAILSCALE_STATE_DIR='/appdata/.tailscale_state'
-e ORG_ENTRYPOINT="/app/entrypoint.sh"
-e ORG_CMD="sh run.sh"
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:7575]/'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/manuel-rw/unraid-templates/master/templates/homarr/icon.png'
-l net.unraid.docker.tailscale.webui='https://[hostname][magicdns]/'
-l net.unraid.docker.tailscale.hostname='homarr'
-p '7575:7575/tcp'
-v '/mnt/user/appdata/homarr/appdata':'/appdata':'rw'
-v '/var/run/docker.sock':'/var/run/docker.sock':'ro'
-v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale'
--cap-add=NET_ADMIN
--device='/dev/net/tun' 'ghcr.io/homarr-labs/homarr:latest'
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
No description
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
Do I need to add user and pass for db maybe?
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
here's the log now
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
No description
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
Is there something I should be filling in there?
64 replies
HHomarr
Created by Triiiple on 1/17/2025 in #💬・get-help
Unraid install 1.0 issues
Node.js v22.13.0
/app/apps/tasks/tasks.cjs:20846
throw result.error;
^

_ZodError: [
{
"code": "too_small",
"minimum": 1,
"type": "string",
"inclusive": true,
"exact": false,
"message": "String must contain at least 1 character(s)",
"path": []
}
]
at get error (/app/apps/tasks/tasks.cjs:20794:28)
at ZodDefault.parse (/app/apps/tasks/tasks.cjs:20846:22)
at Object.<anonymous> (/app/apps/tasks/tasks.cjs:450383:63)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function._load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5) {
issues: [
{
code: 'too_small',
minimum: 1,
type: 'string',
inclusive: true,
exact: false,
message: 'String must contain at least 1 character(s)',
path: []
}
],
addIssue: [Function (anonymous)],
addIssues: [Function (anonymous)],
errors: [
{
code: 'too_small',
minimum: 1,
type: 'string',
inclusive: true,
exact: false,
message: 'String must contain at least 1 character(s)',
path: []
}
]
}

Node.js v22.13.0
Node.js v22.13.0
/app/apps/tasks/tasks.cjs:20846
throw result.error;
^

_ZodError: [
{
"code": "too_small",
"minimum": 1,
"type": "string",
"inclusive": true,
"exact": false,
"message": "String must contain at least 1 character(s)",
"path": []
}
]
at get error (/app/apps/tasks/tasks.cjs:20794:28)
at ZodDefault.parse (/app/apps/tasks/tasks.cjs:20846:22)
at Object.<anonymous> (/app/apps/tasks/tasks.cjs:450383:63)
at Module._compile (node:internal/modules/cjs/loader:1562:14)
at Object..js (node:internal/modules/cjs/loader:1699:10)
at Module.load (node:internal/modules/cjs/loader:1313:32)
at Function._load (node:internal/modules/cjs/loader:1123:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:217:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5) {
issues: [
{
code: 'too_small',
minimum: 1,
type: 'string',
inclusive: true,
exact: false,
message: 'String must contain at least 1 character(s)',
path: []
}
],
addIssue: [Function (anonymous)],
addIssues: [Function (anonymous)],
errors: [
{
code: 'too_small',
minimum: 1,
type: 'string',
inclusive: true,
exact: false,
message: 'String must contain at least 1 character(s)',
path: []
}
]
}

Node.js v22.13.0
64 replies