hhmx.de

Renaud Chaput

Renaud Chaput (@renchap@oisaur.com)

Föderation EN So 25.08.2024 23:08:30

@b2c This hook is legacy and I am not sure why its there. It is not needed with our 4.2 & 4.3 images, they already contain pre-compiled assets. You can set `hooks/assetsPrecompile.enabled: false`, and if there is an S3 backend configured, no volumes will be created.

@vmstan

born2chill

born2chill (@b2c@wien.rocks)

Föderation EN Mo 26.08.2024 13:47:20

@renchap @vmstan

Ok, thanks again for your insights.

My exact problem however is:
- I have no S3, but network storage (NFS)
- therefore I need the "system" volume
- however, I don't want the "assets" volume

I can't see how I can achieve that with the current chart. It's either "assets"+"system", or no storage at all.

Renaud Chaput

Renaud Chaput (@renchap@oisaur.com)

Föderation EN Mo 26.08.2024 13:49:59

@b2c Yes, the current chart does not support it :(
I dont like that both of those volumes are tied to S3. If you want to improve this and open a PR, we will definitely consider it!

Pinging @timetinytim as he is maintaining the chart now.

@vmstan