Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seprated env variables for specific app containers and added SSL feature using caddy #5429

Draft
wants to merge 24 commits into
base: preview
Choose a base branch
from

AIO updates for LIVE

085fc16
Select commit
Loading
Failed to load commit list.
Draft

Seprated env variables for specific app containers and added SSL feature using caddy #5429

AIO updates for LIVE
085fc16
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Sep 3, 2024 in 0s

3 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 1 in caddy/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

caddy/Dockerfile#L1

Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag

Check warning on line 238 in deploy/selfhost/install.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

deploy/selfhost/install.sh#L238

Double quote to prevent globbing and word splitting.

Check warning on line 248 in deploy/selfhost/install.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

deploy/selfhost/install.sh#L248

Double quote to prevent globbing and word splitting.