summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/community-profiles/files/etc/config/profile_augsburg
blob: 4434b0fbad7b1d75189de296fd8d3aa4a57784aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
config 'community' 'profile'
	option 'name' 'Freifunk Augsburg'
	option 'homepage' 'http://augsburg.freifunk.net'
	option 'ssid' 'augsburg.freifunk.net'
	option 'mesh_network' '10.11.0.0/18'
	option 'splash_network' '10.104.0.0/16'
	option 'latitude' '48.37071'
	option 'longitude' '10.89475'
	option 'suffix' 'ffa'
	option 'splash_prefix' '27'
	option 'vap' '1'
	option adhoc_dhcp_when_vap '1'
	option 'ipv6' '1'
	option 'ipv6_config' 'auto-ipv6-fromv4'
	option 'ipv6_prefix' 'fdca:ffee:ffa::/48'
	#option 'extrapackages' ''

config 'defaults' 'interface'
	option 'netmask' '255.255.192.0'

config 'defaults' 'bssidscheme'
	option '1'	'02:CA:FF:EE:BA:BE'

config 'defaults' 'luci_splash'
	option 'limit_up' '20'
	option 'limit_down' '50'

config widget 'customindex'
	option enabled '1'
	option width '50%'
	option paddingright '5%'
	option template 'html'

config widget 'rssffa'
	option enabled '1'
	option max '10'
	option cache '3600'
	option width '50%'
	option title 'Freifunk Augsburg Blog'
	option template 'rssfeed'
	option url 'http://augsburg.freifunk.net/blog?type=100'

config widget 'rssaugsburg'
	option cache '3600'
	option width '50%'
	option title 'Augsburger Blogs'
	option template 'rssfeed'
	option enabled '1'
	option max '10'
	option url 'http://wgaugsburg.de/augsburg/rss20.xml'

config widget 'search'
	option template 'search'
	option title 'Search'
	option enabled '1'
	option width '50%'
	list engine 'Google|http://www.google.de/search?q=' 
	list engine 'Freifunk Augsburg|http://www.google.de/search?q=site:augsburg.freifunk.net+'
	list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search='

config widget 'clear1'
	option template 'clear'
	option enabled '1'