big staging update
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
0bf4c9cfca
commit
2939b08891
324 changed files with 6897 additions and 6797 deletions
|
|
@ -1,26 +1,26 @@
|
|||
{...}: {
|
||||
virtualisation = {
|
||||
oci-containers = {
|
||||
containers = {
|
||||
"3x-ui" = {
|
||||
autoStart = true;
|
||||
image = "ghcr.io/mhsanaei/3x-ui:latest";
|
||||
volumes = [
|
||||
"/docker/3x-ui/db/:/etc/x-ui/"
|
||||
"/docker/3x-ui/certs/:/root/cert/"
|
||||
];
|
||||
virtualisation = {
|
||||
oci-containers = {
|
||||
containers = {
|
||||
"3x-ui" = {
|
||||
autoStart = true;
|
||||
image = "ghcr.io/mhsanaei/3x-ui:latest";
|
||||
volumes = [
|
||||
"/docker/3x-ui/db/:/etc/x-ui/"
|
||||
"/docker/3x-ui/certs/:/root/cert/"
|
||||
];
|
||||
|
||||
environment = {
|
||||
XRAY_VMESS_AEAD_FORCED = toString false;
|
||||
XUI_ENABLE_FAIL2BAN = toString false;
|
||||
};
|
||||
environment = {
|
||||
XRAY_VMESS_AEAD_FORCED = toString false;
|
||||
XUI_ENABLE_FAIL2BAN = toString false;
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
"--network=host"
|
||||
"--tty=true"
|
||||
];
|
||||
};
|
||||
};
|
||||
extraOptions = [
|
||||
"--network=host"
|
||||
"--tty=true"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue