Sign inSign up

sgtsquiggs/organizr

By sgtsquiggs

Updated over 9 years ago

HTPC/Homelab Services Organizer, Written in PHP

Image
0

2.8K

sgtsquiggs/organizr repository overview

organizr

This image is derived from sgtsquiggs/alpine.nginx.

organizr - HTPC/Homelab Services Organizer, Written in PHP

Usage

docker run \
    --name=organizr \
    -v <path to data>:/config \
    -e PGID=<gid> -e PUID=<uid> \
    -p 80:80 \
    sgtsquiggs/organizr

Parameters

  • -p 80:80 external port 80 mapping to internal port 80
  • -v <path>:/config where configuation files are stored.
  • -e PGID=<gid> for Group ID (see below)
  • -e PUID=<uid> for User ID (see below)

User and Group ID

Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.

Acknowledgements

Tag summary

Content type

Image

Digest

Size

31.2 MB

Last updated

over 9 years ago

docker pull sgtsquiggs/organizr