3
0
mirror of https://github.com/ffrgb/site-ffrgb.git synced 2024-06-13 19:02:34 +02:00
site-ffrgb/extra/sites.conf

64 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-01-10 16:57:40 +01:00
-- Define Blocks like:
-- ffho_pad = {
-- -- name of the region
-- site_name = 'Freifunk Hochstift - Paderborn (Umland)',
--
-- -- short name of the region
-- site_code = 'ffho_pad_uml',
--
-- subst = {
-- -- wifi settings
-- ['%%SS'] = 'hochstift.freifunk.net/pad-umlnd',
-- },
--
-- site_select = {
-- hidden = 0,
-- group = 'pad_uml'
-- },
--},
{
{
site_name = 'Freifunk Regensburg - Legacy',
2018-01-10 23:42:57 +01:00
site_code = 'ffrgb_legacy',
2018-01-10 16:57:40 +01:00
subst = {
['%%SS'] = 'regensburg.freifunk.net',
},
site_select = {
hidden = 1,
2018-01-11 00:06:50 +01:00
group = 'ffrgb_legacy',
2018-01-10 16:57:40 +01:00
},
},
{
site_name = 'Freifunk Regensburg - Stadt',
site_code = 'ffrgb_cty',
subst = {
['%%SS'] = 'regensburg.freifunk.net',
},
site_select = {
2018-01-10 23:42:57 +01:00
group = 'ffrgb_cty',
2018-01-10 16:57:40 +01:00
},
},
{
site_name = 'Freifunk Regensburg - Umland',
site_code = 'ffrgb_uml',
subst = {
['%%SS'] = 'regensburg.freifunk.net',
},
site_select = {
group = 'ffrgb_uml',
},
},
-- start hidden sites here --
{
site_name = 'Freifunk Regensburg - Test',
2018-01-10 16:59:24 +01:00
site_code = 'ffrgb_test',
2018-01-10 16:57:40 +01:00
subst = {
['%%SS'] = 'test.ffrgb.net',
},
site_select = {
hidden = 1,
2018-01-10 23:42:57 +01:00
group = 'ffrgb_test',
2018-01-10 16:57:40 +01:00
},
},
}