Martin Bouillaud

Results 53 comments of Martin Bouillaud

Hi ! @towfiqi, you could use Github action to automate docker image Build with multi arch with something like in `.github/workflows/build-push-multiarch-image.yml` : ``` name: Build & Push Docker Image env:...

@sevmonster I'm really interested about how do you make Filestash work with Auth Proxy.

Hello @nabokihms , we are using Secret Manager on GCP and SecretProviderClass kind to use Secrets in our Helm manifests. So i needed to add new resources in the template...

Same problem here with : - NC version : 25.0.1 Stable - Calendar App version : 4.1.0 - Calendar Resources Management version : 0.3.1 Resource is OK in database :...

@mark543g it doesn't work. Resources exists, but nothing found in the UI : ![CleanShot 2022-11-24 at 08 11 48](https://user-images.githubusercontent.com/7370044/203717401-780f30e5-2146-44b4-8680-98636c1b3299.png) ![CleanShot 2022-11-24 at 08 12 47](https://user-images.githubusercontent.com/7370044/203717447-7b827957-f35d-4feb-890e-8e132c861225.png)

My table calresources_rooms is empty : `MariaDB [nextcloud]> select * from calresources_rooms; Empty set (0.001 sec)`

Hey @mark543g how do you make it works ? Did u create the table oc_calendar_vehicles ?