Skip to content

Commit ac35771

Browse files
committed
Update codeoss-server, v2node images
1 parent 736f4a4 commit ac35771

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

codeoss-server/run-self-hosted-codeoss-server-container.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ if [ -z "$mail" ]; then
88
mail=mail@localhost
99
fi
1010

11-
mount -t cgroup
12-
1311
CODEOSS_SERVER_SELF_HOSTED_CONTAINER_ID=$(podman run -itd --privileged \
1412
-h "$(echo "$domain" | base64)" \
1513
-v /var/run/podman/podman.sock:/var/run/podman/podman.sock \

v2node/init-self-hosted-v2node.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ domain="$2"
1111

1212
V2NODE_CONTAINER_ID=$(podman run -itd \
1313
-p 4433:4433 -h "v2node" \
14-
-e SEC_KEY="$SEC_KEY" \
1514
ghcr.io/lcjuves/v2node)
1615
echo "v2node's container id: $V2NODE_CONTAINER_ID"
1716

v2node/run-self-hosted-v2node-container.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,10 @@ if [ -z "$mail" ]; then
88
mail=mail@localhost
99
fi
1010

11-
if [ -z "$sec_key" ]; then
12-
sec_key="$(date +%s)"
13-
fi
14-
15-
mount -t cgroup
16-
1711
V2NODE_SELF_HOSTED_CONTAINER_ID=$(podman run -itd --privileged \
1812
-h "$(echo "$domain" | base64)" \
1913
-v /var/run/podman/podman.sock:/var/run/podman/podman.sock \
2014
-p 443:443 \
21-
-e SEC_KEY="$sec_key" \
2215
ghcr.io/lcjuves/v2node:self-hosted /sbin/init)
2316

2417
podman exec -it \

0 commit comments

Comments
 (0)