Matt Webb
Matt Webb
Okay, I'll try to revisit this evening and see if I can get something working - thanks @cbundy 😄
**TL;DR: pre-release with Docker secrets support at `ghcr.io/mattwebbio/orbital-sync:pr-271` - please test!** Hey everyone! So sorry for the delay on this. You shouldn't have noticed (if I did the work right),...
I've also updated the included documentation: https://github.com/mattwebbio/orbital-sync/blob/f394b635e66bb970965d714fb2e83902b3476463/CONFIG.md#docker-secrets And here is the updated example, borrowed from OP's message: ```yaml services: orbital-sync: image: mattwebbio/orbital-sync:latest secrets: - pihole1_password - pihole2_password environment: - PRIMARY_HOST_BASE_URL=https://pihole1.mydomain.com...
@jeremyhayes thank you so much for taking the time to test, and so sorry for wasting your time! Turns out the pre-release flow I had set up wasn't working correctly...
Released in [v1.7](https://github.com/mattwebbio/orbital-sync/releases/tag/v1.7.0)!
@PromoFaux > if it might not be better to have an option to only run gravity on the remote if it is detected that a list was added or removed...
@B0rax > Is there something we can do to get this merged? I wasn't immediately able to figure out how to test this or get it added to the Community...
@twistedgrim > Looks like this works great. Just tried it and migrated my orbital sync container! Thanks! Thanks for testing this! I'll go ahead and try creating a PR to...
PR created; closing and further conversation can move over there: https://github.com/selfhosters/unRAID-CA-templates/pull/473
~~Another solution that worked for me: just mount the config volume to the directory that the `linuxserver` container now expects it to be in~~ ```diff version: "3" services: wireguard: image:...