after migration
This commit is contained in:
parent
84c33e423b
commit
b05d8a8ab3
43 changed files with 474 additions and 66 deletions
|
|
@ -11,7 +11,7 @@ async def test_connection(homeserver_url: str):
|
|||
"""Test connection to Matrix homeserver"""
|
||||
print(f"\n🔍 Testing connection to: {homeserver_url}")
|
||||
|
||||
matrix_user = os.environ.get("MATRIX_USER", "@einszwovier:einszwovier.local")
|
||||
matrix_user = os.environ.get("MATRIX_USER", "@einszwovier:124.local")
|
||||
matrix_pass = os.environ.get("MATRIX_PASS", "einszwo4")
|
||||
|
||||
client = AsyncClient(homeserver_url, matrix_user)
|
||||
|
|
@ -44,7 +44,7 @@ async def main():
|
|||
test_urls = [
|
||||
"http://localhost:8008",
|
||||
"http://127.0.0.1:8008",
|
||||
"http://einszwovier.local:8008",
|
||||
"http://124.local:8008",
|
||||
]
|
||||
|
||||
for url in test_urls:
|
||||
|
|
@ -52,7 +52,7 @@ async def main():
|
|||
|
||||
print("\n" + "=" * 60)
|
||||
print("Recommendation:")
|
||||
print("If localhost/127.0.0.1 works but einszwovier.local fails,")
|
||||
print("If localhost/127.0.0.1 works but 124.local fails,")
|
||||
print("configure Element to use: http://localhost:8008")
|
||||
print("=" * 60)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue