Skip to content

Instantly share code, notes, and snippets.

View patrickhult's full-sized avatar

patrick patrickhult

  • Sweden
  • 17:49 (UTC +02:00)
View GitHub Profile
Home/Core TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
Home/Core (Country Specific) PVMJN-6DFY6-9CCP6-7BKTT-D3WVR
Home/Core (Single Language) 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
Home/Core N 3KHY7-WNT83-DGQKR-F7HPR-844BM
Professional W269N-WFGWX-YVC9B-4J6C9-T83GX
Professional N MH37W-N47XK-V7XM9-C7227-GCQG9
Professional Enterprise
Professional Workstation
Enterprise NPPR9-FWDCX-D2C8J-H872K-2YT43
Enterprise N DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4
# You can leave this on "local". If you change it to production most console commands will ask for extra confirmation.
# Never set it to "testing".
APP_ENV=local
# Set to true if you want to see debug information in error screens.
APP_DEBUG=false
# This should be your email address.
# If you use Docker or similar, you can set this variable from a file by using SITE_OWNER_FILE
SITE_OWNER=mail@example.com
@patrickhult
patrickhult / gist:0917503c46fffccd1699a65e67a41380
Created November 18, 2022 00:16 — forked from dnburgess/gist:2dc43082993ab85c7a03e94eb6db613a
DB Tech docker-compose.yml for Firefly III
version: '3.3'
services:
fireflyiii:
image: jc5x/firefly-iii:latest
volumes:
- /srv/FireFly3/firefly_iii_export:/var/www/firefly-iii/storage/export
- /srv/FireFly3/firefly_iii_upload:/var/www/firefly-iii/storage/upload
env_file: .env
ports:
version: '2'
services:
homebridge:
image: oznu/homebridge
container_name: homebridge
restart: unless-stopped
network_mode: host
ports:
- 8181:8080
version: '2.1'
services:
n8n:
image: n8nio/n8n
restart: unless-stopped
ports:
- 5678:5678
environment:
Port 53 Issues
Usually stems from systemd using port 53.
Use this command to make sure that systemd is using the port:
ss -tlupn
Fix is:
stop systemd-resolved "sudo systemctl stop systemd-resolved"
Edit /etc/systemd/resolved.conf with these:
---
version: "2.1"
services:
trilium:
image: zadam/trilium:latest
container_name: trilium
volumes:
- /srv/Trillium/trilium-data:/root/trilium-data
ports:
- 8080:8080
---
version: "2.1"
services:
openhab:
image: openhab/openhab:latest
container_name: openhab
environment:
- LANG=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
- OPENHAB_HTTP_PORT=8080
---
version: "2"
services:
cacti:
image: quantumobject/docker-cacti
container_name: cacti
ports:
- 8081:80
environment:
- TZ=America/Denver
---
version: "2.1"
services:
scrutiny:
image: linuxserver/scrutiny
container_name: scrutiny
privileged: true
environment:
- PUID=998
- PGID=100