Adam Allsopp

Results 5 comments of Adam Allsopp

I have the same issue too. Here's my compose file: ```yaml services: kopia: container_name: kopia image: kopia/kopia:unstable # using unstable as I want to use bash scripts for actions command:...

My first PR by the way, so apologies if I did something wrong :) Just a few notes, I also added an explicit `endOfLine` configuration in prettier since `npm run...

I just had this happen to me. Lost a weeks worth of progress in Roguelike Adventures and Dungeons 2, which is beyond frustrating! Why on earth would it just wipe...

For me, there seems to be 3 relevant lines in my `nextcloud.log` file: ```json { "reqId": "ilirH5idSrBdOv9BO4lm", "level": 3, "time": "2023-06-20T15:36:55+00:00", "remoteAddr": "172.16.0.11", "user": "--", "app": "PHP", "method": "GET", "url":...

> I also tried to docker-compose up -d my installation (with nextcloud image 27.0.0, mariadb 11.0.2). > > I was struggling with a similar issue and got it working again....