forked from michael.heier/citadel-core
Citadel 2FA update
This commit is contained in:
parent
4d55ac31c6
commit
d70ce7562f
|
@ -108,7 +108,7 @@ services:
|
||||||
ipv4_address: $DASHBOARD_IP
|
ipv4_address: $DASHBOARD_IP
|
||||||
manager:
|
manager:
|
||||||
container_name: manager
|
container_name: manager
|
||||||
image: ghcr.io/runcitadel/manager:main@sha256:c352bcc7efa67f82ba3ed9373c7391a9aaed1ab622a6119c8812f31c4c5701df
|
image: ghcr.io/runcitadel/manager:main@sha256:b79571dea3e9b1115057c89c5ba7c49ccbfba3d21d24f0fee11535603d9d448b
|
||||||
depends_on:
|
depends_on:
|
||||||
- tor
|
- tor
|
||||||
- redis
|
- redis
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "0.5.9",
|
"version": "0.5.10",
|
||||||
"name": "Citadel 0.5.9",
|
"name": "Citadel 0.5.10 - 2FA update",
|
||||||
"requires": ">=0.5.5",
|
"requires": ">=0.5.5",
|
||||||
"notes": "This update includes improvements for the LnMe app and fixes a bug which made apps inaccessible over Tor (again)."
|
"notes": "This update includes more bug fixes and adds 2 factor authrntication via one time codes."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user