Script for Proxmox LXC Container instance #6
Replies: 3 comments 1 reply
|
Thank you for the suggestion. A Proxmox VE LXC installer for Janua has been added. |
|
Please note that the Proxmox installer is not working, since it still refers to the previous Forgejo repo. To still, mostly, use it, try the following in the LXC container once it errors out from the Proxmox shell: mkdir -p /opt/janua
git clone https://github.com/Skylark-Software/Janua /opt/janua
curl -fsSL https://raw.githubusercontent.com/Skylark-Software/Janua/refs/heads/main/proxmox/janua-install.sh | bashThis seems to leave it in a mostly functional state. |
|
Thanks @jabofh — you were right, and sorry for the trouble. The installer defaults pointed at our internal development mirror, which isn't reachable from outside. Fixed on bash -c "$(wget -qO- https://raw.githubusercontent.com/Skylark-Software/Janua/main/proxmox/install-proxmox.sh)"Your workaround remains a fine recovery path for containers created by the old script. Since then we've also tagged v1.0.0 stable and opened a 1.2 beta line (guacd rebuilt on FreeRDP 3.29 with ~2 years of upstream fixes, prebuilt image on ghcr). The installer can target it directly: CHANNEL=beta bash -c "$(wget -qO- https://raw.githubusercontent.com/Skylark-Software/Janua/main/proxmox/install-proxmox.sh)" |
Uh oh!
There was an error while loading. Please reload this page.
I think a lot of people would appreciate this.
All reactions