Replies: 2 comments
|
Thanks for paying attention on GoDoxy! I love community-scripts project so much! Excited to have my project on it!
Not officially supported but doable, I did this before for development.
Absolutely! You can run GoDoxy with just route files.
WebUI: need to confirm but I think yes. I haven't tried native installation after switching embedded WebUI
None. It's built with
No standalone at the moment but I will add CI workflow later to build these.
I think it will be in
For systemd service it will be similar to https://github.com/yusing/godoxy/blob/main/scripts/install-agent.sh#L340
Yes, let me figure out a working solution and submit a PR to VED. TYVM! |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
we are currently looking into adding GoDoxy as an LXC installation script for the Proxmox VE Community Scripts project:
community-scripts/ProxmoxVED#1700
Installer-Source: https://github.com/community-scripts/ProxmoxVED/blob/main/install/deferred/godoxy-install.sh
The idea would be to install GoDoxy directly inside a Debian LXC as a native binary with systemd, without running Docker inside the container.
From the documentation, Docker Compose seems to be the main installation method. Since GoDoxy itself is written in Go, we wanted to ask:
amd64andarm64available or planned?The LXC would have its own IP address and GoDoxy would bind directly to ports
80and443.Is this a reasonable deployment method, or is GoDoxy mainly intended to run through Docker or Podman?
All reactions