github alangrainger/immich-public-proxy v1.12.1
1.12.1

latest release: v1.13.0
one month ago
  • #115 Allow inline configuration as an option rather than a separate config.json file.

If you wish, you can now pass the configuration inline from your docker-compose.yml file like this:

  environment:
    PUBLIC_BASE_URL: https://your-proxy-url.com
    IMMICH_URL: http://your-internal-immich-server:2283
    CONFIG: |
      {
        "ipp": {
          "singleImageGallery": false,
          ...
        }
      }

Don't miss a new immich-public-proxy release

NewReleases is sending notifications on new releases.