Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
This commit is contained in:
commit
f2afff752e
@ -89,20 +89,21 @@ msg_ok "Added manyfold user"
|
|||||||
|
|
||||||
msg_info "Setting .env file"
|
msg_info "Setting .env file"
|
||||||
cat <<EOF >/opt/.env
|
cat <<EOF >/opt/.env
|
||||||
APP_VERSION=${RELEASE}
|
export APP_VERSION=${RELEASE}
|
||||||
GUID=1002
|
export GUID=1002
|
||||||
PUID=1001
|
export PUID=1001
|
||||||
PUBLIC_HOSTNAME=subdomain.somehost.org
|
export PUBLIC_HOSTNAME=subdomain.somehost.org
|
||||||
PUBLIC_PORT=5000
|
export PUBLIC_PORT=5000
|
||||||
REDIS_URL=redis://127.0.0.1:6379/1
|
export REDIS_URL=redis://127.0.0.1:6379/1
|
||||||
DATABASE_ADAPTER=postgresql
|
export DATABASE_ADAPTER=postgresql
|
||||||
DATABASE_HOST=127.0.0.1
|
export DATABASE_HOST=127.0.0.1
|
||||||
DATABASE_USER=${DB_USER}
|
export DATABASE_USER=${DB_USER}
|
||||||
DATABASE_PASSWORD=${DB_PASS}
|
export DATABASE_PASSWORD=${DB_PASS}
|
||||||
DATABASE_NAME=${DB_NAME}
|
export DATABASE_NAME=${DB_NAME}
|
||||||
DATABASE_CONNECTION_POOL=16
|
export DATABASE_CONNECTION_POOL=16
|
||||||
MULTIUSER=enabled
|
export MULTIUSER=enabled
|
||||||
HTTPS_ONLY=false
|
export HTTPS_ONLY=false
|
||||||
|
export RAILS_ENV=production
|
||||||
EOF
|
EOF
|
||||||
msg_ok ".env file setup"
|
msg_ok ".env file setup"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user