Commit Graph

3 Commits

Author SHA1 Message Date
Kjeld Schouten 4cb46c53ec
feat(immich): readd immich (#19137)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  #18737 

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-03-12 09:07:06 +01:00
StevenMcElligott 2b788ac9a4
feat(Immich): Move to Stable (#4094) 2022-10-14 22:43:26 +03:00
Stavros Kois 0b354fa151
feat(immich): add immich (#3942)
* feat(immich): add immich

* quote bool

* mount nginx config on proxy

* run as node user

* fix CM

* hmm

* make entrypoint executables

* server entrypoint

* whoops

* chmod something..

* add mapbox keys

* fix cm

* fix cm

* add some probes

* one mroe probe

* split configmap

* add ui

* add all db envs to ML

* passwds also
2022-09-29 01:08:30 +03:00