btcpayserver / btcpayserver-docker

Docker resources for hosting BTCPayServer easily
MIT License
578 stars 355 forks source link

@pavlenex perhaps it'd help adding options to configuration **file** to set specific command for specific action. Something like: #836

Closed Abunkaboo closed 11 months ago

Abunkaboo commented 11 months ago
          @pavlenex perhaps it'd help adding options to configuration **file** to set specific command for specific action. Something like:
# Accepts domain name as a parameter
changedomainnamecommand="/usr/local/bin/change_domain_name"
cleanupcommand="/usr/local/bin/btcpayserver-cleanup"
# etc

Then integrators could supply their own implementation and we wouldn't need to debate which is the best here. And then whoever wants to improve the official Docker setup can make a PR there.

Originally posted by @Kixunil in https://github.com/btcpayserver/btcpayserver/issues/4170#issuecomment-1453312584