morph027
morph027
All fine here (I'm lazy and thanks to docker not installing any packages anymore ;) ): ```bash root@builder:/# docker run --rm -it -v /tmp/docker:/data golang:latest /bin/bash Unable to find image...
Trying the same here ;) Having a bot for fun (and useful purposes later for sure). However, i'm no good programmer, so my attempt is similar to @malfino , just...
I did: ``` nextcloud=# drop table oc_dashboard_announcements; DROP TABLE nextcloud=# drop table oc_dashboard_files; DROP TABLE nextcloud=# drop table oc_dashboard_settings; ```
Should be quite easy with fpm ... i can have a look...
It's as safe as you trust @max-moser and me ;) Sure, you can use it, it's just compiling and packagin the code (you can have a look into the `.gitlab-ci.yml`).
Okay, will have a look.
First guess: It's because i'm building bionic only...will check this inside a cosmic vm
Jip: https://github.com/max-moser/network-manager-wireguard/issues/27
Okay, fixed the pipeline, should work now.
Looks like jinja templates might help to create files including logic. Will try to have a look.