Deploy akkounts-api behind an nginx reverse proxy with a TLS cert #109

Manually merged
raucao merged 7 commits from feature/18-akkounts-api into master 2019-10-18 12:31:40 +00:00
Showing only changes of commit 9ecf40e72a - Show all commits

View File

@ -0,0 +1,24 @@
{
"id": "akkounts-api",
"btcpay_privkey": {
"encrypted_data": "eVgzk5OD6JXGdIFIKK0QFQeyon9kANdMKJFr5kS4jgNAkAZEjQ==\n",
"iv": "ucXosQRVFKjB0+Ew\n",
"auth_tag": "Vu2xw0TBqachFUoAEf4aIA==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"btcpay_webhook_token": {
"encrypted_data": "LxuHzqc/CQ4a6HbdKLv8UBWGaBpXJT74KK5v\n",
"iv": "mMFHjibm5L9UooOi\n",
"auth_tag": "a8imCBp9HMo4xu8HUgPzvA==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"mastodon_auth_token": {
"encrypted_data": "gRbX/rC4vMFSnRUkTBTuH3r89xtR634efjFf\n",
"iv": "Jx1agZnskfH9d51s\n",
"auth_tag": "z47eO/kFyBY40CjF2Vsisw==\n",
"version": 3,
"cipher": "aes-256-gcm"
}
}