$ openssl s_client -showcerts -connect smtp.mydomain.com:465 -servername smtp.mydomain.com
httpbin – A simple HTTP Request & Response Service
$ docker run -p 80:80 kennethreitz/httpbin
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
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
- 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
Ventoy – A New Bootable USB Solution
Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.
* https://www.ventoy.net/en/index.html
* https://github.com/ventoy/Ventoy
Games – stream
- Moonlight – Open source game streaming client
https://moonlight-stream.org - Sunshine – Self-hosted game stream host for Moonlight
https://app.lizardbyte.dev/Sunshine/?lng=en
DNS and Email – Toolbox
Docker and Grafana/Loki
- Master Docker logging with Loki and Grafana
https://daniel.es/blog/centralize-and-visualize-docker-logs-in-grafana-with-loki/
- #docker #loki #stuck – if loki is not reachable and loki-docker-driver is activated, containers apps stops and cannot be stopped/killed
https://github.com/grafana/loki/issues/2361#issuecomment-2484610947
/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"
}
}
Open Source Self Hosted Password Manager for Companies
Alternative Open Source Apps
App | Alternative |
Jira | Plane – 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/