Closed CrazyWolf13 closed 2 months ago
π The script runs without any problems from this end.
__ __
/ / / /___ ____ ___ ____ ___________
/ /_/ / __ \/ __ `__ \/ __ `/ ___/ ___/
/ __ / /_/ / / / / / / /_/ / / / /
/_/ /_/\____/_/ /_/ /_/\__,_/_/ /_/
Using Advanced Settings
Using Distribution: debian
Using debian Version: 12
Using Container Type: 1
Using Root Password: Automatic Login
Container ID: 111
Using Hostname: homarr
Using Disk Size: 8
Allocated Cores: 2
Allocated RAM: 2048
Using Bridge: vmbr0
Using IP Address: dhcp
Using Gateway IP Address: Default
Using APT-Cacher IP Address: Default
Disable IPv6: yes
Using Interface MTU Size: Default
Using DNS Search Domain: Host
Using DNS Server IP Address: Host
Using MAC Address: AE:1A:60:07:B7:59
Using Vlan: Default
Enable Root SSH Access: no
Enable Verbose Mode: no
Creating a Homarr LXC using the above advanced settings
β Using local for Template Storage.
β Using thin-pool for Container Storage.
β Updated LXC Template List
β LXC Container 111 was successfully created.
β Started LXC Container
β Set up Container OS
β Network Connected: 192.168.86.250
β IPv4 Internet Connected
β IPv6 Internet Not Connected
β DNS Resolved github.com to 140.82.113.3
β Updated Container OS
β Installed Dependencies
β Set up Node.js Repository
β Installed Node.js/Yarn
β Installed Homarr
β Created Service
β Customized Container
β Cleaned
β Completed Successfully!
Homarr should be reachable by going to the following URL.
http://192.168.86.250:3000
- info Generating static pages (64/64)
- info Finalizing page optimization
\Route (pages) Size First Load JS
β /_app 0 B 629 kB
β β /401 741 B 773 kB
β β /404 719 B 630 kB
β Ξ» /api/[...trpc] 0 B 629 kB
β Ξ» /api/auth/[...nextauth] 0 B 629 kB
β Ξ» /api/download 0 B 629 kB
β Ξ» /api/openapi.json 0 B 629 kB
β Ξ» /api/trpc/[trpc] 0 B 629 kB
β Ξ» /auth/invite/[inviteId] 2.91 kB 632 kB
β Ξ» /auth/login 2.94 kB 632 kB
β Ξ» /b 382 B 846 kB
β Ξ» /b/[slug] 387 B 846 kB
β Ξ» /b/[slug]/customize 274 B 789 kB
β Ξ» /board 358 B 846 kB
β Ξ» /board/[slug] 365 B 846 kB
β Ξ» /board/[slug]/customize 210 B 789 kB
β Ξ» /manage 2.85 kB 791 kB
β Ξ» /manage/about 16.1 kB 804 kB
β Ξ» /manage/boards 4.98 kB 793 kB
β Ξ» /manage/tools/docker 2.29 kB 790 kB
β Ξ» /manage/tools/swagger 2.85 kB 791 kB
β β css/ad322974924d0826.css 23.1 kB
β Ξ» /manage/users 3.64 kB 792 kB
β Ξ» /manage/users/[userId]/edit 27.4 kB 816 kB
β Ξ» /manage/users/create 8.27 kB 796 kB
β Ξ» /manage/users/invites 2.79 kB 791 kB
β Ξ» /onboard 39.9 kB 669 kB
β Ξ» /user/preferences 2.56 kB 775 kB
+ First Load JS shared by all 661 kB
β chunks/framework-18c7e6fcf99e5daa.js 45.2 kB
β chunks/main-2769de4978ba9a12.js 29.4 kB
β chunks/pages/_app-b66c87d9fd92e390.js 553 kB
β chunks/webpack-ea4f82cb74cd22f5.js 2.11 kB
β css/b16687c98a5af6ce.css 31.6 kB
Ζ Middleware 98.4 kB
Ξ» (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
β (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
β Updated Homarr
root@homarr:~#
π§ As this issue is unrelated to the script, it is considered closed.
Try increasing resources.
@tteck The issue WAS related to the script: https://github.com/ajnart/homarr/issues/2125.
The missing things were the following set env vars:
export NEXTAUTH_URL="http://WILL_BE_OVERWRITTEN" turbo build
export DATABASE_URL="file:WILL_BE_OVERWRITTEN.sqlite "
I can build/update just the way the script is currently.
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
The Build of the pages seems to hang / fail on my LXC:
here the full log: https://pastebin.com/j6imP7RG
What settings are you currently utilizing?
Advanced Settings
Which Linux distribution are you employing?
Debian 12
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
Here the most important logs:
Please provide detailed steps to reproduce the issue.
Install an older version of homarr, try to update.