Browse Source

update modules

add domain_migration.match to site.conf
Karsten Böddeker 6 years ago
parent
commit
56bc260d16
2 changed files with 5 additions and 1 deletions
  1. 1 1
      modules
  2. 4 0
      site.conf

+ 1 - 1
modules

@@ -2,4 +2,4 @@ GLUON_SITE_FEEDS='ffho'
 
 PACKAGES_FFHO_REPO=https://git.ffho.net/freifunkhochstift/ffho-packages.git
 PACKAGES_FFHO_BRANCH=master
-PACKAGES_FFHO_COMMIT=b150c1183cef52762be22fa011c9916b1f3181aa
+PACKAGES_FFHO_COMMIT=ca4cc1b87e47d3aba2e6af4ec725ec0f7f6abde3

+ 4 - 0
site.conf

@@ -141,4 +141,8 @@
 		cacheentries = 1000,
 		servers = { '2a03:2260:2342:f251::53' },
 	},
+
+	domain_migration = {
+		match = '^ffho_(.*)$',
+	},
 }