portail captif sur odlyd
This commit is contained in:
parent
b512fdc625
commit
a643b0aa96
3 changed files with 10 additions and 6 deletions
|
@ -1,4 +1,7 @@
|
||||||
<Bundle name="gunicorn">
|
<Bundle name="gunicorn">
|
||||||
<Package name="gunicorn"/>
|
<Package name="gunicorn"/>
|
||||||
<Path name="/etc/logrotate.d/gunicorn"/>
|
<Path name="/etc/logrotate.d/gunicorn"/>
|
||||||
|
<Group name="portail-captif">
|
||||||
|
<Path name="/etc/gunicorn.d/portail_captif"/>
|
||||||
|
</Group>
|
||||||
</Bundle>
|
</Bundle>
|
||||||
|
|
|
@ -6,17 +6,16 @@
|
||||||
|
|
||||||
<Group name="komaz"
|
<Group name="komaz"
|
||||||
profile="true">
|
profile="true">
|
||||||
<Group name="crans-wheezy"/>
|
<Group name="crans-wheezy"/>
|
||||||
<Group name="router-wifi"/>
|
<!--<Group name="router-wifi"/>
|
||||||
<Group name="firewall"/>
|
|
||||||
<Group name="comptage-upload"/>
|
<Group name="comptage-upload"/>
|
||||||
<Group name="connection-main"/>
|
<Group name="connection-main"/>
|
||||||
<Group name="firmware-bnx2"/>
|
<Group name="firmware-bnx2"/>
|
||||||
<Group name="ident-daemon"/>
|
<Group name="ident-daemon"/>
|
||||||
<Group name="vlan-ens"/>
|
<Group name="vlan-ens"/>
|
||||||
<Group name="vlan-wifi"/>
|
<Group name="vlan-wifi"/>
|
||||||
<Group name="nginx"/> <!-- Proxy web et pages déco -->
|
<Group name="connexion-secours"/>-->
|
||||||
<Group name="connexion-secours"/>
|
<!--<Group name="nginx"/> --><!-- Proxy web et pages déco -->
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
<Group name="odlyd"
|
<Group name="odlyd"
|
||||||
|
@ -24,6 +23,8 @@
|
||||||
<Group name="crans-wheezy"/>
|
<Group name="crans-wheezy"/>
|
||||||
<Group name="ident-daemon"/>
|
<Group name="ident-daemon"/>
|
||||||
<Group name="connection-main"/>
|
<Group name="connection-main"/>
|
||||||
|
<Group name="firewall"/>
|
||||||
|
<Group name="portail-captif"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -145,7 +145,7 @@ service("dhcp-detect")
|
||||||
|
|
||||||
service("radvd", pidf='radvd/radvd')
|
service("radvd", pidf='radvd/radvd')
|
||||||
|
|
||||||
if has("komaz"):
|
if False: #has("komaz"):
|
||||||
service(None,
|
service(None,
|
||||||
name="filtrage_firewall")
|
name="filtrage_firewall")
|
||||||
service('netacct-crans',
|
service('netacct-crans',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue