| Status | Service | Website | Update | Maintainer |
|---|---|---|---|---|
| ✅ | nginxproxymanager.com | 28-01-2026 | zzahkaboom24 | |
| ✅ | simplelogin.io | 28-01-2026 | zzahkaboom24 |
- docker container ls : Show current Docker containers
- docker-compose stop : Stop the containers created with the scripts (in the script folder)
- docker-compose up -d : Launch the containers created with the scripts (in the script folder)
- docker logs -f <id_container> : Display the container logs
- docker exec -it <id_container> /bin/bash : Start a shell in container