Linux dockerrout.asgard.sannig.de 6.6.60-0-lts #1-Alpine SMP PREEMPT_DYNAMIC 2024-11-08 20:02:55 x86_64 Linux Docker version 26.1.5, build a72d7cdbeb991662bf954bfb8d02274124af21e3 NAME="Alpine Linux" ID=alpine VERSION_ID=3.20.3 PRETTY_NAME="Alpine Linux v3.20" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" docker run \ --name "/Heimdall" \ --runtime "runc" \ --log-driver "json-file" \ --restart "always" \ --cap-add "AUDIT_WRITE" \ --cap-add "CHOWN" \ --cap-add "DAC_OVERRIDE" \ --cap-add "FOWNER" \ --cap-add "FSETID" \ --cap-add "KILL" \ --cap-add "MKNOD" \ --cap-add "NET_BIND_SERVICE" \ --cap-add "NET_RAW" \ --cap-add "SETFCAP" \ --cap-add "SETGID" \ --cap-add "SETPCAP" \ --cap-add "SETUID" \ --cap-add "SYS_CHROOT" \ --cap-drop "AUDIT_CONTROL" \ --cap-drop "BLOCK_SUSPEND" \ --cap-drop "DAC_READ_SEARCH" \ --cap-drop "IPC_LOCK" \ --cap-drop "IPC_OWNER" \ --cap-drop "LEASE" \ --cap-drop "LINUX_IMMUTABLE" \ --cap-drop "MAC_ADMIN" \ --cap-drop "MAC_OVERRIDE" \ --cap-drop "NET_ADMIN" \ --cap-drop "NET_BROADCAST" \ --cap-drop "SYSLOG" \ --cap-drop "SYS_ADMIN" \ --cap-drop "SYS_BOOT" \ --cap-drop "SYS_MODULE" \ --cap-drop "SYS_NICE" \ --cap-drop "SYS_PACCT" \ --cap-drop "SYS_PTRACE" \ --cap-drop "SYS_RAWIO" \ --cap-drop "SYS_RESOURCE" \ --cap-drop "SYS_TIME" \ --cap-drop "SYS_TTY_CONFIG" \ --cap-drop "WAKE_ALARM" \ --publish "0.0.0.0:35433:433/tcp" \ --publish "0.0.0.0:35080:80/tcp" \ --network "bridge" \ --hostname "629f5ece84be" \ --expose "433/tcp" \ --expose "443/tcp" \ --expose "80/tcp" \ --env "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" \ --env "PS1=$(whoami)@$(hostname):$(pwd)\\$ " \ --env "HOME=/root" \ --env "TERM=xterm" \ --env "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0" \ --env "S6_VERBOSITY=1" \ --env "S6_STAGE2_HOOK=/docker-mods" \ --env "VIRTUAL_ENV=/lsiopy" \ --env "LSIO_FIRST_PARTY=true" \ --label "build_version"="Linuxserver.io version:- v2.6.3-ls287 Build-date:- 2024-11-05T11:45:29+00:00" \ --label "maintainer"="aptalca" \ --label "org.opencontainers.image.authors"="linuxserver.io" \ --label "org.opencontainers.image.created"="2024-11-05T11:45:29+00:00" \ --label "org.opencontainers.image.description"="[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. " \ --label "org.opencontainers.image.documentation"="https://docs.linuxserver.io/images/docker-heimdall" \ --label "org.opencontainers.image.licenses"="GPL-3.0-only" \ --label "org.opencontainers.image.ref.name"="a4606629037947f86898ec8f6ceb6b0382cf43b6" \ --label "org.opencontainers.image.revision"="a4606629037947f86898ec8f6ceb6b0382cf43b6" \ --label "org.opencontainers.image.source"="https://github.com/linuxserver/docker-heimdall" \ --label "org.opencontainers.image.title"="Heimdall" \ --label "org.opencontainers.image.url"="https://github.com/linuxserver/docker-heimdall/packages" \ --label "org.opencontainers.image.vendor"="linuxserver.io" \ --label "org.opencontainers.image.version"="v2.6.3-ls287" \ --detach \ --entrypoint "/init" \ "linuxserver/heimdall:latest" \ [migrations] started [migrations] 01-nginx-site-confs-default: executing... [migrations] 01-nginx-site-confs-default: succeeded [migrations] 02-default-location: executing... [migrations] 02-default-location: succeeded [migrations] done usermod: no changes ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 911 User GID: 911 ─────────────────────────────────────── Linuxserver.io version: v2.6.3-ls287 Build-date: 2024-11-05T11:45:29+00:00 ─────────────────────────────────────── Setting resolver to 192.168.40.1 Setting worker_processes to 1 generating self-signed keys in /config/keys, you can replace these with your own keys if required New container detected, installing Heimdall Creating app key. This may take a while on slower systems GuzzleHttp\Exception\ConnectException cURL error 7: Failed to connect to appslist.heimdall.site port 443 after 0 ms: Could not connect to server (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://appslist.heimdall.site/list.json at /app/www/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210 206▕ } 207▕ 208▕ // Create a connection exception if it was a specific error code. 209▕ $error = isset($connectionErrors[$easy->errno]) ➜ 210▕ ? new ConnectException($message, $easy->request, null, $ctx) 211▕ : new RequestException($message, $easy->request, $easy->response, null, $ctx); 212▕ 213▕ return P\Create::rejectionFor($error); 214▕ } +13 vendor frames  14 /app/www/app/SupportedApps.php:157 GuzzleHttp\Client::request() 15 /app/www/app/Jobs/ProcessApps.php:41 App\SupportedApps::getList() [custom-init] No custom files found, skipping... [ls.io-init] done.