Skip to content

Commit

Permalink
Hide Legacy Domain, Leetfeld as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark4MD committed Jul 12, 2021
1 parent f073138 commit dab4c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions domains/dom0.conf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
},
} } } } },

-- primary domain name "Domain 0" should be hidden in config mode
hide_domain = { 'dom0' },
hide_domain = true,

}
2 changes: 1 addition & 1 deletion domains/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

h = "Hannover: "
domains = {
0: { "names": { "legacy": "Legacy" } },
0: { "names": { "legacy": "Legacy" }, "hide": True },
10: { "names": { "hameln": "Hameln", "alfeld": "Alfeld" }, },
11: { "names": { "lenthe": "Lenthe" } },
12: { "names": { "steinhude": "Steinhude" } },
Expand Down
2 changes: 1 addition & 1 deletion site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
site_name = 'Freifunk Hannover',
site_code = 'ffh',

default_domain = 'legacy',
default_domain = 'leetfeld',

opkg = {
openwrt = 'http://downloads.openwrt.org/releases/packages-%v/%A',
Expand Down

0 comments on commit dab4c6f

Please sign in to comment.