michaelsembwever commented on a change in pull request #38: URL: https://github.com/apache/cassandra-builds/pull/38#discussion_r591347078
########## File path: plausible/README.adoc ########## @@ -0,0 +1,152 @@ +== Analytics for Cassandra Web + +This document serves as a guide for anybody who wants to re/deploy https://plausible.io/[Plausible]. + +=== Overview of the current deployment + +Plausible is currently deployed on t2.medium instance in AWS EC2, it runs on Debian 10 Buster and +it has Elastic IP 3.124.255.5 (stays after restarts). Plausible runs in Docker Compose and it is +secured by HTTPS. Certificates for HTTPS are obtained from Let's Encrypt and they are +automatically renewed after expiration. There is nginx reverse proxy in front of Plausible as +the other Docker Compose deployment. + +Plausible service is hosted under https://www.instaclustr.com[Instaclustr]'s account. Please contact +stefan dot miklosovic at instaclustr dot com for any related questions / issues. + +Domain `plausible.cassandra.apache.org` points to 3.124.255.5. Please contact gmcdonald at apache dot org for +any related questions / issues. + +For the access to all credentials (PEM to ssh to that box, logins to Plausible etc), please contact +mck at apache dot org. Review comment: ```suggestion For the access to all credentials (PEM to ssh to that box, logins to Plausible etc), please contact someone on the PMC, as credentials are stored in the private subversion repository. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

