add Unify, caddyfile
This commit is contained in:
20
firefly/.env
20
firefly/.env
@@ -155,13 +155,19 @@ COOKIE_SAMESITE=lax
|
|||||||
# If you want Firefly III to email you, update these settings
|
# If you want Firefly III to email you, update these settings
|
||||||
# For instructions, see: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/notifications/#email
|
# For instructions, see: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/notifications/#email
|
||||||
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
|
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
|
||||||
MAIL_MAILER=log
|
MAIL_FROM_ADDRESS=soenke@domroese.eu
|
||||||
MAIL_HOST=null
|
MAIL_HOST=pro1.mail.ovh.net
|
||||||
MAIL_PORT=2525
|
MAIL_PORT=587
|
||||||
MAIL_FROM=changeme@example.com
|
MAIL_USERNAME=mail@domroese.eu
|
||||||
MAIL_USERNAME=null
|
MAIL_PASSWORD=aiVLNjATdm3CyLSCfjNhz4RPqpkvch
|
||||||
MAIL_PASSWORD=null
|
MAIL_ENCRYPTION=TLS
|
||||||
MAIL_ENCRYPTION=null
|
MAIL_MAILER=smtp
|
||||||
|
#MAIL_HOST=null
|
||||||
|
#MAIL_PORT=2525
|
||||||
|
#MAIL_FROM=changeme@example.com
|
||||||
|
#MAIL_USERNAME=null
|
||||||
|
#MAIL_PASSWORD=null
|
||||||
|
#MAIL_ENCRYPTION=null
|
||||||
MAIL_SENDMAIL_COMMAND=
|
MAIL_SENDMAIL_COMMAND=
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -229,7 +229,7 @@ EXPECT_SECURE_URL=false
|
|||||||
# Amazon SES is not supported.
|
# Amazon SES is not supported.
|
||||||
# log = drop mails in the logs instead of sending them
|
# log = drop mails in the logs instead of sending them
|
||||||
# array = debug mailer that does nothing.
|
# array = debug mailer that does nothing.
|
||||||
MAIL_MAILER=
|
MAIL_MAILER=smtp
|
||||||
|
|
||||||
# where to send the report?
|
# where to send the report?
|
||||||
MAIL_DESTINATION=soenke@domroese.eu
|
MAIL_DESTINATION=soenke@domroese.eu
|
||||||
@@ -241,7 +241,7 @@ MAIL_HOST=pro1.mail.ovh.net
|
|||||||
MAIL_PORT=587
|
MAIL_PORT=587
|
||||||
MAIL_USERNAME=mail@domroese.eu
|
MAIL_USERNAME=mail@domroese.eu
|
||||||
MAIL_PASSWORD=aiVLNjATdm3CyLSCfjNhz4RPqpkvch
|
MAIL_PASSWORD=aiVLNjATdm3CyLSCfjNhz4RPqpkvch
|
||||||
MAIL_ENCRYPTION=null
|
MAIL_ENCRYPTION=TLS
|
||||||
|
|
||||||
# Extra settings depending on your mail configuration above.
|
# Extra settings depending on your mail configuration above.
|
||||||
# These variables can be set from a file if you append it with _FILE
|
# These variables can be set from a file if you append it with _FILE
|
||||||
|
|||||||
16
unify/docker-compose.yaml
Normal file
16
unify/docker-compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: unify
|
||||||
|
services:
|
||||||
|
unifi:
|
||||||
|
init: true
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8780:8080
|
||||||
|
- 8743:8443
|
||||||
|
- 3478:3478/udp
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
volumes:
|
||||||
|
- ~/unifi:/unifi
|
||||||
|
user: unifi
|
||||||
|
container_name: unifi
|
||||||
|
image: jacobalberty/unifi
|
||||||
Reference in New Issue
Block a user