mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-09 09:02:14 +01:00
4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/sh
|
|
|
|
export NEXTAUTH_URL_INTERNAL="http://$HOSTNAME:7575"
|
|
node /app/server.js |