after migration
This commit is contained in:
parent
84c33e423b
commit
b05d8a8ab3
43 changed files with 474 additions and 66 deletions
|
|
@ -4,12 +4,12 @@ Element Web is a browser-based Matrix client that connects to the studio einszwo
|
|||
|
||||
## Configuration
|
||||
|
||||
The `config.json` file configures Element Web to connect to the local Synapse homeserver at `http://einszwovier.local:8008`.
|
||||
The `config.json` file configures Element Web to connect to the local Synapse homeserver at `http://124.local:8008`.
|
||||
|
||||
### Key Settings
|
||||
|
||||
- **Homeserver**: Points to local Synapse instance
|
||||
- **Server name**: `einszwovier.local`
|
||||
- **Server name**: `124.local`
|
||||
- **Brand**: "studio einszwovier Chat"
|
||||
- **Default language**: German (DE)
|
||||
- **Default theme**: Light mode
|
||||
|
|
@ -17,13 +17,13 @@ The `config.json` file configures Element Web to connect to the local Synapse ho
|
|||
|
||||
## Access
|
||||
|
||||
- **URL**: `http://einszwovier.local:8082`
|
||||
- **URL**: `http://124.local:8082`
|
||||
- **No app required**: Works in any modern web browser
|
||||
- **Mobile friendly**: Responsive design works on phones and tablets
|
||||
|
||||
## Usage
|
||||
|
||||
1. Navigate to `http://einszwovier.local:8082`
|
||||
1. Navigate to `http://124.local:8082`
|
||||
2. Click "Sign In" or "Create Account"
|
||||
3. Use existing Matrix credentials or create a new account
|
||||
4. Join rooms (e.g., the print order room)
|
||||
|
|
@ -49,7 +49,7 @@ Element Web is managed by Watchtower and updates automatically with the rest of
|
|||
|
||||
- Ensure Synapse is running: `docker-compose ps synapse`
|
||||
- Check Synapse logs: `docker-compose logs synapse`
|
||||
- Verify hostname resolution: `ping einszwovier.local`
|
||||
- Verify hostname resolution: `ping 124.local`
|
||||
|
||||
**Login fails:**
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "http://einszwovier.local:8008",
|
||||
"server_name": "einszwovier.local"
|
||||
"base_url": "http://124.local:8008",
|
||||
"server_name": "124.local"
|
||||
}
|
||||
},
|
||||
"brand": "studio einszwovier Chat",
|
||||
|
|
@ -16,11 +16,11 @@
|
|||
},
|
||||
"room_directory": {
|
||||
"servers": [
|
||||
"einszwovier.local"
|
||||
"124.local"
|
||||
]
|
||||
},
|
||||
"enable_presence_by_hs_url": {
|
||||
"http://einszwovier.local:8008": true
|
||||
"http://124.local:8008": true
|
||||
},
|
||||
"terms_and_conditions_links": [],
|
||||
"privacy_policy_url": null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue