Skip to content

Instantly share code, notes, and snippets.

View EuleMitKeule's full-sized avatar
fährt die großen Pötte...

Lennard Beers EuleMitKeule

fährt die großen Pötte...
View GitHub Profile
@EuleMitKeule
EuleMitKeule / Dockerfile
Created April 1, 2024 22:51
Nextcloud Dockerfile
FROM nextcloud:28.0.3
RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
ffmpeg \
ghostscript \
libmagickcore-6.q16-6-extra \
procps \
blueprint:
name: deCONZ - Tradfri Shortcut Button
description: 'Control anything using Tradfri Shortcut Button remote'
domain: automation
input:
remote:
name: Remote
description: Tradfri Shortcut Button to use
selector:
device:
using System;
using System.Collections;
using UnityEngine;
namespace UnityExtensions.Runtime
{
public class MonoRoutine
{
IEnumerator Enumerator { get; }
MonoBehaviour Behaviour { get; }