From 4f1b3daa120bbbf886af22bf15ee8b65b13d0eb8 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 7 Apr 2017 19:09:04 -0700 Subject: [PATCH] various fixes --- distro-end | 2 +- mount-latest-subvol | 5 +++-- radicale-setup | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/distro-end b/distro-end index 8bedbc7..534c17a 100755 --- a/distro-end +++ b/distro-end @@ -339,7 +339,7 @@ EOF "noweb": false, "site": "pump.iankelling.org", "owner": "Ian Kelling", - "ownerURL": "https://pump.iankelling.org/", + "ownerURL": "https://iankelling.org/", "port": 8001, "urlPort": 443, "hostname": "pump.iankelling.org", diff --git a/mount-latest-subvol b/mount-latest-subvol index a8ff06d..c43bb58 100644 --- a/mount-latest-subvol +++ b/mount-latest-subvol @@ -85,14 +85,15 @@ case $HOSTNAME in treetowl|x2|frodo) tu /etc/fstab </dev/null; then continue diff --git a/radicale-setup b/radicale-setup index a2cbbd8..631bf42 100755 --- a/radicale-setup +++ b/radicale-setup @@ -29,7 +29,6 @@ lnf -T /o/radicale /var/lib/radicale # coment in this file says this is needed for it to run on startup sed -ri 's/^\s*#+\s*(ENABLE_RADICALE\s*=\s*yes\s*)/\1/' /etc/default/radicale -sgo radicale setini() { key="$1" value="$2" section="$3" @@ -38,7 +37,8 @@ setini() { } # comments say default is 0.0.0.0:5232 -setini hosts 10.8.0.1:5232 server +setini hosts 10.8.0.4:5232 server +sgo radicale # davdroid from f-droid. username ian, # url https://iank.pw/radicale/ian. -- 2.30.2