actualizados servidores

This commit is contained in:
2025-11-10 20:28:26 +00:00
parent 20501ab8bc
commit d873b13060
2 changed files with 8 additions and 24 deletions
-16
View File
@@ -51,22 +51,6 @@ services:
depends_on:
- synapse
matrix-proxy:
image: nginx:alpine
restart: unless-stopped
depends_on:
- synapse
networks:
default:
ipv4_address: 10.10.10.8
ports:
- "8008:80"
- "443:443"
volumes:
- ./configs/nginx/matrix-proxy.conf:/etc/nginx/conf.d/default.conf:ro
- ./configs/well-known:/var/www/well-known:ro
- ./configs/nginx/certs:/etc/nginx/certs:ro
volumes:
matrix_postgres_data:
external: true
+8 -8
View File
@@ -1,8 +1,8 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "http://localhost:8008",
"server_name": "localhost"
"base_url": "https://matrix-af2f3d.organic-machine.com",
"server_name": "matrix-af2f3d.organic-machine.com"
}
},
"brand": "Element Local",
@@ -20,21 +20,21 @@
"default_federate": false,
"default_theme": "light",
"room_directory": {
"servers": ["localhost"]
"servers": ["matrix-af2f3d.organic-machine.com"]
},
"enable_presence_by_hs_url": {
"http://localhost:8008": true
"https://matrix-af2f3d.organic-machine.com": true
},
"disable_custom_urls": false,
"disable_guests": false,
"disable_login_language_selector": false,
"disable_3pid_login": false,
"brand_image_url": "",
"welcomeUserId": "@welcome-bot:localhost",
"welcomeUserId": "@welcome-bot:matrix-af2f3d.organic-machine.com",
"roomDirectory": {
"servers": ["localhost"],
"servers": ["matrix-af2f3d.organic-machine.com"],
"include_all_known_servers": false
},
"permalink_prefix": "http://localhost:8081",
"permalink_prefix": "https://element-a05ae4.organic-machine.com",
"bug_report_endpoint_url": ""
}
}