Kjeld Schouten
Kjeld Schouten
@darkain ZSTD already has one: 3
See ioc_fetch.py row 247: ``` dataset = f"{self.iocroot}/download/{self.release}" pool_dataset = f"{self.pool}/iocage/download/{self.release}" if os.path.isdir(dataset): pass else: self.zpool.create_dataset({ 'name': pool_dataset, 'properties': {'compression': 'lz4'} }) ```
@jsegaert A general fstab is an option, But i'm afrait it would end up being confusing. At the very least it needs to be limited to the pool iocage is...
@jsegaert My idea behind is that the way I structured this it would be more work implementing than it is for me to get a suggestion ticket to pass.... Hell:...
@jsegaert I updated the request according to your feedback.
@J0WI It's a shame that php-docker points to upstream php though (which is also not 100% correct, as they don't mind adding other settings). However, we've multiple users reporting timeouts...
> Hello @z0rc, > > Thanks for your interests in Traefik Documentation quality. Wdyt about PR #649 ? Documentation is great and process is solid. However, the complaint by @z0rc...
To ensure it actually makes 1.6.0, it might be best to give the PR's a bit more pro-active attention @innobead
We've decided to not-accept issues for chart requests anymore, because the vast majority of the issue tracker if flooded with them and we don't (and never have) actually plan to...
The "one external service-one ingress-one app" model is here to stay. Adding more complications for an already quite DIY App is going to complicate things too much...