justinsangoi

Results 11 comments of justinsangoi

Making those changes appears to have worked, however I missed the service pihole-FTL start and stop lines. I changed them in the initpull and pull functions as follows ``` -...

Hi Steve, Apologies it's been a while - life has been hectic. I haven't yet upgraded my baseline v4 scripts to the v5 scripts as I am still using the...

@DuzAwe my upgrade on unraid worked despite the fact that I got that same error during the migration. What I'm concerned about now is that since Unraid pulls all files...

@DuzAwe Your rsync solution seems like the simplest solution to the problem. For clarification, are you rsyncing the script to/from /usr/local/bin/ and the configuration files to/from /etc/gravity-sync? Thinking how I...

Seems like the copy of gravity-sync in /usr/local/bin is a duplicate (ie. it's not a symbolic or hard link - you can check hard links with the stat command). To...

I've been working at this a little bit this morning and I've tried several variations. Using this: ``` --entrypoint sh -c 'apk add jq; while ! [ -e /data/acme.json ]...

Trying to run this as a docker run: ``` docker run -d --name='traefik-certs-dumper' --net='bridge' -v '/mnt/user/appdata/traefik/':'/data/' --entrypoint "sh -c 'apk add jq; while ! [ -e /data/acme.json ] || !...

Seems I'm having some kind of permissions issue. I don't understand how, as the docker system in unraid is root, but it seems that the /data path isn't mounting.

I'm almost certain it's a permissions issue because when I attempt to read and parse the acme.json from SSH as root, it works until I add a select statement to...

> > I'm almost certain it's a permissions issue because when I attempt to read and parse the acme.json from SSH as root, it works until I add a select...