From f287527e03a289637511afdad5f09d024add032a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 10 Apr 2022 00:19:36 +0000 Subject: [PATCH] Sorted json --- qbittorrent/config.json | 2 +- webtrees/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 57a5eaac9..2f19966ba 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -100,9 +100,9 @@ "keyfile": "str", "localdisks": "str?", "networkdisks": "str?", + "openvpn_alt_mode": "bool?", "openvpn_config": "str?", "openvpn_enabled": "bool?", - "openvpn_alt_mode": "bool?", "openvpn_password": "str?", "openvpn_username": "str?", "run_duration": "str?", diff --git a/webtrees/config.json b/webtrees/config.json index f49fc1868..980e6488d 100644 --- a/webtrees/config.json +++ b/webtrees/config.json @@ -40,7 +40,6 @@ "/dev/nvme1", "/dev/nvme2" ], - "image": "ghcr.io/alexbelgium/webtrees-{arch}", "environment": { "DB_HOST": "http://127.0.0.1", "DB_NAME": "webtrees", @@ -57,6 +56,7 @@ "WT_PASS": "mybadpassword", "WT_USER": "admin" }, + "image": "ghcr.io/alexbelgium/webtrees-{arch}", "map": [ "config:rw", "share:rw",