btcpayserver-docker icon indicating copy to clipboard operation
btcpayserver-docker copied to clipboard

Make fragment system more plugin-ish

Open Kukks opened this issue 3 years ago • 0 comments

  • Introduce new yml properties:
plugin:
    description: "This is a description of the docker plugin"
    name: "An amazing service integrated into the BCTPay Server deployment service"
  • Remove hardcoded routes in NGINX for services and introduce them in each relevant fragment
  • Create a script that can go through all fragments and document all available plugins/fragments inside README file (instead of the current hardcoded descriptions)

We can then show these options in the BTCPay UI and allow users to install these options without SSH

Kukks avatar Mar 22 '21 08:03 Kukks