docs: troubleshooting

This commit is contained in:
decentral1se 2024-03-23 13:44:10 +01:00
parent 1c11d58403
commit 476ebfbbaa
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -89,6 +89,26 @@ Combine them with the `COMPOSE_FILE` technique:
COMPOSE_FILE="compose.yml:compose.auth.yml:compose.private.yml"
```
### Troubleshooting
#### Site not generating?
You can manually trigger the site build yourself:
```
abra app run <domain> badger sh
sh /root/scripts/deploy.sh
```
#### SSH keys not working?
You can get in and inspect the SSH keys via the following:
```
abra app run <domain> badger sh
ls /root/.ssh
```
## License
The following starter was made by [@adz](https://adz.garden) for [offline.place](https://offline.place) with the following license: