summaryrefslogtreecommitdiff
path: root/docker-image/Justfile
AgeCommit message (Collapse)Author
2026-02-03Fix non-root execution with proper Apache pathsPaul Buetow
- Add PidFile directive after ServerRoot for non-root user - Configure cgid ScriptSock to /var/run/apache2/cgisock - Redirect ErrorLog and CustomLog to /var/log/apache2/ - Create /var/run/apache2 and /var/log/apache2 with correct ownership - Set explicit UID/GID 1000 for app user - Bump version to 1.6.2
2026-02-03fix registryPaul Buetow
2026-01-29Fix redirect page for W3C compliancePaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp <amp@ampcode.com>
2026-01-29HTML-escape command outputs for W3C compliancePaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp <amp@ampcode.com>
2026-01-29W3C compliant HTML outputPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp <amp@ampcode.com>
2026-01-29Change contact link to paul.buetow.orgPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp <amp@ampcode.com>
2026-01-29Add IPv4/IPv6 only subdomain supportPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp <amp@ampcode.com>
2026-01-29Add mod_remoteip for real client IP forwardingPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp <amp@ampcode.com>
2026-01-29Fix registry hostnamePaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp <amp@ampcode.com>
2026-01-29Add Docker image for f3s deploymentPaul Buetow
Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp <amp@ampcode.com>