Final release for 2023
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
40a6a40030
commit
c0e098c879
3 changed files with 8 additions and 8 deletions
10
server.yml
10
server.yml
|
|
@ -1,5 +1,5 @@
|
|||
kernel:
|
||||
image: linuxkit/kernel:5.4.39
|
||||
image: linuxkit/kernel:5.10.92
|
||||
# cmdline: "console=tty0 console=ttyS0"
|
||||
# cmdline: "console=tty0 adlin.network=alt"
|
||||
cmdline: "console=tty0"
|
||||
|
|
@ -150,10 +150,10 @@ services:
|
|||
command: ["/bin/arp-spoofer", "-iface=br-ext", "-ip-spoof=172.17.0.15"]
|
||||
|
||||
- name: login-validator
|
||||
image: nemunaire/adlin-login-validator:29c8b8434f26e7f0e0b02e19992bf67c90da3675
|
||||
image: nemunaire/adlin-login-validator:c2219509080d43b20a3e627bae3e15db2984fba4
|
||||
# command: ["/bin/login-validator", "-bind=:8081", "-auth=ldap", "-ldaphost=auth.cri.epita.net", "-ldapport=636", "-ldaptls", "-ldapbase=dc=epita,dc=net"]
|
||||
# command: ["/bin/login-validator", "-bind=:8081", "-auth=krb5", "-krb5realm=CRI.EPITA.FR"]
|
||||
command: ["/bin/login-validator", "-bind=:8081", "-auth=fwd", "-fwduri=https://adlin.nemunai.re/auth"]
|
||||
command: ["/bin/login-validator", "-bind=:8081", "-auth=krb5", "-krb5realm=CRI.EPITA.FR"]
|
||||
# command: ["/bin/login-validator", "-bind=:8081", "-auth=fwd", "-fwduri=https://adlin.nemunai.re/auth"]
|
||||
# command: ["/bin/login-validator", "-bind=:8081", "-auth=none"]
|
||||
net: /run/netns/login
|
||||
binds:
|
||||
|
|
@ -220,7 +220,7 @@ services:
|
|||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
|
||||
- name: ns
|
||||
image: nemunaire/unbound:bd37359b69eb87eb5764fc18d9842cf78afc656c
|
||||
image: nemunaire/unbound:f0cf18323a1a39a11d3c0d13a7ac44d5f0c93769
|
||||
net: /run/netns/dmz-ns
|
||||
capabilities:
|
||||
- all
|
||||
|
|
|
|||
Reference in a new issue