Skip to content

Instantly share code, notes, and snippets.

---
version: "2.1"
services:
unifi-controller:
image: lscr.io/linuxserver/unifi-controller:7.2.94
container_name: unifi-controller
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York

Keybase proof

I hereby claim:

  • I am dr3s on github.
  • I am dr3s (https://keybase.io/dr3s) on keybase.
  • I have a public key ASC6C_y2ZfAEDM3a37sGqOKEt9x62K2F2XRLzN7DB1R4Ggo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am dr3s on github.
  • I am dr3s (https://keybase.io/dr3s) on keybase.
  • I have a public key ASAr_jA7eYmtKL0emQW7F7Ed_GiebkQp3pWmviNFB5LNTgo

To claim this, I am signing this object:

# Encoding: UTF-8
# Cookbook Name::logstash-wolfe
# Attribute:: default
#
node.override[:logstash][:server][:inputs] = [
:file => {
:path => [
"/var/log/*.log"
],
:tags => [
name = 'server'
# the logstash agent instance
logstash_instance name do
action :create
end
# the service that manages the instance
logstash_service name do