Add-Immich (#303) #1195
Annotations
1 warning
embed field value must be shorter than 1024, got 2125
[`c2a3ed1`](https://github.com/saltyorg/Sandbox/commit/c2a3ed10404c83d07f3fd22d3dfe85e910406880) Add-Immich (#303)
* Add immich role configuration files
- Added `main.yml` files in `defaults` and `tasks` directories to configure the `immich` role.
* feat: Add default variables for Sandbox: immich role
This commit adds default variables for the Sandbox: immich role, including basic settings, paths, web configuration, DNS settings, Traefik configuration, Docker settings, and more. These variables are defined in the `main.yml` file in the `defaults` directory of the role.
* "Update role imports for Redis and PostgreSQL"
This commit updates the role imports in the main.yml file for the Redis and PostgreSQL roles. The "Redis Role" and "PostgreSQL Role" imports have been changed to "Import Redis Role" and "Import PostgreSQL Role" respectively.
* Update immich configuration defaults
- Update immich_paths_folders_list to include {{ immich_paths_location }}/model-cache
- Set immich_traefik_sso_middleware to an empty string
- Set immich_traefik_api_enabled to false
- Set immich_traefik_api_endpoint to an empty string
- Update immich_docker_volumes_default to include {{ immich_paths_location }}/model-cache:/config/machine-learning
- Update immich_docker_labels_default to include immich_docker_labels_custom
- Update immich_docker_networks to include immich_docker_networks_custom
- Update immich_docker_capabilities to include immich_docker_capabilities_custom
- Update immich_docker_security_opts to include immich_docker_security_opts_custom
* Add 'immich' role to sandbox.yml
This commit adds the 'immich' role to the 'sandbox.yml' configuration file.
* Change default values to strings in immich_docker_envs.
* chore: Update default paths and volumes in immich role
The default paths in the immich role have been updated to include a new folder for machine learning and a new location for photos. The docker volumes have also been modified accordingly.
* Update defaults/main.yml
Removed redundant machine-learning mount from `defaults/main.yml`
Closes #241
|
The logs for this run have expired and are no longer available.
Loading