[How-to] Installation in Proxmox LXC container #441
Replies: 3 comments 1 reply
-
Thank you for the instructions. But I can't get it to work. Can you explain it a little better what to do? My two piholes are two lxc containers on proxmox. Witch certificate I must copy? |
Beta Was this translation helpful? Give feedback.
-
I'm also thinking on doing this, thanks for the guide. One question, could you be explicit if there are actions that need to be done on the Pi-hole's during the configuration? Or do I have to do everything from the LXC? |
Beta Was this translation helpful? Give feedback.
-
i can´t get orbital sync to start. Im getting this error: file:///usr/lib/node_modules/orbital-sync/dist/config/parse.js:68 MissingRequiredPropertiesError: Missing required properties for "primaryHost": baseUrl, password Node.js v23.5.0 |
Beta Was this translation helpful? Give feedback.
-
I installed orbital-sync in a Proxmox LXC container successfully last night and wanted to share how I accomplished it, while also documenting for myself on how to recreate it when the need arises.
The tutorial will assume you have a basic understanding of Proxmox and Linux.
TODO: Some kind of cron/mechanism to detect if the orbital-sync script dies and restart it. Open to ideas/suggestions here.
Open a shell inside the orbital-sync container to continue the setup instructions.
nano /root/bin/start.sh
6 Allow root login to scp SSL certs from remote machine
7 Add/uncomment this line
8 Restart sshd
9 Get certificates ready if pi-hole is operating over SSL. I had to include my Root CA and server cert for it to work.
10.
scp
certificates into the following directory:/usr/local/share/ca-certificates
11. Rename cert to have
.crt
suffix..pem
was not being detectedBeta Was this translation helpful? Give feedback.
All reactions