Skip to content

Instantly share code, notes, and snippets.

View fastlorenzo's full-sized avatar
:octocat:

Lorenzo Bernardi fastlorenzo

:octocat:
View GitHub Profile
@fastlorenzo
fastlorenzo / mailu-env-vars.md
Created December 13, 2022 13:57
mailu-env-vars.md
Mailu env var Helm config path Status Comment Default value Helm default value
DOCKER_SOCKET skipped Not necessary unix:///var/run/docker.sock
RATELIMIT_STORAGE_URL skipped Managed by Helm chart ''
DB_FLAVOR skipped Managed by Helm chart None
DB
@fastlorenzo
fastlorenzo / dashboard.yaml
Created November 26, 2022 23:24
Openhab connected car dashboard
config:
label: Audi A6
layoutType: responsive
order: "11"
sidebar: true
blocks:
- component: oh-block
config: {}
slots:
default:
@fastlorenzo
fastlorenzo / azure_rm_keyvaultsecret_info.py
Created April 1, 2022 09:11
azure_rm_keyvaultsecret_info.py with lastest version of azure python sdk
#!/usr/bin/python
#
# Copyright (c) 2019 Jose Angel Munoz, <josea.munoz@gmail.com>
#
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
from ansible_collections.azure.azcollection.plugins.module_utils.azure_rm_common import AzureRMModuleBase, AzureRMAuth
from ansible_collections.azure.azcollection.plugins.module_utils.cred_wrapper import CredentialWrapper
__metaclass__ = type