This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
homebridge: | |
image: oznu/homebridge | |
container_name: homebridge | |
restart: unless-stopped | |
network_mode: host | |
ports: | |
- 8181:8080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.1' | |
services: | |
n8n: | |
image: n8nio/n8n | |
restart: unless-stopped | |
ports: | |
- 5678:5678 | |
environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
trilium: | |
image: zadam/trilium:latest | |
container_name: trilium | |
volumes: | |
- /srv/Trillium/trilium-data:/root/trilium-data | |
ports: | |
- 8080:8080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2" | |
services: | |
cacti: | |
image: quantumobject/docker-cacti | |
container_name: cacti | |
ports: | |
- 8081:80 | |
environment: | |
- TZ=America/Denver |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
scrutiny: | |
image: linuxserver/scrutiny | |
container_name: scrutiny | |
privileged: true | |
environment: | |
- PUID=998 | |
- PGID=100 |
NewerOlder