Add self-hosted project folder

This commit is contained in:
2025-08-04 18:48:49 +02:00
commit ceb7538967
12 changed files with 1360 additions and 0 deletions

8
helper.md Normal file
View File

@@ -0,0 +1,8 @@
Check if server.json is present
```bash
docker exec -it pgadmin_container ls -l /var/lib/pgadmin/servers.json
```
Check the content of server.json
```bash
docker exec -it pgadmin_container cat /var/lib/pgadmin/servers.json
```