A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Mar 30, 2022
{{ message }}
DevOps is a set of practices that combine software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc
Sentry is cross-platform application monitoring, with a focus on error reporting.
I tried to setup gitea as a oauth provider for my new penpot instance. However I always got errors from penpot that something is wrong (described here penpot/penpot#1802). After a while of debugging, I found out, that the empty name in the user_info response of the oauth process is causing that problems.
// GET http://myserver:3333/login/oauth/userinfo
{
A docker-powered PaaS that helps you build and manage the lifecycle of applications
We already have some scripts in the scripts directory. It would be good to run them for every PR.
This is also a great task for beginners.
Learn and understand Docker&Container technologies, with real DevOps practice!
Jenkins automation server
GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
As easy as /aitch-tee-tee-pie/
A process for automating Docker container base image updates.
This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
Simple and flexible tool for managing secrets
The current fav icon makes me think the app has been faved, when it has not. The fav icon should be an outlined star, not a filled star.
Not fav:
<img width="138" alt="image" src="https://user-images.githubusercontent.com/1142830/162030909-b256be55-d242
Hi,
When I use openid-connect plugins with the wrong redirect_uri in Apache APISIX.
Like flow:
"plugins":{
"openid-connect":{
...
"scope":"openid profile",
"bearer_only":false,
"introspection_endpoint_auth_method":"client_secret_post",
"redirect_uri":"http://127.0.0.1:9080/"
.
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
A curated list of Site Reliability and Production Engineering resources.
Conformance test suite for OpenShift
A curated list of references for MLOps
webhook is a lightweight incoming webhook server to run shell commands
Self-hosted Git Server with Kanban and CI/CD
Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there