chore: change domain

This commit is contained in:
mathieu 2024-06-08 15:15:49 +02:00
parent b313eeda34
commit fd8e77be24
5 changed files with 17 additions and 20 deletions

View File

@ -297,4 +297,4 @@ FIREFLY_III_LAYOUT=v1
# Please make sure this URL matches the external URL of your Firefly III installation.
# It is used to validate specific requests and to generate URLs in emails.
#
APP_URL=https://huguettes.freeboxos.fr/firefly/
APP_URL=https://firefly.huguette.ovh/

View File

@ -25,7 +25,7 @@ FIREFLY_III_URL=http://app:8080
#
# This variable can be set from a file if you append it with _FILE
#
VANITY_URL=https://huguettes.freeboxos.fr/firefly/
VANITY_URL=https://firefly.huguette.ovh/
#
# Set your Firefly III Personal Access Token (OAuth)
@ -265,4 +265,4 @@ APP_NAME=DataImporter
# Don't open issues telling me it doesn't help because it's not supposed to.
# Laravel uses this to generate links on the command line, which is a feature the data importer does not use.
#
APP_URL=https://huguettes.freeboxos.fr/firefly/
APP_URL=https://firefly.huguette.ovh/

View File

@ -1,6 +1,6 @@
title: My Awesome Homepage
startUrl: https://huguettes.freeboxos.fr/home
startUrl: https://home.huguette.ovh
layout:
Media:

View File

@ -20,7 +20,7 @@ services:
restart: unless-stopped
environment:
- APP_PORT=22300
- APP_BASE_URL=https://huguettes.freeboxos.fr/joplin/
- APP_BASE_URL=https://joplin.huguette.ovh/
- DB_CLIENT=pg
- POSTGRES_PASSWORD=postgres
- POSTGRES_DATABASE=joplin

View File

@ -18,28 +18,25 @@ http:
middlewares:
- stripprefixregex
router-firefly:
rule: "Host(`huguettes.freeboxos.fr`) && PathPrefix(`/firefly`)"
rule: "Host(`firefly.huguette.ovh`)"
service: "service-firefly"
tls: {}
middlewares:
- stripprefixregex-firefly
tls:
resolver: myresolver
router-homepage:
rule: "Host(`huguettes.freeboxos.fr`) && PathPrefix(`/home`)"
rule: "Host(`home.huguette.ovh`)"
service: "service-homepage"
tls: {}
middlewares:
- stripprefixregex
tls:
resolver: myresolver
router-joplin:
rule: "Host(`huguettes.freeboxos.fr`) && PathPrefix(`/joplin`)"
rule: "Host(`joplin.huguette.ovh`)"
service: "service-joplin"
tls: {}
middlewares:
- stripprefixregex
tls:
resolver: myresolver
router-actual:
rule: "Host(`huguettes.freeboxos.fr`) && PathPrefix(`/actual`)"
rule: "Host(`actual.huguette.ovh`)"
service: "service-actual"
tls: {}
tls:
resolver: myresolver
services: