Skip to content

Instantly share code, notes, and snippets.

@kurokobo
kurokobo / dify-plugin-workaround-for-windows.md
Created March 5, 2025 14:17
[Dify] Workarounds for the plugin related issues on self-hosted 1.0.0 on Docker Desktop on Windows

🛠️ Workarounds for the plugin related issues for Dify 1.0.0 on Docker Desktop on Windows

In Dify 1.0.0, many issues related to plugins have been reported. If you are self-hosting Dify using Docker Desktop on Windows, the workarounds introduced on this page might be helpful.

Important

This page is intended for the following environments.

  • Dify Community Edition (Self-Hosted) 1.0.0
  • Docker Desktop on Windows
@kurokobo
kurokobo / edgex-app-service-mqtt-google-iot.md
Last active October 16, 2021 15:38
Example for export to Google IoT Core using app-service-configurable (insecure mode)

[EdgeX Foundry] Export to Google IoT Core using app-service-configurable (insecure mode)

  • EdgeX Foundry Geneva / Hanoi / Ireland release
    • Using edgexfoundry/docker-app-service-configurable:1.3.1 for Geneva / Hanoi
    • Using edgexfoundry/app-service-configurable:2.0.1 for Ireland
  • Insecure mode (without Secret Store)

Table of Contents

@kurokobo
kurokobo / docker-compose-installer-for-container-optimized-os-on-gce.md
Last active March 27, 2025 10:33
Simple Installer for Docker Compose on Container-Optimized OS on Google Computing Engine

Simple Installer for Docker Compose on Container-Optimized OS on Google Computing Engine

The easiest way to make Docker Compose available on Container-Optimized OS on Google Compute Engine (GCE) on Google Cloud Platform (GCP).

This is minimal Bash script version of Community Tutorial.

How to use

Simply, download installer.sh, run it, and then reload bash by source ~/.bashrc or re-login.

@kurokobo
kurokobo / automuteus-over-ssl.md
Last active March 11, 2021 01:54
AutoMuteUs over SSL: All-in-One Docker Compose file with Nginx/Caddy reverse proxy with Let's Encrypt SSL certificate
@kurokobo
kurokobo / edgex-geneva-auto-discovery-mqtt-sample.md
Last active August 28, 2021 05:56
EdgeX Foundry: Sample implementation for Auto-Discovery for MQTT Device Service

My working sample to export to MQTTS topic using app-service-configurable insecure mode for EdgeX Foundry Geneva release

  • EdgeX Foundry Geneva release.
  • Using docker-app-service-configurable:1.2.0 in insecure mode (without Secret Store).
    • A bit of a special method to get around the bug.
  • Export to MQTTS topic using client certificate authentication.

Prepare Cert Files

In this case, use test.mosquitto.org for testing purposes.

My working sample for MQTT Device Service for EdgeX Foundry Geneva release

Directory structure

Same as official tutorial.

- device-service-demo
  |- docker-compose.yml
  |- mqtt
@kurokobo
kurokobo / edgex-hol-requirements-fuji.md
Last active April 30, 2020 09:30
EdgeX Foundry のハンズオンラボの環境要件(Fuji リリース向け)

EdgeX Foundry ハンズオン環境要件

2020 年 5 月 12 日(火)の EdgeX Foundry Tokyo Meetup で実施するハンズオンの環境要件です。

当日は、ハンズオンガイドに従って操作する様子を、発表者の解説を含めて配信する予定です。参加者のみなさまがお手元の環境で実際に操作したい場合は、環境の用意をお願いします。

環境の構築自体はハンズオンガイドでは取り扱わないので、それぞれのドキュメントなどを参考に導入してください。

環境要件

@kurokobo
kurokobo / edgex-app-service-mqtt-azure-iot.md
Last active April 17, 2023 02:46
Example for export to Azure IoT Hub using app-service-configurable (insecure mode)

[EdgeX Foundry] Export to Azure IoT Hub using app-service-configurable (insecure mode)

  • EdgeX Foundry Geneva / Hanoi / Ireland release
    • Using edgexfoundry/docker-app-service-configurable:1.3.1 for Geneva / Hanoi
    • Using edgexfoundry/app-service-configurable:2.0.1 for Ireland
  • Insecure mode (without Secret Store)

Table of Contents