mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-02 11:36:01 +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 |