This commit is contained in:
John Supplee 2021-07-23 11:14:53 -04:00
commit a4e02bb8cd
2 changed files with 80 additions and 6610 deletions

6677
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1 +0,0 @@
install

12
snap/hooks/post-refresh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
exec >> $SNAP_DATA/hook.log 2>&1
echo "$(date '+%Y-%m-%d %H:%M:%S') $0: Entering hook"
# coppy caddy file in place
[ ! -e $SNAP_COMMON/Caddyfile ] && cp $SNAP/Caddyfile $SNAP_COMMON/Caddyfile
# create run dir, we're going to use it for unix socket
mkdir -p $SNAP_DATA/share
mkdir -p $SNAP_DATA/shared