Thomas Merz

Results 322 comments of Thomas Merz

Is this still an (open) issue? 🤔

So, if this is no issue anymore, why do you not close it? 😉

@tgjohnst , didn't you want to make a "cleaner" PR for this one? 🤔 I really would like not seing "CPU Temp: 0.0°C" anymore on my VMs.

@liamengland1 , are you still maintaining and keeping this repo active or can we consider it "dead"? 🤷🏼‍♂️

I don't understand or is this already fixed? I've some repos with URI `origin [email protected]:…`, which are shown as `https://gitlab.com/…` with `git-open -p`. `git-open` will open these repositories as well...

@farghly , FYI: one of my **digital lifehacks** for keeping all my GitHub/GitLab repos uptodate: `~/bin/gitfetchall_and_gitpullall_subdirs.sh` ``` #!/bin/bash # shellcheck disable=SC2010 function do_the_git_stuff () { git fetch -p git pull|grep...

I'm using a certificate from Let's Encrypt and also have this message in serverurl/settings/admin/overview, "Security & setup warnings". But nice that it already will be fixed in next version 👍🏼

@tsipizic > … make sure you are not missing this part > … > In your [nginx configuration](https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html) As https://github.com/nextcloud/docker/blob/master/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf#L165-L176 says, this should be fixed uptream in nginx!? Currently it's...

@susnux , still not available with 28.0.3? When will it be available or did the fix not work?