Add Firefly + caddy config
This commit is contained in:
@@ -74,7 +74,6 @@ excalidraw.home.domroese.eu:443 {
|
|||||||
tls soenke@domroese.eu
|
tls soenke@domroese.eu
|
||||||
reverse_proxy 192.168.1.65:8267
|
reverse_proxy 192.168.1.65:8267
|
||||||
}
|
}
|
||||||
|
|
||||||
homarr.home.domroese.eu:443 {
|
homarr.home.domroese.eu:443 {
|
||||||
tls soenke@domroese.eu
|
tls soenke@domroese.eu
|
||||||
reverse_proxy 192.168.1.65:7575
|
reverse_proxy 192.168.1.65:7575
|
||||||
@@ -105,6 +104,16 @@ wallos.home.domroese.eu:443 {
|
|||||||
reverse_proxy 192.168.1.65:8282
|
reverse_proxy 192.168.1.65:8282
|
||||||
}
|
}
|
||||||
|
|
||||||
|
firefly.home.domroese.eu:443 {
|
||||||
|
tls soenke@domroese.eu
|
||||||
|
reverse_proxy 192.168.1.65:8950
|
||||||
|
}
|
||||||
|
|
||||||
|
import.firefly.home.domroese.eu:443 {
|
||||||
|
tls soenke@domroese.eu
|
||||||
|
reverse_proxy 192.168.1.65:8951
|
||||||
|
}
|
||||||
|
|
||||||
plantit.home.domroese.eu:443 {
|
plantit.home.domroese.eu:443 {
|
||||||
tls soenke@domroese.eu
|
tls soenke@domroese.eu
|
||||||
reverse_proxy 192.168.1.65:3632
|
reverse_proxy 192.168.1.65:3632
|
||||||
|
|||||||
@@ -2,4 +2,3 @@ MYSQL_RANDOM_ROOT_PASSWORD=yes
|
|||||||
MYSQL_USER=firefly
|
MYSQL_USER=firefly
|
||||||
MYSQL_PASSWORD=yZtpsAr!hmRG@oNN5Is8giT5egK*df4R
|
MYSQL_PASSWORD=yZtpsAr!hmRG@oNN5Is8giT5egK*df4R
|
||||||
MYSQL_DATABASE=firefly
|
MYSQL_DATABASE=firefly
|
||||||
MYSQL_PORT=3606
|
|
||||||
@@ -16,7 +16,7 @@ SITE_OWNER=soenke@domroese.eu
|
|||||||
#
|
#
|
||||||
# Avoid the "#" character in your APP_KEY, it may break things.
|
# Avoid the "#" character in your APP_KEY, it may break things.
|
||||||
#
|
#
|
||||||
APP_KEY=fFYwIv$M%dwkqAK3*sZz4zWrihp@QYN*0$DtoB1vW%Yg32Ui980ZV^4M7@pG$*Tw
|
APP_KEY=9u8U6ZhrennOoD1cz9I8OvLExxYdJcC8
|
||||||
|
|
||||||
# Firefly III will launch using this language (for new users and unauthenticated visitors)
|
# Firefly III will launch using this language (for new users and unauthenticated visitors)
|
||||||
# For a list of available languages: https://github.com/firefly-iii/firefly-iii/blob/main/config/firefly.php#L123
|
# For a list of available languages: https://github.com/firefly-iii/firefly-iii/blob/main/config/firefly.php#L123
|
||||||
@@ -85,7 +85,7 @@ PAPERTRAIL_PORT=
|
|||||||
# Use "sqlite" for SQLite.
|
# Use "sqlite" for SQLite.
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=mysql
|
||||||
DB_HOST=db
|
DB_HOST=db
|
||||||
DB_PORT=3606
|
DB_PORT=3306
|
||||||
DB_DATABASE=firefly
|
DB_DATABASE=firefly
|
||||||
DB_USERNAME=firefly
|
DB_USERNAME=firefly
|
||||||
DB_PASSWORD=yZtpsAr!hmRG@oNN5Is8giT5egK*df4R
|
DB_PASSWORD=yZtpsAr!hmRG@oNN5Is8giT5egK*df4R
|
||||||
|
|||||||
@@ -55,8 +55,8 @@ FIREFLY_III_CLIENT_ID=
|
|||||||
# GoCardless information.
|
# GoCardless information.
|
||||||
# The key and ID can be set from a file if you append it with _FILE
|
# The key and ID can be set from a file if you append it with _FILE
|
||||||
#
|
#
|
||||||
NORDIGEN_ID=
|
NORDIGEN_ID=fa30fd01-ce54-41df-aa6f-f268992ae176
|
||||||
NORDIGEN_KEY=
|
NORDIGEN_KEY=39967f83a916cb10fe19225ca142a74c9aac3647fe1ad933ea4d251ab295fc099eca93ce9a2c4616cb55a388e8bc8b9cf97da541c6e354620c8b4f642f111b72
|
||||||
|
|
||||||
#
|
#
|
||||||
# If you want to use the GoCardless sandbox, set this to true.
|
# If you want to use the GoCardless sandbox, set this to true.
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
- firefly_iii_upload:/var/www/html/storage/upload
|
- firefly_iii_upload:/var/www/html/storage/upload
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- '80:8080'
|
- '8950:8080'
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
db:
|
db:
|
||||||
@@ -40,7 +40,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- firefly_iii
|
- firefly_iii
|
||||||
ports:
|
ports:
|
||||||
- '81:8080'
|
- '8951:8080'
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
env_file: .importer.env
|
env_file: .importer.env
|
||||||
|
|||||||
0
restartcaddy.sh
Normal file → Executable file
0
restartcaddy.sh
Normal file → Executable file
Reference in New Issue
Block a user