mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized .mds and meta/main.yml for client-wireguard roles and refactored README.md of Docker Roles
This commit is contained in:
7
roles/docker-snipe_it/Administration.md
Normal file
7
roles/docker-snipe_it/Administration.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Administration 🛠️
|
||||
Clear and restart the application:
|
||||
```bash
|
||||
docker-compose exec application php artisan config:clear
|
||||
docker-compose exec application php artisan cache:clear
|
||||
docker-compose restart application
|
||||
```
|
@@ -13,14 +13,6 @@ This 🚀 **CyMaIS** role provides an automated deployment and configuration for
|
||||
- **SAML Authentication Support** (Pending Fix) 🔐
|
||||
- **Redis Caching** for improved performance ⚡
|
||||
|
||||
## Administration 🛠️
|
||||
Clear and restart the application:
|
||||
```bash
|
||||
docker-compose exec application php artisan config:clear
|
||||
docker-compose exec application php artisan cache:clear
|
||||
docker-compose restart application
|
||||
```
|
||||
|
||||
## Pending Issue 🚧
|
||||
To ensure full **SAML authentication integration**, this issue still needs to be resolved:
|
||||
🔗 [GitHub Issue #16186](https://github.com/snipe/snipe-it/issues/16186)
|
||||
|
Reference in New Issue
Block a user