dcpc007

Results 18 comments of dcpc007

I made some tests, i have some slow prompt too when i work with repo in my linux home on a NFS share. i clone the repo locally and no...

Then if i ask users to do a local linter check before commit, they all have to implement exception rules ? :-( why not use markdown official recommandation ? (didn't...

OUaouh !!! thanks !!! I lost 5 hours for my first test to try create a nfs share for my pods on synology !! and all was k3d fault !!!...

Hi we have the same problem since monthes. Excepting having some pipelines showing running, is there any impact somewhere ? like process/resources usage (and how to see that) ?

comment : if the init tracker has too many things to show, it will be complicated. Then if buffs, summoned monsters,... use the tracker, it should be in a separate...

Hello, thanks, i use an external vps + a gandi domain name. i already have several applications, but those in https include certificate management like gitlab (then still no front...

Thx, i'll look later, as i plan to switch from individual docker/docker-compose to a k3s (currently learning and trying on my local and internal server only)

For info too, i try to create this docker-compose.yml ``` version: '3' services: ghs-server: image: gloomhavensecretariat/ghs-server ports: - "3382:8080" environment: - TZ=Europe/Paris restart: unless-stopped volumes: - /srv/ghs-server/ghs:/root/.ghs ```

ok, maybe it could be more explicit to modify this line (at least then) : > To serve with your own certificate, overwrite the following properties in your application.properties file...

Before implement my own certificate, documentation says there's already an embedded default cert. i try to configure with only ``` server.ssl.enabled=true ghs-server.public=true ``` Server web page shows ``` Bad Request...