Files
ipwa-selfhosted/README.md
2025-06-03 16:37:30 +02:00

16 lines
346 B
Markdown

## Submodules
You need to pull the submodules
```
git submodule init
git submodule update
```
## Things to change
Change following files:
- `.env`:
| What to change | Note |
| --- | --- |
| `DOMAIN=` | Insert final domain name |
| `EMAIL=` | Insert your email. Needed for SSL. |
| `SECRET=` | Used for encrypting sessions. |