AWS EC2 Instance Connect Configuration

  • Install EC2 Instance Connect on your EC2 instances

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html

  • AWS EC2 Instance Connect Configuration – This package contains the EC2 instance configuration and scripts necessary to enable AWS EC2 Instance Connect.

https://github.com/aws/aws-ec2-instance-connect-config

  • debian/ubuntu package – ec2-instance-connect – Configures ssh daemon to accept EC2 Instance Connect ssh keys

http://archive.ubuntu.com/ubuntu/pool/main/e/ec2-instance-connect/ec2-instance-connect_1.1.17-0ubuntu1_all.deb

Sonarqube – automated code quality and security reviews

  • Sonarqube – Deploying and running SonarQube Server with Docker

https://www.sonarsource.com/products/sonarqube/deployment

  • Sonarqube – doc – installation overview

https://docs.sonarsource.com/sonarqube-server/server-installation/from-docker-image/installation-overview

  • Sonarqube – docker hub

https://hub.docker.com/_/sonarqube

  • SonarQube – Community Build

https://www.sonarsource.com/open-source-editions/sonarqube-community-edition

  • Sonarqube – doc – Follow these steps to try out SonarQube Server

https://docs.sonarsource.com/sonarqube-server/try-out-sonarqube

Gotify, Pushover and ntfy – real-time notifications

  1. https://github.com/gotify/server/issues/87
    https://github.com/androidseb25/iGotify-Notification-Assistent ↩︎

Docker and Grafana/Loki

/etc/docker/daemon.json

{
"debug": true,
"log-driver": "loki",
"log-opts": {
"mode": "non-blocking",
"loki-url": "http://loki-ip:3100/loki/api/v1/push",
"loki-batch-size": "400",
"loki-retries": "2",
"loki-max-backoff":"800ms",
"loki-timeout":"1s"
}
}

Alternative Open Source Apps

AppAlternative
JiraPlane – https://plane.so/
Confluence* BookStack – https://www.bookstackapp.com/
* Wiki.js – https://js.wiki/

Source:

  • Confluence and Jira alternatives – https://www.reddit.com/r/selfhosted/comments/13jm94q/confluence_and_jira_alternatives/