ce-infra/credentials.md

47 lines
1.2 KiB
Markdown

# Credentials
## LLDAP (User Directory)
- URL: https://ldap.cloud-elves.eu
- Admin username: `admin`
- Admin password: `cio3LFvUwUzLhO6iMXTAbQPq`
- Base DN: `dc=cloud-elves,dc=eu`
- LDAP port: 3890 (internal only)
## Dex (OIDC Provider)
- URL: https://auth.cloud-elves.eu
- Discovery: https://auth.cloud-elves.eu/.well-known/openid-configuration
### Dex Clients
| Client | ID | Secret |
|---|---|---|
| Outline | `outline` | `6edfe427944e50856e65e87ebf62217389f72963e8e6fe16d19536f1d31ffb56` |
| Gitea | `gitea` | `nWotT1z2AziFbmzscORURXlZ` |
## Gitea
- URL: https://git.cloud-elves.eu
- SSH clone: `ssh://git@git.cloud-elves.eu:2222`
- Auth: via Dex SSO (or local admin account)
### Gitea Postgres Database
- Host: `gitea-db` (internal)
- Database / User: `gitea`
- Password: `0cGpEZ0Ph2mdLbPJjA4kbR`
## Outline (Wiki)
- URL: https://docs.cloud-elves.eu
- Auth: via Dex SSO (login button: "Cloud Elves SSO")
### Outline Postgres Database
- Host: `outline-db` (internal)
- Database / User: `outline`
- Password: `oZEdt71Jd2zkto2qWKj1MI7K`
## Static Site
- URL: https://cloud-elves.eu (also https://www.cloud-elves.eu)
- Deploy: `rsync -avz --delete site/ root@box.cloud-elves.eu:/opt/www/`