├── .github └── workflows │ └── build-image.yml ├── Dockerfile ├── LICENSE ├── README.md ├── authentik.conf ├── basic.conf ├── default.conf ├── docker-compose-coolify.yaml ├── docker-compose.yaml └── immich.conf /.github/workflows/build-image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/.github/workflows/build-image.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/README.md -------------------------------------------------------------------------------- /authentik.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/authentik.conf -------------------------------------------------------------------------------- /basic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/basic.conf -------------------------------------------------------------------------------- /default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/default.conf -------------------------------------------------------------------------------- /docker-compose-coolify.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/docker-compose-coolify.yaml -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /immich.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreitere/coolify-nginx-reverse-proxy/HEAD/immich.conf --------------------------------------------------------------------------------