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:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue