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. # 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. # 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 # 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) # 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. # 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. # 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 title: My Awesome Homepage
startUrl: https://huguettes.freeboxos.fr/home startUrl: https://home.huguette.ovh
layout: layout:
Media: Media:

View File

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

View File

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