weechat- me personal weechat setup 🔵🟢 |
git clone git://git.acid.vegas/weechat.git |
Log | Files | Refs | Archive | README |
commit 9d64dd31f10cd40a5cc7cd84292d0e785880991c
parent a9d1347003a08de78fa223b0c97be75ed6d494f1 Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 27 Jun 2025 14:18:14 -0400 fixed prots Diffstat:
|
1 file changed, 2 insertions(+), 2 deletions(-) |
diff --git a/setup.sh b/setup.sh @@ -47,8 +47,8 @@ configure_relay() { RELAY_DOMAIN=big.dick.acid.vegas CONTAINER_IP=$(incus list | grep weechat-container | awk '{print $6}') - incus config device add weechat-container weechat-certbot-port proxy listen=tcp:0.0.0.0:$RELAY_PORT connect=tcp:$CONTAINER_IP:$RELAY_PORT - incus config device add weechat-container weechat-relay-port proxy listen=tcp:0.0.0.0:80 connect=tcp:$CONTAINER_IP:80 + incus config device add weechat-container weechat-certbot-port proxy listen=tcp:0.0.0.0:80 connect=tcp:$CONTAINER_IP:80 + incus config device add weechat-container weechat-relay-port proxy listen=tcp:0.0.0.0:$RELAY_PORT connect=tcp:$CONTAINER_IP:$RELAY_PORT incus file push assets/renew weechat-container/home/agent/.local/share/weechat/renew incus exec weechat-container -- chown agent:agent /home/agent/.local/share/weechat/renew |