mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-12 15:33:58 +02:00
Compare commits
No commits in common. "238cc627e3622a89c22b068987b1a88b3c9b6eb1" and "058988410986b0ba45f19181a3113d216beebe9e" have entirely different histories.
238cc627e3
...
0589884109
3 changed files with 3 additions and 19 deletions
5
.github/FUNDING.yml
vendored
5
.github/FUNDING.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
github: [JadedBlueEyes, nexy7574]
|
github: [JadedBlueEyes]
|
||||||
|
# Doesn't support an array, so we can only list nex
|
||||||
|
ko_fi: nexy7574
|
||||||
custom:
|
custom:
|
||||||
- https://ko-fi.com/nexy7574
|
|
||||||
- https://ko-fi.com/JadedBlueEyes
|
- https://ko-fi.com/JadedBlueEyes
|
||||||
|
|
|
@ -12,15 +12,6 @@ services:
|
||||||
#- ./continuwuity.toml:/etc/continuwuity.toml
|
#- ./continuwuity.toml:/etc/continuwuity.toml
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.continuwuity.rule=(Host(`matrix.example.com`) || (Host(`example.com`) && PathPrefix(`/.well-known/matrix`)))"
|
|
||||||
- "traefik.http.routers.continuwuity.entrypoints=websecure" # your HTTPS entry point
|
|
||||||
- "traefik.http.routers.continuwuity.tls=true"
|
|
||||||
- "traefik.http.routers.continuwuity.service=continuwuity"
|
|
||||||
- "traefik.http.services.continuwuity.loadbalancer.server.port=6167"
|
|
||||||
# possibly, depending on your config:
|
|
||||||
# - "traefik.http.routers.continuwuity.tls.certresolver=letsencrypt"
|
|
||||||
environment:
|
environment:
|
||||||
CONTINUWUITY_SERVER_NAME: your.server.name.example # EDIT THIS
|
CONTINUWUITY_SERVER_NAME: your.server.name.example # EDIT THIS
|
||||||
CONTINUWUITY_DATABASE_PATH: /var/lib/continuwuity
|
CONTINUWUITY_DATABASE_PATH: /var/lib/continuwuity
|
||||||
|
|
|
@ -12,14 +12,6 @@ services:
|
||||||
#- ./continuwuity.toml:/etc/continuwuity.toml
|
#- ./continuwuity.toml:/etc/continuwuity.toml
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.homeserver.rule=(Host(`matrix.example.com`) || (Host(`example.com`) && PathPrefix(`/.well-known/matrix`)))"
|
|
||||||
- "traefik.http.routers.homeserver.entrypoints=websecure"
|
|
||||||
- "traefik.http.routers.homeserver.tls.certresolver=letsencrypt"
|
|
||||||
- "traefik.http.services.homeserver.loadbalancer.server.port=6167"
|
|
||||||
# Uncomment and adjust the following if you want to use middleware
|
|
||||||
# - "traefik.http.routers.homeserver.middlewares=secureHeaders@file"
|
|
||||||
environment:
|
environment:
|
||||||
CONTINUWUITY_SERVER_NAME: your.server.name.example # EDIT THIS
|
CONTINUWUITY_SERVER_NAME: your.server.name.example # EDIT THIS
|
||||||
CONTINUWUITY_TRUSTED_SERVERS: '["matrix.org"]'
|
CONTINUWUITY_TRUSTED_SERVERS: '["matrix.org"]'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue