Administrator
|
Hi,
Great large part of the transition from the former app.foodcoops.net has been done! Here's a small check to see if some foodcoops were missed who may have wanted to migrate. $ docker logs foodcoopsnet_foodsoft_1 | \Those not present in https://github.com/foodcoops/foodcoops.net/blob/master/foodsoft/app_config.yml#L148 are missing: sierning (AT)This means only yamhi is missing right now (plus plattsalat who didn't visit yet), the others moved to foodcoops.at. I suggest that we do install redirection rules as Benni mailed (see below). - Willem p.s. (from Benni) Here is my nginx redirect list for the foodcoops migrated to foodcoops.at. I don't know if this is necessary anymore but at least convinient for some users. location /allmunde { return 302 https://app.foodcoops.at/allmunde; } location /bokufoodcoop { return 302 https://app.foodcoops.at/bokufoodcoop; } location /speis { return 302 https://app.foodcoops.at/dspeis; } location /vorarlberg { return 302 https://app.foodcoops.at/satteins; } location /einkorn{ return 302 https://app.foodcoops.at/einkorn; } location /linz{ return 302 https://app.foodcoops.at/ekglinz; } location /meidling{ return 302 https://app.foodcoops.at/loewenzahn; } location /schraubenfabrik{ return 302 https://app.foodcoops.at/schraubenfabrik; } location /franckkistl{ return 302 https://app.foodcoops.at/franckkistl; } location /fresskorb{ return 302 https://app.foodcoops.at/fresskorb; } location /fresskultur{ return 302 https://app.foodcoops.at/fresskultur; } location /sierning{ return 302 https://app.foodcoops.at/sierning; } location /hokoido{ return 302 https://app.foodcoops.at/hokoido; } location /kitting{ return 302 https://app.foodcoops.at/kitting; } location /graz{ return 302 https://app.foodcoops.at/krautkoopf; } location /pressbaum{ return 302 https://app.foodcoops.at/pressbaum; } location /pumpkin{ return 302 https://app.foodcoops.at/pumpkin; } location /radieschenbund{ return 302 https://app.foodcoops.at/radieschenbund; } location /ruebezahl17{ return 302 https://app.foodcoops.at/ruebezahl17; } location /stadtkern{ return 302 https://app.foodcoops.at/stadtkern; } location /kastanie77{ return 302 https://app.foodcoops.at/kastanie77; } location /fcschinke09{ return 302 https://foodsoft.fcschinke09.de/; } |
Administrator
|
I’ve installed the redirections.
-- Patrick Gansterer > On 27 Feb 2018, at 23:30, wvengen [via foodsoft] <[hidden email]> wrote: > > Hi, > > Great large part of the transition from the former app.foodcoops.net has been done! > Here's a small check to see if some foodcoops were missed who may have wanted to migrate. > $ docker logs foodcoopsnet_foodsoft_1 | \ > sed 's/^.*"foodcoop"=>"\([^"]*\)".*$/\1/p;d' | \ > grep -v apple-touch-icon | \ > sort | uniq -c > > 3983 demo > 154 eca > 127 stolzenhagen > 107 localharvest > 96 tanteaute > 88 schalottchen > 79 beisswat > 76 radieschen > 53 jolling > 29 tuess > 24 luzern > 23 korb > 19 boernicke > 12 sierning > 12 linz > 12 koeln > 10 pressbaum > 10 franckkistl > 8 speis > 8 ruebezahl17 > 8 pumpkin > 8 fairnetzt > 8 allmunde > 6 yamhi > 6 thadenstrasse > 6 meidling > 6 hessenhagen > 6 bokufoodcoop > 4 vokomaastricht > 4 schraubenfabrik > 4 kitting > 4 hokoido > 4 fresskultur > 3 fcschinke09 > 3 fcruetli > 2 stadtkern > 2 schalotchen > 2 js > 2 graz > 1 meierei > Those not present in https://github.com/foodcoops/foodcoops.net/blob/master/foodsoft/app_config.yml#L148 are missing: > sierning (AT) > linz (AT) > pressbaum (AT) > franckkistl (AT) > speis (AT) > ruebezahl17 (AT) > pumpkin (AT) > allmunde (AT) > yamhi > meidling (AT) > bokufoodcoop (AT) > schruabenfabrik (AT) > kitting (AT) > hokoido (AT) > fresskultur (AT) > stadtkern (AT) > graz (AT) > This means only yamhi is missing right now (plus plattsalat who didn't visit yet), the others moved to foodcoops.at. > > I suggest that we do install redirection rules as Benni mailed (see below). > > - Willem > > p.s. (from Benni) Here is my nginx redirect list for the foodcoops migrated to foodcoops.at. I don't know if this is necessary anymore but at least convinient for some users. > > location /allmunde { > return 302 https://app.foodcoops.at/allmunde; > } > location /bokufoodcoop { > return 302 https://app.foodcoops.at/bokufoodcoop; > } > location /speis { > return 302 https://app.foodcoops.at/dspeis; > } > location /vorarlberg { > return 302 https://app.foodcoops.at/satteins; > } > location /einkorn{ > return 302 https://app.foodcoops.at/einkorn; > } > location /linz{ > return 302 https://app.foodcoops.at/ekglinz; > } > location /meidling{ > return 302 https://app.foodcoops.at/loewenzahn; > } > location /schraubenfabrik{ > return 302 https://app.foodcoops.at/schraubenfabrik; > } > location /franckkistl{ > return 302 https://app.foodcoops.at/franckkistl; > } > location /fresskorb{ > return 302 https://app.foodcoops.at/fresskorb; > } > location /fresskultur{ > return 302 https://app.foodcoops.at/fresskultur; > } > location /sierning{ > return 302 https://app.foodcoops.at/sierning; > } > location /hokoido{ > return 302 https://app.foodcoops.at/hokoido; > } > location /kitting{ > return 302 https://app.foodcoops.at/kitting; > } > location /graz{ > return 302 https://app.foodcoops.at/krautkoopf; > } > location /pressbaum{ > return 302 https://app.foodcoops.at/pressbaum; > } > location /pumpkin{ > return 302 https://app.foodcoops.at/pumpkin; > } > location /radieschenbund{ > return 302 https://app.foodcoops.at/radieschenbund; > } > location /ruebezahl17{ > return 302 https://app.foodcoops.at/ruebezahl17; > } > location /stadtkern{ > return 302 https://app.foodcoops.at/stadtkern; > } > location /kastanie77{ > return 302 https://app.foodcoops.at/kastanie77; > } > location /fcschinke09{ > return 302 https://foodsoft.fcschinke09.de/; > } > > > If you reply to this email, your message will be added to the discussion below: > http://foodsoft.51229.x6.nabble.com/Transition-status-tp1665.html > To start a new topic under foodsoft-global-ops, email [hidden email] > To unsubscribe from foodsoft-global-ops, click here. > NAML |
Free forum by Nabble | Edit this page |