Sahal Ansari
Sahal Ansari
Incorporates jhoblitt's groovy script to get a full list of folders. See #210
`libvips` doesn't actually seem necessary anymore. In fact, it looks like having it installed forces `sharp` to be built. And for some reason that always fails. I also don't see...
If you use ENV vars rather than `settings.php`, Webcalendar will try to read from a table `webcal_config`, rather than launching the installer. When you launch http://localhost:8080/, you're presented with the...
This fixes #502 by using the `bind` mount in `docker-compose` because it allows us to mount a single file rather than a whole directory.
We can do this via a script loaded into the `/docker-entrypoint-initdb.d/` as described here [MariaDB Container Cheat Sheet/Use a volume to specify grants during container start](https://mariadb.com/kb/en/mariadb-container-cheat-sheet/#use-a-volume-to-specify-grants-during-container-start).
Since someone marked this as outdated in the AUR. Tested via: ``` CHROOT=/mnt/large/cache/chroot export CHROOT mkdir -p "${CHROOT}" mkarchroot "$CHROOT/root" base-devel arch-nspawn "${CHROOT}/root" pacman -Syu --noconfirm \ git \ npm...